rk312x:clk:modify lcdc pd name pd_vop
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rtsm_ve-cortex_a15x4.dts
1 /*
2  * ARM Ltd. Fast Models
3  *
4  * Versatile Express (VE) system model
5  * ARMCortexA15x4CT
6  *
7  * RTSM_VE_Cortex_A15x4.lisa
8  */
9
10 /dts-v1/;
11
12 / {
13         model = "RTSM_VE_CortexA15x4";
14         arm,vexpress,site = <0xf>;
15         compatible = "arm,rtsm_ve,cortex_a15x4", "arm,vexpress";
16         interrupt-parent = <&gic>;
17         #address-cells = <2>;
18         #size-cells = <2>;
19
20         chosen { };
21
22         aliases {
23                 serial0 = &v2m_serial0;
24                 serial1 = &v2m_serial1;
25                 serial2 = &v2m_serial2;
26                 serial3 = &v2m_serial3;
27         };
28
29         cpus {
30                 #address-cells = <1>;
31                 #size-cells = <0>;
32
33                 cpu@0 {
34                         device_type = "cpu";
35                         compatible = "arm,cortex-a15";
36                         reg = <0>;
37                 };
38
39                 cpu@1 {
40                         device_type = "cpu";
41                         compatible = "arm,cortex-a15";
42                         reg = <1>;
43                 };
44
45                 cpu@2 {
46                         device_type = "cpu";
47                         compatible = "arm,cortex-a15";
48                         reg = <2>;
49                 };
50
51                 cpu@3 {
52                         device_type = "cpu";
53                         compatible = "arm,cortex-a15";
54                         reg = <3>;
55                 };
56         };
57
58         memory@80000000 {
59                 device_type = "memory";
60                 reg = <0 0x80000000 0 0x80000000>;
61         };
62
63         gic: interrupt-controller@2c001000 {
64                 compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
65                 #interrupt-cells = <3>;
66                 #address-cells = <0>;
67                 interrupt-controller;
68                 reg = <0 0x2c001000 0 0x1000>,
69                       <0 0x2c002000 0 0x1000>,
70                       <0 0x2c004000 0 0x2000>,
71                       <0 0x2c006000 0 0x2000>;
72                 interrupts = <1 9 0xf04>;
73         };
74
75         timer {
76                 compatible = "arm,armv7-timer";
77                 interrupts = <1 13 0xf08>,
78                              <1 14 0xf08>,
79                              <1 11 0xf08>,
80                              <1 10 0xf08>;
81         };
82
83         dcc {
84                 compatible = "arm,vexpress,config-bus";
85                 arm,vexpress,config-bridge = <&v2m_sysreg>;
86
87                 osc@0 {
88                         /* ACLK clock to the AXI master port on the test chip */
89                         compatible = "arm,vexpress-osc";
90                         arm,vexpress-sysreg,func = <1 0>;
91                         freq-range = <30000000 50000000>;
92                         #clock-cells = <0>;
93                         clock-output-names = "extsaxiclk";
94                 };
95
96                 oscclk1: osc@1 {
97                         /* Reference clock for the CLCD */
98                         compatible = "arm,vexpress-osc";
99                         arm,vexpress-sysreg,func = <1 1>;
100                         freq-range = <10000000 80000000>;
101                         #clock-cells = <0>;
102                         clock-output-names = "clcdclk";
103                 };
104
105                 smbclk: oscclk2: osc@2 {
106                         /* Reference clock for the test chip internal PLLs */
107                         compatible = "arm,vexpress-osc";
108                         arm,vexpress-sysreg,func = <1 2>;
109                         freq-range = <33000000 100000000>;
110                         #clock-cells = <0>;
111                         clock-output-names = "tcrefclk";
112                 };
113         };
114
115         smb {
116                 compatible = "simple-bus";
117
118                 #address-cells = <2>;
119                 #size-cells = <1>;
120                 ranges = <0 0 0 0x08000000 0x04000000>,
121                          <1 0 0 0x14000000 0x04000000>,
122                          <2 0 0 0x18000000 0x04000000>,
123                          <3 0 0 0x1c000000 0x04000000>,
124                          <4 0 0 0x0c000000 0x04000000>,
125                          <5 0 0 0x10000000 0x04000000>;
126
127                 #interrupt-cells = <1>;
128                 interrupt-map-mask = <0 0 63>;
129                 interrupt-map = <0 0  0 &gic 0  0 4>,
130                                 <0 0  1 &gic 0  1 4>,
131                                 <0 0  2 &gic 0  2 4>,
132                                 <0 0  3 &gic 0  3 4>,
133                                 <0 0  4 &gic 0  4 4>,
134                                 <0 0  5 &gic 0  5 4>,
135                                 <0 0  6 &gic 0  6 4>,
136                                 <0 0  7 &gic 0  7 4>,
137                                 <0 0  8 &gic 0  8 4>,
138                                 <0 0  9 &gic 0  9 4>,
139                                 <0 0 10 &gic 0 10 4>,
140                                 <0 0 11 &gic 0 11 4>,
141                                 <0 0 12 &gic 0 12 4>,
142                                 <0 0 13 &gic 0 13 4>,
143                                 <0 0 14 &gic 0 14 4>,
144                                 <0 0 15 &gic 0 15 4>,
145                                 <0 0 16 &gic 0 16 4>,
146                                 <0 0 17 &gic 0 17 4>,
147                                 <0 0 18 &gic 0 18 4>,
148                                 <0 0 19 &gic 0 19 4>,
149                                 <0 0 20 &gic 0 20 4>,
150                                 <0 0 21 &gic 0 21 4>,
151                                 <0 0 22 &gic 0 22 4>,
152                                 <0 0 23 &gic 0 23 4>,
153                                 <0 0 24 &gic 0 24 4>,
154                                 <0 0 25 &gic 0 25 4>,
155                                 <0 0 26 &gic 0 26 4>,
156                                 <0 0 27 &gic 0 27 4>,
157                                 <0 0 28 &gic 0 28 4>,
158                                 <0 0 29 &gic 0 29 4>,
159                                 <0 0 30 &gic 0 30 4>,
160                                 <0 0 31 &gic 0 31 4>,
161                                 <0 0 32 &gic 0 32 4>,
162                                 <0 0 33 &gic 0 33 4>,
163                                 <0 0 34 &gic 0 34 4>,
164                                 <0 0 35 &gic 0 35 4>,
165                                 <0 0 36 &gic 0 36 4>,
166                                 <0 0 37 &gic 0 37 4>,
167                                 <0 0 38 &gic 0 38 4>,
168                                 <0 0 39 &gic 0 39 4>,
169                                 <0 0 40 &gic 0 40 4>,
170                                 <0 0 41 &gic 0 41 4>,
171                                 <0 0 42 &gic 0 42 4>;
172
173                 /include/ "rtsm_ve-motherboard.dtsi"
174         };
175 };
176
177 /include/ "clcd-panels.dtsi"