diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-11-07 11:58:28 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 03:01:39 -0500 |
commit | 8b8673b8502b2bebf37db6c079699f76d421abc2 (patch) | |
tree | 85ae6572af4e070ce1b9e3049b29d9af2bec645f /arch/powerpc/boot | |
parent | 941d71c7361815c02e2b2831bbb9f06a504a3d24 (diff) |
powerpc/85xx: Rework P2041RDB device tree
Utilize new split between board & SoC, and new SoC device trees split
into pre & post utilizing 'template' includes for SoC IP blocks.
Other changes include:
* Adding of MPIC timer blocks
* Dropping "fsl,p2041-IP..." from compatibles for standard blocks
* Removed mpic interrupt-parent from dcsr-epu node, just use top level
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 305 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p2041si-pre.dtsi | 111 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/p2041rdb.dts | 11 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/p2041si.dtsi | 692 |
4 files changed, 425 insertions, 694 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi new file mode 100644 index 000000000000..8d037cf79c94 --- /dev/null +++ b/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | |||
@@ -0,0 +1,305 @@ | |||
1 | /* | ||
2 | * P2041/P2040 Silicon/SoC Device Tree Source (post include) | ||
3 | * | ||
4 | * Copyright 2011 Freescale Semiconductor Inc. | ||
5 | * | ||
6 | * Redistribution and use in source and binary forms, with or without | ||
7 | * modification, are permitted provided that the following conditions are met: | ||
8 | * * Redistributions of source code must retain the above copyright | ||
9 | * notice, this list of conditions and the following disclaimer. | ||
10 | * * Redistributions in binary form must reproduce the above copyright | ||
11 | * notice, this list of conditions and the following disclaimer in the | ||
12 | * documentation and/or other materials provided with the distribution. | ||
13 | * * Neither the name of Freescale Semiconductor nor the | ||
14 | * names of its contributors may be used to endorse or promote products | ||
15 | * derived from this software without specific prior written permission. | ||
16 | * | ||
17 | * | ||
18 | * ALTERNATIVELY, this software may be distributed under the terms of the | ||
19 | * GNU General Public License ("GPL") as published by the Free Software | ||
20 | * Foundation, either version 2 of that License or (at your option) any | ||
21 | * later version. | ||
22 | * | ||
23 | * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY | ||
24 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
25 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
26 | * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY | ||
27 | * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
28 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
29 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
30 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
31 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
32 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
33 | */ | ||
34 | |||
35 | &lbc { | ||
36 | compatible = "fsl,p2041-elbc", "fsl,elbc", "simple-bus"; | ||
37 | interrupts = <25 2 0 0>; | ||
38 | #address-cells = <2>; | ||
39 | #size-cells = <1>; | ||
40 | }; | ||
41 | |||
42 | /* controller at 0x200000 */ | ||
43 | &pci0 { | ||
44 | compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2"; | ||
45 | device_type = "pci"; | ||
46 | #size-cells = <2>; | ||
47 | #address-cells = <3>; | ||
48 | bus-range = <0x0 0xff>; | ||
49 | clock-frequency = <33333333>; | ||
50 | interrupts = <16 2 1 15>; | ||
51 | pcie@0 { | ||
52 | reg = <0 0 0 0 0>; | ||
53 | #interrupt-cells = <1>; | ||
54 | #size-cells = <2>; | ||
55 | #address-cells = <3>; | ||
56 | device_type = "pci"; | ||
57 | interrupts = <16 2 1 15>; | ||
58 | interrupt-map-mask = <0xf800 0 0 7>; | ||
59 | interrupt-map = < | ||
60 | /* IDSEL 0x0 */ | ||
61 | 0000 0 0 1 &mpic 40 1 0 0 | ||
62 | 0000 0 0 2 &mpic 1 1 0 0 | ||
63 | 0000 0 0 3 &mpic 2 1 0 0 | ||
64 | 0000 0 0 4 &mpic 3 1 0 0 | ||
65 | >; | ||
66 | }; | ||
67 | }; | ||
68 | |||
69 | /* controller at 0x201000 */ | ||
70 | &pci1 { | ||
71 | compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2"; | ||
72 | device_type = "pci"; | ||
73 | #size-cells = <2>; | ||
74 | #address-cells = <3>; | ||
75 | bus-range = <0 0xff>; | ||
76 | clock-frequency = <33333333>; | ||
77 | interrupts = <16 2 1 14>; | ||
78 | pcie@0 { | ||
79 | reg = <0 0 0 0 0>; | ||
80 | #interrupt-cells = <1>; | ||
81 | #size-cells = <2>; | ||
82 | #address-cells = <3>; | ||
83 | device_type = "pci"; | ||
84 | interrupts = <16 2 1 14>; | ||
85 | interrupt-map-mask = <0xf800 0 0 7>; | ||
86 | interrupt-map = < | ||
87 | /* IDSEL 0x0 */ | ||
88 | 0000 0 0 1 &mpic 41 1 0 0 | ||
89 | 0000 0 0 2 &mpic 5 1 0 0 | ||
90 | 0000 0 0 3 &mpic 6 1 0 0 | ||
91 | 0000 0 0 4 &mpic 7 1 0 0 | ||
92 | >; | ||
93 | }; | ||
94 | }; | ||
95 | |||
96 | /* controller at 0x202000 */ | ||
97 | &pci2 { | ||
98 | compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2"; | ||
99 | device_type = "pci"; | ||
100 | #size-cells = <2>; | ||
101 | #address-cells = <3>; | ||
102 | bus-range = <0x0 0xff>; | ||
103 | clock-frequency = <33333333>; | ||
104 | interrupts = <16 2 1 13>; | ||
105 | pcie@0 { | ||
106 | reg = <0 0 0 0 0>; | ||
107 | #interrupt-cells = <1>; | ||
108 | #size-cells = <2>; | ||
109 | #address-cells = <3>; | ||
110 | device_type = "pci"; | ||
111 | interrupts = <16 2 1 13>; | ||
112 | interrupt-map-mask = <0xf800 0 0 7>; | ||
113 | interrupt-map = < | ||
114 | /* IDSEL 0x0 */ | ||
115 | 0000 0 0 1 &mpic 42 1 0 0 | ||
116 | 0000 0 0 2 &mpic 9 1 0 0 | ||
117 | 0000 0 0 3 &mpic 10 1 0 0 | ||
118 | 0000 0 0 4 &mpic 11 1 0 0 | ||
119 | >; | ||
120 | }; | ||
121 | }; | ||
122 | |||
123 | &dcsr { | ||
124 | #address-cells = <1>; | ||
125 | #size-cells = <1>; | ||
126 | compatible = "fsl,dcsr", "simple-bus"; | ||
127 | |||
128 | dcsr-epu@0 { | ||
129 | compatible = "fsl,dcsr-epu"; | ||
130 | interrupts = <52 2 0 0 | ||
131 | 84 2 0 0 | ||
132 | 85 2 0 0>; | ||
133 | reg = <0x0 0x1000>; | ||
134 | }; | ||
135 | dcsr-npc { | ||
136 | compatible = "fsl,dcsr-npc"; | ||
137 | reg = <0x1000 0x1000 0x1000000 0x8000>; | ||
138 | }; | ||
139 | dcsr-nxc@2000 { | ||
140 | compatible = "fsl,dcsr-nxc"; | ||
141 | reg = <0x2000 0x1000>; | ||
142 | }; | ||
143 | dcsr-corenet { | ||
144 | compatible = "fsl,dcsr-corenet"; | ||
145 | reg = <0x8000 0x1000 0xB0000 0x1000>; | ||
146 | }; | ||
147 | dcsr-dpaa@9000 { | ||
148 | compatible = "fsl,p2041-dcsr-dpaa", "fsl,dcsr-dpaa"; | ||
149 | reg = <0x9000 0x1000>; | ||
150 | }; | ||
151 | dcsr-ocn@11000 { | ||
152 | compatible = "fsl,p2041-dcsr-ocn", "fsl,dcsr-ocn"; | ||
153 | reg = <0x11000 0x1000>; | ||
154 | }; | ||
155 | dcsr-ddr@12000 { | ||
156 | compatible = "fsl,dcsr-ddr"; | ||
157 | dev-handle = <&ddr1>; | ||
158 | reg = <0x12000 0x1000>; | ||
159 | }; | ||
160 | dcsr-nal@18000 { | ||
161 | compatible = "fsl,p2041-dcsr-nal", "fsl,dcsr-nal"; | ||
162 | reg = <0x18000 0x1000>; | ||
163 | }; | ||
164 | dcsr-rcpm@22000 { | ||
165 | compatible = "fsl,p2041-dcsr-rcpm", "fsl,dcsr-rcpm"; | ||
166 | reg = <0x22000 0x1000>; | ||
167 | }; | ||
168 | dcsr-cpu-sb-proxy@40000 { | ||
169 | compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; | ||
170 | cpu-handle = <&cpu0>; | ||
171 | reg = <0x40000 0x1000>; | ||
172 | }; | ||
173 | dcsr-cpu-sb-proxy@41000 { | ||
174 | compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; | ||
175 | cpu-handle = <&cpu1>; | ||
176 | reg = <0x41000 0x1000>; | ||
177 | }; | ||
178 | dcsr-cpu-sb-proxy@42000 { | ||
179 | compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; | ||
180 | cpu-handle = <&cpu2>; | ||
181 | reg = <0x42000 0x1000>; | ||
182 | }; | ||
183 | dcsr-cpu-sb-proxy@43000 { | ||
184 | compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; | ||
185 | cpu-handle = <&cpu3>; | ||
186 | reg = <0x43000 0x1000>; | ||
187 | }; | ||
188 | }; | ||
189 | |||
190 | &soc { | ||
191 | #address-cells = <1>; | ||
192 | #size-cells = <1>; | ||
193 | device_type = "soc"; | ||
194 | compatible = "simple-bus"; | ||
195 | |||
196 | soc-sram-error { | ||
197 | compatible = "fsl,soc-sram-error"; | ||
198 | interrupts = <16 2 1 29>; | ||
199 | }; | ||
200 | |||
201 | corenet-law@0 { | ||
202 | compatible = "fsl,corenet-law"; | ||
203 | reg = <0x0 0x1000>; | ||
204 | fsl,num-laws = <32>; | ||
205 | }; | ||
206 | |||
207 | ddr1: memory-controller@8000 { | ||
208 | compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller"; | ||
209 | reg = <0x8000 0x1000>; | ||
210 | interrupts = <16 2 1 23>; | ||
211 | }; | ||
212 | |||
213 | cpc: l3-cache-controller@10000 { | ||
214 | compatible = "fsl,p2041-l3-cache-controller", "fsl,p4080-l3-cache-controller", "cache"; | ||
215 | reg = <0x10000 0x1000>; | ||
216 | interrupts = <16 2 1 27>; | ||
217 | }; | ||
218 | |||
219 | corenet-cf@18000 { | ||
220 | compatible = "fsl,corenet-cf"; | ||
221 | reg = <0x18000 0x1000>; | ||
222 | interrupts = <16 2 1 31>; | ||
223 | fsl,ccf-num-csdids = <32>; | ||
224 | fsl,ccf-num-snoopids = <32>; | ||
225 | }; | ||
226 | |||
227 | iommu@20000 { | ||
228 | compatible = "fsl,pamu-v1.0", "fsl,pamu"; | ||
229 | reg = <0x20000 0x4000>; | ||
230 | interrupts = < | ||
231 | 24 2 0 0 | ||
232 | 16 2 1 30>; | ||
233 | }; | ||
234 | |||
235 | /include/ "qoriq-mpic.dtsi" | ||
236 | |||
237 | guts: global-utilities@e0000 { | ||
238 | compatible = "fsl,qoriq-device-config-1.0"; | ||
239 | reg = <0xe0000 0xe00>; | ||
240 | fsl,has-rstcr; | ||
241 | #sleep-cells = <1>; | ||
242 | fsl,liodn-bits = <12>; | ||
243 | }; | ||
244 | |||
245 | pins: global-utilities@e0e00 { | ||
246 | compatible = "fsl,qoriq-pin-control-1.0"; | ||
247 | reg = <0xe0e00 0x200>; | ||
248 | #sleep-cells = <2>; | ||
249 | }; | ||
250 | |||
251 | clockgen: global-utilities@e1000 { | ||
252 | compatible = "fsl,p2041-clockgen", "fsl,qoriq-clockgen-1.0"; | ||
253 | reg = <0xe1000 0x1000>; | ||
254 | clock-frequency = <0>; | ||
255 | }; | ||
256 | |||
257 | rcpm: global-utilities@e2000 { | ||
258 | compatible = "fsl,qoriq-rcpm-1.0"; | ||
259 | reg = <0xe2000 0x1000>; | ||
260 | #sleep-cells = <1>; | ||
261 | }; | ||
262 | |||
263 | sfp: sfp@e8000 { | ||
264 | compatible = "fsl,p2041-sfp", "fsl,qoriq-sfp-1.0"; | ||
265 | reg = <0xe8000 0x1000>; | ||
266 | }; | ||
267 | |||
268 | serdes: serdes@ea000 { | ||
269 | compatible = "fsl,p2041-serdes"; | ||
270 | reg = <0xea000 0x1000>; | ||
271 | }; | ||
272 | |||
273 | /include/ "qoriq-dma-0.dtsi" | ||
274 | /include/ "qoriq-dma-1.dtsi" | ||
275 | /include/ "qoriq-espi-0.dtsi" | ||
276 | spi@110000 { | ||
277 | fsl,espi-num-chipselects = <4>; | ||
278 | }; | ||
279 | |||
280 | /include/ "qoriq-esdhc-0.dtsi" | ||
281 | sdhc@114000 { | ||
282 | sdhci,auto-cmd12; | ||
283 | }; | ||
284 | |||
285 | /include/ "qoriq-i2c-0.dtsi" | ||
286 | /include/ "qoriq-i2c-1.dtsi" | ||
287 | /include/ "qoriq-duart-0.dtsi" | ||
288 | /include/ "qoriq-duart-1.dtsi" | ||
289 | /include/ "qoriq-gpio-0.dtsi" | ||
290 | /include/ "qoriq-usb2-mph-0.dtsi" | ||
291 | usb0: usb@210000 { | ||
292 | phy_type = "utmi"; | ||
293 | port0; | ||
294 | }; | ||
295 | |||
296 | /include/ "qoriq-usb2-dr-0.dtsi" | ||
297 | usb1: usb@211000 { | ||
298 | dr_mode = "host"; | ||
299 | phy_type = "utmi"; | ||
300 | }; | ||
301 | |||
302 | /include/ "qoriq-sata2-0.dtsi" | ||
303 | /include/ "qoriq-sata2-1.dtsi" | ||
304 | /include/ "qoriq-sec4.2-0.dtsi" | ||
305 | }; | ||
diff --git a/arch/powerpc/boot/dts/fsl/p2041si-pre.dtsi b/arch/powerpc/boot/dts/fsl/p2041si-pre.dtsi new file mode 100644 index 000000000000..2d0a40d6b10f --- /dev/null +++ b/arch/powerpc/boot/dts/fsl/p2041si-pre.dtsi | |||
@@ -0,0 +1,111 @@ | |||
1 | /* | ||
2 | * P2041 Silicon/SoC Device Tree Source (pre include) | ||
3 | * | ||
4 | * Copyright 2011 Freescale Semiconductor Inc. | ||
5 | * | ||
6 | * Redistribution and use in source and binary forms, with or without | ||
7 | * modification, are permitted provided that the following conditions are met: | ||
8 | * * Redistributions of source code must retain the above copyright | ||
9 | * notice, this list of conditions and the following disclaimer. | ||
10 | * * Redistributions in binary form must reproduce the above copyright | ||
11 | * notice, this list of conditions and the following disclaimer in the | ||
12 | * documentation and/or other materials provided with the distribution. | ||
13 | * * Neither the name of Freescale Semiconductor nor the | ||
14 | * names of its contributors may be used to endorse or promote products | ||
15 | * derived from this software without specific prior written permission. | ||
16 | * | ||
17 | * | ||
18 | * ALTERNATIVELY, this software may be distributed under the terms of the | ||
19 | * GNU General Public License ("GPL") as published by the Free Software | ||
20 | * Foundation, either version 2 of that License or (at your option) any | ||
21 | * later version. | ||
22 | * | ||
23 | * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY | ||
24 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
25 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
26 | * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY | ||
27 | * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
28 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
29 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
30 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
31 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
32 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
33 | */ | ||
34 | |||
35 | /dts-v1/; | ||
36 | / { | ||
37 | compatible = "fsl,P2041"; | ||
38 | #address-cells = <2>; | ||
39 | #size-cells = <2>; | ||
40 | interrupt-parent = <&mpic>; | ||
41 | |||
42 | aliases { | ||
43 | ccsr = &soc; | ||
44 | dcsr = &dcsr; | ||
45 | |||
46 | serial0 = &serial0; | ||
47 | serial1 = &serial1; | ||
48 | serial2 = &serial2; | ||
49 | serial3 = &serial3; | ||
50 | pci0 = &pci0; | ||
51 | pci1 = &pci1; | ||
52 | pci2 = &pci2; | ||
53 | usb0 = &usb0; | ||
54 | usb1 = &usb1; | ||
55 | dma0 = &dma0; | ||
56 | dma1 = &dma1; | ||
57 | sdhc = &sdhc; | ||
58 | msi0 = &msi0; | ||
59 | msi1 = &msi1; | ||
60 | msi2 = &msi2; | ||
61 | |||
62 | crypto = &crypto; | ||
63 | sec_jr0 = &sec_jr0; | ||
64 | sec_jr1 = &sec_jr1; | ||
65 | sec_jr2 = &sec_jr2; | ||
66 | sec_jr3 = &sec_jr3; | ||
67 | rtic_a = &rtic_a; | ||
68 | rtic_b = &rtic_b; | ||
69 | rtic_c = &rtic_c; | ||
70 | rtic_d = &rtic_d; | ||
71 | sec_mon = &sec_mon; | ||
72 | }; | ||
73 | |||
74 | cpus { | ||
75 | #address-cells = <1>; | ||
76 | #size-cells = <0>; | ||
77 | |||
78 | cpu0: PowerPC,e500mc@0 { | ||
79 | device_type = "cpu"; | ||
80 | reg = <0>; | ||
81 | next-level-cache = <&L2_0>; | ||
82 | L2_0: l2-cache { | ||
83 | next-level-cache = <&cpc>; | ||
84 | }; | ||
85 | }; | ||
86 | cpu1: PowerPC,e500mc@1 { | ||
87 | device_type = "cpu"; | ||
88 | reg = <1>; | ||
89 | next-level-cache = <&L2_1>; | ||
90 | L2_1: l2-cache { | ||
91 | next-level-cache = <&cpc>; | ||
92 | }; | ||
93 | }; | ||
94 | cpu2: PowerPC,e500mc@2 { | ||
95 | device_type = "cpu"; | ||
96 | reg = <2>; | ||
97 | next-level-cache = <&L2_2>; | ||
98 | L2_2: l2-cache { | ||
99 | next-level-cache = <&cpc>; | ||
100 | }; | ||
101 | }; | ||
102 | cpu3: PowerPC,e500mc@3 { | ||
103 | device_type = "cpu"; | ||
104 | reg = <3>; | ||
105 | next-level-cache = <&L2_3>; | ||
106 | L2_3: l2-cache { | ||
107 | next-level-cache = <&cpc>; | ||
108 | }; | ||
109 | }; | ||
110 | }; | ||
111 | }; | ||
diff --git a/arch/powerpc/boot/dts/p2041rdb.dts b/arch/powerpc/boot/dts/p2041rdb.dts index 79b6895027c0..d6ea24d1537b 100644 --- a/arch/powerpc/boot/dts/p2041rdb.dts +++ b/arch/powerpc/boot/dts/p2041rdb.dts | |||
@@ -32,7 +32,7 @@ | |||
32 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 32 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
33 | */ | 33 | */ |
34 | 34 | ||
35 | /include/ "p2041si.dtsi" | 35 | /include/ "fsl/p2041si-pre.dtsi" |
36 | 36 | ||
37 | / { | 37 | / { |
38 | model = "fsl,P2041RDB"; | 38 | model = "fsl,P2041RDB"; |
@@ -50,6 +50,8 @@ | |||
50 | }; | 50 | }; |
51 | 51 | ||
52 | soc: soc@ffe000000 { | 52 | soc: soc@ffe000000 { |
53 | ranges = <0x00000000 0xf 0xfe000000 0x1000000>; | ||
54 | reg = <0xf 0xfe000000 0 0x00001000>; | ||
53 | spi@110000 { | 55 | spi@110000 { |
54 | flash@0 { | 56 | flash@0 { |
55 | #address-cells = <1>; | 57 | #address-cells = <1>; |
@@ -106,7 +108,7 @@ | |||
106 | }; | 108 | }; |
107 | }; | 109 | }; |
108 | 110 | ||
109 | localbus@ffe124000 { | 111 | lbc: localbus@ffe124000 { |
110 | reg = <0xf 0xfe124000 0 0x1000>; | 112 | reg = <0xf 0xfe124000 0 0x1000>; |
111 | ranges = <0 0 0xf 0xe8000000 0x08000000>; | 113 | ranges = <0 0 0xf 0xe8000000 0x08000000>; |
112 | 114 | ||
@@ -122,6 +124,7 @@ | |||
122 | reg = <0xf 0xfe200000 0 0x1000>; | 124 | reg = <0xf 0xfe200000 0 0x1000>; |
123 | ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000 | 125 | ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000 |
124 | 0x01000000 0 0x00000000 0xf 0xf8000000 0x0 0x00010000>; | 126 | 0x01000000 0 0x00000000 0xf 0xf8000000 0x0 0x00010000>; |
127 | fsl,msi = <&msi0>; | ||
125 | pcie@0 { | 128 | pcie@0 { |
126 | ranges = <0x02000000 0 0xe0000000 | 129 | ranges = <0x02000000 0 0xe0000000 |
127 | 0x02000000 0 0xe0000000 | 130 | 0x02000000 0 0xe0000000 |
@@ -137,6 +140,7 @@ | |||
137 | reg = <0xf 0xfe201000 0 0x1000>; | 140 | reg = <0xf 0xfe201000 0 0x1000>; |
138 | ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 | 141 | ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 |
139 | 0x01000000 0x0 0x00000000 0xf 0xf8010000 0x0 0x00010000>; | 142 | 0x01000000 0x0 0x00000000 0xf 0xf8010000 0x0 0x00010000>; |
143 | fsl,msi = <&msi1>; | ||
140 | pcie@0 { | 144 | pcie@0 { |
141 | ranges = <0x02000000 0 0xe0000000 | 145 | ranges = <0x02000000 0 0xe0000000 |
142 | 0x02000000 0 0xe0000000 | 146 | 0x02000000 0 0xe0000000 |
@@ -152,6 +156,7 @@ | |||
152 | reg = <0xf 0xfe202000 0 0x1000>; | 156 | reg = <0xf 0xfe202000 0 0x1000>; |
153 | ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000 | 157 | ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000 |
154 | 0x01000000 0 0x00000000 0xf 0xf8020000 0 0x00010000>; | 158 | 0x01000000 0 0x00000000 0xf 0xf8020000 0 0x00010000>; |
159 | fsl,msi = <&msi2>; | ||
155 | pcie@0 { | 160 | pcie@0 { |
156 | ranges = <0x02000000 0 0xe0000000 | 161 | ranges = <0x02000000 0 0xe0000000 |
157 | 0x02000000 0 0xe0000000 | 162 | 0x02000000 0 0xe0000000 |
@@ -163,3 +168,5 @@ | |||
163 | }; | 168 | }; |
164 | }; | 169 | }; |
165 | }; | 170 | }; |
171 | |||
172 | /include/ "fsl/p2041si-post.dtsi" | ||
diff --git a/arch/powerpc/boot/dts/p2041si.dtsi b/arch/powerpc/boot/dts/p2041si.dtsi deleted file mode 100644 index f7492edd0dfd..000000000000 --- a/arch/powerpc/boot/dts/p2041si.dtsi +++ /dev/null | |||
@@ -1,692 +0,0 @@ | |||
1 | /* | ||
2 | * P2041 Silicon Device Tree Source | ||
3 | * | ||
4 | * Copyright 2011 Freescale Semiconductor Inc. | ||
5 | * | ||
6 | * Redistribution and use in source and binary forms, with or without | ||
7 | * modification, are permitted provided that the following conditions are met: | ||
8 | * * Redistributions of source code must retain the above copyright | ||
9 | * notice, this list of conditions and the following disclaimer. | ||
10 | * * Redistributions in binary form must reproduce the above copyright | ||
11 | * notice, this list of conditions and the following disclaimer in the | ||
12 | * documentation and/or other materials provided with the distribution. | ||
13 | * * Neither the name of Freescale Semiconductor nor the | ||
14 | * names of its contributors may be used to endorse or promote products | ||
15 | * derived from this software without specific prior written permission. | ||
16 | * | ||
17 | * | ||
18 | * ALTERNATIVELY, this software may be distributed under the terms of the | ||
19 | * GNU General Public License ("GPL") as published by the Free Software | ||
20 | * Foundation, either version 2 of that License or (at your option) any | ||
21 | * later version. | ||
22 | * | ||
23 | * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY | ||
24 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
25 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
26 | * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY | ||
27 | * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
28 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
29 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
30 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
31 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
32 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
33 | */ | ||
34 | |||
35 | /dts-v1/; | ||
36 | |||
37 | / { | ||
38 | compatible = "fsl,P2041"; | ||
39 | #address-cells = <2>; | ||
40 | #size-cells = <2>; | ||
41 | interrupt-parent = <&mpic>; | ||
42 | |||
43 | aliases { | ||
44 | ccsr = &soc; | ||
45 | dcsr = &dcsr; | ||
46 | |||
47 | serial0 = &serial0; | ||
48 | serial1 = &serial1; | ||
49 | serial2 = &serial2; | ||
50 | serial3 = &serial3; | ||
51 | pci0 = &pci0; | ||
52 | pci1 = &pci1; | ||
53 | pci2 = &pci2; | ||
54 | usb0 = &usb0; | ||
55 | usb1 = &usb1; | ||
56 | dma0 = &dma0; | ||
57 | dma1 = &dma1; | ||
58 | sdhc = &sdhc; | ||
59 | msi0 = &msi0; | ||
60 | msi1 = &msi1; | ||
61 | msi2 = &msi2; | ||
62 | |||
63 | crypto = &crypto; | ||
64 | sec_jr0 = &sec_jr0; | ||
65 | sec_jr1 = &sec_jr1; | ||
66 | sec_jr2 = &sec_jr2; | ||
67 | sec_jr3 = &sec_jr3; | ||
68 | rtic_a = &rtic_a; | ||
69 | rtic_b = &rtic_b; | ||
70 | rtic_c = &rtic_c; | ||
71 | rtic_d = &rtic_d; | ||
72 | sec_mon = &sec_mon; | ||
73 | }; | ||
74 | |||
75 | cpus { | ||
76 | #address-cells = <1>; | ||
77 | #size-cells = <0>; | ||
78 | |||
79 | cpu0: PowerPC,e500mc@0 { | ||
80 | device_type = "cpu"; | ||
81 | reg = <0>; | ||
82 | next-level-cache = <&L2_0>; | ||
83 | L2_0: l2-cache { | ||
84 | next-level-cache = <&cpc>; | ||
85 | }; | ||
86 | }; | ||
87 | cpu1: PowerPC,e500mc@1 { | ||
88 | device_type = "cpu"; | ||
89 | reg = <1>; | ||
90 | next-level-cache = <&L2_1>; | ||
91 | L2_1: l2-cache { | ||
92 | next-level-cache = <&cpc>; | ||
93 | }; | ||
94 | }; | ||
95 | cpu2: PowerPC,e500mc@2 { | ||
96 | device_type = "cpu"; | ||
97 | reg = <2>; | ||
98 | next-level-cache = <&L2_2>; | ||
99 | L2_2: l2-cache { | ||
100 | next-level-cache = <&cpc>; | ||
101 | }; | ||
102 | }; | ||
103 | cpu3: PowerPC,e500mc@3 { | ||
104 | device_type = "cpu"; | ||
105 | reg = <3>; | ||
106 | next-level-cache = <&L2_3>; | ||
107 | L2_3: l2-cache { | ||
108 | next-level-cache = <&cpc>; | ||
109 | }; | ||
110 | }; | ||
111 | }; | ||
112 | |||
113 | dcsr: dcsr@f00000000 { | ||
114 | #address-cells = <1>; | ||
115 | #size-cells = <1>; | ||
116 | compatible = "fsl,dcsr", "simple-bus"; | ||
117 | |||
118 | dcsr-epu@0 { | ||
119 | compatible = "fsl,dcsr-epu"; | ||
120 | interrupts = <52 2 0 0 | ||
121 | 84 2 0 0 | ||
122 | 85 2 0 0>; | ||
123 | interrupt-parent = <&mpic>; | ||
124 | reg = <0x0 0x1000>; | ||
125 | }; | ||
126 | dcsr-npc { | ||
127 | compatible = "fsl,dcsr-npc"; | ||
128 | reg = <0x1000 0x1000 0x1000000 0x8000>; | ||
129 | }; | ||
130 | dcsr-nxc@2000 { | ||
131 | compatible = "fsl,dcsr-nxc"; | ||
132 | reg = <0x2000 0x1000>; | ||
133 | }; | ||
134 | dcsr-corenet { | ||
135 | compatible = "fsl,dcsr-corenet"; | ||
136 | reg = <0x8000 0x1000 0xB0000 0x1000>; | ||
137 | }; | ||
138 | dcsr-dpaa@9000 { | ||
139 | compatible = "fsl,p2041-dcsr-dpaa", "fsl,dcsr-dpaa"; | ||
140 | reg = <0x9000 0x1000>; | ||
141 | }; | ||
142 | dcsr-ocn@11000 { | ||
143 | compatible = "fsl,p2041-dcsr-ocn", "fsl,dcsr-ocn"; | ||
144 | reg = <0x11000 0x1000>; | ||
145 | }; | ||
146 | dcsr-ddr@12000 { | ||
147 | compatible = "fsl,dcsr-ddr"; | ||
148 | dev-handle = <&ddr>; | ||
149 | reg = <0x12000 0x1000>; | ||
150 | }; | ||
151 | dcsr-nal@18000 { | ||
152 | compatible = "fsl,p2041-dcsr-nal", "fsl,dcsr-nal"; | ||
153 | reg = <0x18000 0x1000>; | ||
154 | }; | ||
155 | dcsr-rcpm@22000 { | ||
156 | compatible = "fsl,p2041-dcsr-rcpm", "fsl,dcsr-rcpm"; | ||
157 | reg = <0x22000 0x1000>; | ||
158 | }; | ||
159 | dcsr-cpu-sb-proxy@40000 { | ||
160 | compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; | ||
161 | cpu-handle = <&cpu0>; | ||
162 | reg = <0x40000 0x1000>; | ||
163 | }; | ||
164 | dcsr-cpu-sb-proxy@41000 { | ||
165 | compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; | ||
166 | cpu-handle = <&cpu1>; | ||
167 | reg = <0x41000 0x1000>; | ||
168 | }; | ||
169 | dcsr-cpu-sb-proxy@42000 { | ||
170 | compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; | ||
171 | cpu-handle = <&cpu2>; | ||
172 | reg = <0x42000 0x1000>; | ||
173 | }; | ||
174 | dcsr-cpu-sb-proxy@43000 { | ||
175 | compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; | ||
176 | cpu-handle = <&cpu3>; | ||
177 | reg = <0x43000 0x1000>; | ||
178 | }; | ||
179 | }; | ||
180 | |||
181 | soc: soc@ffe000000 { | ||
182 | #address-cells = <1>; | ||
183 | #size-cells = <1>; | ||
184 | device_type = "soc"; | ||
185 | compatible = "simple-bus"; | ||
186 | ranges = <0x00000000 0xf 0xfe000000 0x1000000>; | ||
187 | reg = <0xf 0xfe000000 0 0x00001000>; | ||
188 | |||
189 | soc-sram-error { | ||
190 | compatible = "fsl,soc-sram-error"; | ||
191 | interrupts = <16 2 1 29>; | ||
192 | }; | ||
193 | |||
194 | corenet-law@0 { | ||
195 | compatible = "fsl,corenet-law"; | ||
196 | reg = <0x0 0x1000>; | ||
197 | fsl,num-laws = <32>; | ||
198 | }; | ||
199 | |||
200 | ddr: memory-controller@8000 { | ||
201 | compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller"; | ||
202 | reg = <0x8000 0x1000>; | ||
203 | interrupts = <16 2 1 23>; | ||
204 | }; | ||
205 | |||
206 | cpc: l3-cache-controller@10000 { | ||
207 | compatible = "fsl,p2041-l3-cache-controller", "fsl,p4080-l3-cache-controller", "cache"; | ||
208 | reg = <0x10000 0x1000>; | ||
209 | interrupts = <16 2 1 27>; | ||
210 | }; | ||
211 | |||
212 | corenet-cf@18000 { | ||
213 | compatible = "fsl,corenet-cf"; | ||
214 | reg = <0x18000 0x1000>; | ||
215 | interrupts = <16 2 1 31>; | ||
216 | fsl,ccf-num-csdids = <32>; | ||
217 | fsl,ccf-num-snoopids = <32>; | ||
218 | }; | ||
219 | |||
220 | iommu@20000 { | ||
221 | compatible = "fsl,pamu-v1.0", "fsl,pamu"; | ||
222 | reg = <0x20000 0x4000>; | ||
223 | interrupts = < | ||
224 | 24 2 0 0 | ||
225 | 16 2 1 30>; | ||
226 | }; | ||
227 | |||
228 | mpic: pic@40000 { | ||
229 | clock-frequency = <0>; | ||
230 | interrupt-controller; | ||
231 | #address-cells = <0>; | ||
232 | #interrupt-cells = <4>; | ||
233 | reg = <0x40000 0x40000>; | ||
234 | compatible = "fsl,mpic", "chrp,open-pic"; | ||
235 | device_type = "open-pic"; | ||
236 | }; | ||
237 | |||
238 | msi0: msi@41600 { | ||
239 | compatible = "fsl,mpic-msi"; | ||
240 | reg = <0x41600 0x200>; | ||
241 | msi-available-ranges = <0 0x100>; | ||
242 | interrupts = < | ||
243 | 0xe0 0 0 0 | ||
244 | 0xe1 0 0 0 | ||
245 | 0xe2 0 0 0 | ||
246 | 0xe3 0 0 0 | ||
247 | 0xe4 0 0 0 | ||
248 | 0xe5 0 0 0 | ||
249 | 0xe6 0 0 0 | ||
250 | 0xe7 0 0 0>; | ||
251 | }; | ||
252 | |||
253 | msi1: msi@41800 { | ||
254 | compatible = "fsl,mpic-msi"; | ||
255 | reg = <0x41800 0x200>; | ||
256 | msi-available-ranges = <0 0x100>; | ||
257 | interrupts = < | ||
258 | 0xe8 0 0 0 | ||
259 | 0xe9 0 0 0 | ||
260 | 0xea 0 0 0 | ||
261 | 0xeb 0 0 0 | ||
262 | 0xec 0 0 0 | ||
263 | 0xed 0 0 0 | ||
264 | 0xee 0 0 0 | ||
265 | 0xef 0 0 0>; | ||
266 | }; | ||
267 | |||
268 | msi2: msi@41a00 { | ||
269 | compatible = "fsl,mpic-msi"; | ||
270 | reg = <0x41a00 0x200>; | ||
271 | msi-available-ranges = <0 0x100>; | ||
272 | interrupts = < | ||
273 | 0xf0 0 0 0 | ||
274 | 0xf1 0 0 0 | ||
275 | 0xf2 0 0 0 | ||
276 | 0xf3 0 0 0 | ||
277 | 0xf4 0 0 0 | ||
278 | 0xf5 0 0 0 | ||
279 | 0xf6 0 0 0 | ||
280 | 0xf7 0 0 0>; | ||
281 | }; | ||
282 | |||
283 | guts: global-utilities@e0000 { | ||
284 | compatible = "fsl,qoriq-device-config-1.0"; | ||
285 | reg = <0xe0000 0xe00>; | ||
286 | fsl,has-rstcr; | ||
287 | #sleep-cells = <1>; | ||
288 | fsl,liodn-bits = <12>; | ||
289 | }; | ||
290 | |||
291 | pins: global-utilities@e0e00 { | ||
292 | compatible = "fsl,qoriq-pin-control-1.0"; | ||
293 | reg = <0xe0e00 0x200>; | ||
294 | #sleep-cells = <2>; | ||
295 | }; | ||
296 | |||
297 | clockgen: global-utilities@e1000 { | ||
298 | compatible = "fsl,p2041-clockgen", "fsl,qoriq-clockgen-1.0"; | ||
299 | reg = <0xe1000 0x1000>; | ||
300 | clock-frequency = <0>; | ||
301 | }; | ||
302 | |||
303 | rcpm: global-utilities@e2000 { | ||
304 | compatible = "fsl,qoriq-rcpm-1.0"; | ||
305 | reg = <0xe2000 0x1000>; | ||
306 | #sleep-cells = <1>; | ||
307 | }; | ||
308 | |||
309 | sfp: sfp@e8000 { | ||
310 | compatible = "fsl,p2041-sfp", "fsl,qoriq-sfp-1.0"; | ||
311 | reg = <0xe8000 0x1000>; | ||
312 | }; | ||
313 | |||
314 | serdes: serdes@ea000 { | ||
315 | compatible = "fsl,p2041-serdes"; | ||
316 | reg = <0xea000 0x1000>; | ||
317 | }; | ||
318 | |||
319 | dma0: dma@100300 { | ||
320 | #address-cells = <1>; | ||
321 | #size-cells = <1>; | ||
322 | compatible = "fsl,p2041-dma", "fsl,eloplus-dma"; | ||
323 | reg = <0x100300 0x4>; | ||
324 | ranges = <0x0 0x100100 0x200>; | ||
325 | cell-index = <0>; | ||
326 | dma-channel@0 { | ||
327 | compatible = "fsl,p2041-dma-channel", | ||
328 | "fsl,eloplus-dma-channel"; | ||
329 | reg = <0x0 0x80>; | ||
330 | cell-index = <0>; | ||
331 | interrupts = <28 2 0 0>; | ||
332 | }; | ||
333 | dma-channel@80 { | ||
334 | compatible = "fsl,p2041-dma-channel", | ||
335 | "fsl,eloplus-dma-channel"; | ||
336 | reg = <0x80 0x80>; | ||
337 | cell-index = <1>; | ||
338 | interrupts = <29 2 0 0>; | ||
339 | }; | ||
340 | dma-channel@100 { | ||
341 | compatible = "fsl,p2041-dma-channel", | ||
342 | "fsl,eloplus-dma-channel"; | ||
343 | reg = <0x100 0x80>; | ||
344 | cell-index = <2>; | ||
345 | interrupts = <30 2 0 0>; | ||
346 | }; | ||
347 | dma-channel@180 { | ||
348 | compatible = "fsl,p2041-dma-channel", | ||
349 | "fsl,eloplus-dma-channel"; | ||
350 | reg = <0x180 0x80>; | ||
351 | cell-index = <3>; | ||
352 | interrupts = <31 2 0 0>; | ||
353 | }; | ||
354 | }; | ||
355 | |||
356 | dma1: dma@101300 { | ||
357 | #address-cells = <1>; | ||
358 | #size-cells = <1>; | ||
359 | compatible = "fsl,p2041-dma", "fsl,eloplus-dma"; | ||
360 | reg = <0x101300 0x4>; | ||
361 | ranges = <0x0 0x101100 0x200>; | ||
362 | cell-index = <1>; | ||
363 | dma-channel@0 { | ||
364 | compatible = "fsl,p2041-dma-channel", | ||
365 | "fsl,eloplus-dma-channel"; | ||
366 | reg = <0x0 0x80>; | ||
367 | cell-index = <0>; | ||
368 | interrupts = <32 2 0 0>; | ||
369 | }; | ||
370 | dma-channel@80 { | ||
371 | compatible = "fsl,p2041-dma-channel", | ||
372 | "fsl,eloplus-dma-channel"; | ||
373 | reg = <0x80 0x80>; | ||
374 | cell-index = <1>; | ||
375 | interrupts = <33 2 0 0>; | ||
376 | }; | ||
377 | dma-channel@100 { | ||
378 | compatible = "fsl,p2041-dma-channel", | ||
379 | "fsl,eloplus-dma-channel"; | ||
380 | reg = <0x100 0x80>; | ||
381 | cell-index = <2>; | ||
382 | interrupts = <34 2 0 0>; | ||
383 | }; | ||
384 | dma-channel@180 { | ||
385 | compatible = "fsl,p2041-dma-channel", | ||
386 | "fsl,eloplus-dma-channel"; | ||
387 | reg = <0x180 0x80>; | ||
388 | cell-index = <3>; | ||
389 | interrupts = <35 2 0 0>; | ||
390 | }; | ||
391 | }; | ||
392 | |||
393 | spi@110000 { | ||
394 | #address-cells = <1>; | ||
395 | #size-cells = <0>; | ||
396 | compatible = "fsl,p2041-espi", "fsl,mpc8536-espi"; | ||
397 | reg = <0x110000 0x1000>; | ||
398 | interrupts = <53 0x2 0 0>; | ||
399 | fsl,espi-num-chipselects = <4>; | ||
400 | }; | ||
401 | |||
402 | sdhc: sdhc@114000 { | ||
403 | compatible = "fsl,p2041-esdhc", "fsl,esdhc"; | ||
404 | reg = <0x114000 0x1000>; | ||
405 | interrupts = <48 2 0 0>; | ||
406 | sdhci,auto-cmd12; | ||
407 | clock-frequency = <0>; | ||
408 | }; | ||
409 | |||
410 | i2c@118000 { | ||
411 | #address-cells = <1>; | ||
412 | #size-cells = <0>; | ||
413 | cell-index = <0>; | ||
414 | compatible = "fsl-i2c"; | ||
415 | reg = <0x118000 0x100>; | ||
416 | interrupts = <38 2 0 0>; | ||
417 | dfsrr; | ||
418 | }; | ||
419 | |||
420 | i2c@118100 { | ||
421 | #address-cells = <1>; | ||
422 | #size-cells = <0>; | ||
423 | cell-index = <1>; | ||
424 | compatible = "fsl-i2c"; | ||
425 | reg = <0x118100 0x100>; | ||
426 | interrupts = <38 2 0 0>; | ||
427 | dfsrr; | ||
428 | }; | ||
429 | |||
430 | i2c@119000 { | ||
431 | #address-cells = <1>; | ||
432 | #size-cells = <0>; | ||
433 | cell-index = <2>; | ||
434 | compatible = "fsl-i2c"; | ||
435 | reg = <0x119000 0x100>; | ||
436 | interrupts = <39 2 0 0>; | ||
437 | dfsrr; | ||
438 | }; | ||
439 | |||
440 | i2c@119100 { | ||
441 | #address-cells = <1>; | ||
442 | #size-cells = <0>; | ||
443 | cell-index = <3>; | ||
444 | compatible = "fsl-i2c"; | ||
445 | reg = <0x119100 0x100>; | ||
446 | interrupts = <39 2 0 0>; | ||
447 | dfsrr; | ||
448 | }; | ||
449 | |||
450 | serial0: serial@11c500 { | ||
451 | cell-index = <0>; | ||
452 | device_type = "serial"; | ||
453 | compatible = "ns16550"; | ||
454 | reg = <0x11c500 0x100>; | ||
455 | clock-frequency = <0>; | ||
456 | interrupts = <36 2 0 0>; | ||
457 | }; | ||
458 | |||
459 | serial1: serial@11c600 { | ||
460 | cell-index = <1>; | ||
461 | device_type = "serial"; | ||
462 | compatible = "ns16550"; | ||
463 | reg = <0x11c600 0x100>; | ||
464 | clock-frequency = <0>; | ||
465 | interrupts = <36 2 0 0>; | ||
466 | }; | ||
467 | |||
468 | serial2: serial@11d500 { | ||
469 | cell-index = <2>; | ||
470 | device_type = "serial"; | ||
471 | compatible = "ns16550"; | ||
472 | reg = <0x11d500 0x100>; | ||
473 | clock-frequency = <0>; | ||
474 | interrupts = <37 2 0 0>; | ||
475 | }; | ||
476 | |||
477 | serial3: serial@11d600 { | ||
478 | cell-index = <3>; | ||
479 | device_type = "serial"; | ||
480 | compatible = "ns16550"; | ||
481 | reg = <0x11d600 0x100>; | ||
482 | clock-frequency = <0>; | ||
483 | interrupts = <37 2 0 0>; | ||
484 | }; | ||
485 | |||
486 | gpio0: gpio@130000 { | ||
487 | compatible = "fsl,p2041-gpio", "fsl,qoriq-gpio"; | ||
488 | reg = <0x130000 0x1000>; | ||
489 | interrupts = <55 2 0 0>; | ||
490 | #gpio-cells = <2>; | ||
491 | gpio-controller; | ||
492 | }; | ||
493 | |||
494 | usb0: usb@210000 { | ||
495 | compatible = "fsl,p2041-usb2-mph", | ||
496 | "fsl,mpc85xx-usb2-mph", "fsl-usb2-mph"; | ||
497 | reg = <0x210000 0x1000>; | ||
498 | #address-cells = <1>; | ||
499 | #size-cells = <0>; | ||
500 | interrupts = <44 0x2 0 0>; | ||
501 | phy_type = "utmi"; | ||
502 | port0; | ||
503 | }; | ||
504 | |||
505 | usb1: usb@211000 { | ||
506 | compatible = "fsl,p2041-usb2-dr", | ||
507 | "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr"; | ||
508 | reg = <0x211000 0x1000>; | ||
509 | #address-cells = <1>; | ||
510 | #size-cells = <0>; | ||
511 | interrupts = <45 0x2 0 0>; | ||
512 | phy_type = "utmi"; | ||
513 | }; | ||
514 | |||
515 | sata@220000 { | ||
516 | compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; | ||
517 | reg = <0x220000 0x1000>; | ||
518 | interrupts = <68 0x2 0 0>; | ||
519 | }; | ||
520 | |||
521 | sata@221000 { | ||
522 | compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; | ||
523 | reg = <0x221000 0x1000>; | ||
524 | interrupts = <69 0x2 0 0>; | ||
525 | }; | ||
526 | |||
527 | crypto: crypto@300000 { | ||
528 | compatible = "fsl,sec-v4.2", "fsl,sec-v4.0"; | ||
529 | #address-cells = <1>; | ||
530 | #size-cells = <1>; | ||
531 | reg = <0x300000 0x10000>; | ||
532 | ranges = <0 0x300000 0x10000>; | ||
533 | interrupts = <92 2 0 0>; | ||
534 | |||
535 | sec_jr0: jr@1000 { | ||
536 | compatible = "fsl,sec-v4.2-job-ring", | ||
537 | "fsl,sec-v4.0-job-ring"; | ||
538 | reg = <0x1000 0x1000>; | ||
539 | interrupts = <88 2 0 0>; | ||
540 | }; | ||
541 | |||
542 | sec_jr1: jr@2000 { | ||
543 | compatible = "fsl,sec-v4.2-job-ring", | ||
544 | "fsl,sec-v4.0-job-ring"; | ||
545 | reg = <0x2000 0x1000>; | ||
546 | interrupts = <89 2 0 0>; | ||
547 | }; | ||
548 | |||
549 | sec_jr2: jr@3000 { | ||
550 | compatible = "fsl,sec-v4.2-job-ring", | ||
551 | "fsl,sec-v4.0-job-ring"; | ||
552 | reg = <0x3000 0x1000>; | ||
553 | interrupts = <90 2 0 0>; | ||
554 | }; | ||
555 | |||
556 | sec_jr3: jr@4000 { | ||
557 | compatible = "fsl,sec-v4.2-job-ring", | ||
558 | "fsl,sec-v4.0-job-ring"; | ||
559 | reg = <0x4000 0x1000>; | ||
560 | interrupts = <91 2 0 0>; | ||
561 | }; | ||
562 | |||
563 | rtic@6000 { | ||
564 | compatible = "fsl,sec-v4.2-rtic", | ||
565 | "fsl,sec-v4.0-rtic"; | ||
566 | #address-cells = <1>; | ||
567 | #size-cells = <1>; | ||
568 | reg = <0x6000 0x100>; | ||
569 | ranges = <0x0 0x6100 0xe00>; | ||
570 | |||
571 | rtic_a: rtic-a@0 { | ||
572 | compatible = "fsl,sec-v4.2-rtic-memory", | ||
573 | "fsl,sec-v4.0-rtic-memory"; | ||
574 | reg = <0x00 0x20 0x100 0x80>; | ||
575 | }; | ||
576 | |||
577 | rtic_b: rtic-b@20 { | ||
578 | compatible = "fsl,sec-v4.2-rtic-memory", | ||
579 | "fsl,sec-v4.0-rtic-memory"; | ||
580 | reg = <0x20 0x20 0x200 0x80>; | ||
581 | }; | ||
582 | |||
583 | rtic_c: rtic-c@40 { | ||
584 | compatible = "fsl,sec-v4.2-rtic-memory", | ||
585 | "fsl,sec-v4.0-rtic-memory"; | ||
586 | reg = <0x40 0x20 0x300 0x80>; | ||
587 | }; | ||
588 | |||
589 | rtic_d: rtic-d@60 { | ||
590 | compatible = "fsl,sec-v4.2-rtic-memory", | ||
591 | "fsl,sec-v4.0-rtic-memory"; | ||
592 | reg = <0x60 0x20 0x500 0x80>; | ||
593 | }; | ||
594 | }; | ||
595 | }; | ||
596 | |||
597 | sec_mon: sec_mon@314000 { | ||
598 | compatible = "fsl,sec-v4.2-mon", "fsl,sec-v4.0-mon"; | ||
599 | reg = <0x314000 0x1000>; | ||
600 | interrupts = <93 2 0 0>; | ||
601 | }; | ||
602 | |||
603 | }; | ||
604 | |||
605 | localbus@ffe124000 { | ||
606 | compatible = "fsl,p2041-elbc", "fsl,elbc", "simple-bus"; | ||
607 | interrupts = <25 2 0 0>; | ||
608 | #address-cells = <2>; | ||
609 | #size-cells = <1>; | ||
610 | }; | ||
611 | |||
612 | pci0: pcie@ffe200000 { | ||
613 | compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2"; | ||
614 | device_type = "pci"; | ||
615 | #size-cells = <2>; | ||
616 | #address-cells = <3>; | ||
617 | bus-range = <0x0 0xff>; | ||
618 | clock-frequency = <33333333>; | ||
619 | fsl,msi = <&msi0>; | ||
620 | interrupts = <16 2 1 15>; | ||
621 | pcie@0 { | ||
622 | reg = <0 0 0 0 0>; | ||
623 | #interrupt-cells = <1>; | ||
624 | #size-cells = <2>; | ||
625 | #address-cells = <3>; | ||
626 | device_type = "pci"; | ||
627 | interrupts = <16 2 1 15>; | ||
628 | interrupt-map-mask = <0xf800 0 0 7>; | ||
629 | interrupt-map = < | ||
630 | /* IDSEL 0x0 */ | ||
631 | 0000 0 0 1 &mpic 40 1 0 0 | ||
632 | 0000 0 0 2 &mpic 1 1 0 0 | ||
633 | 0000 0 0 3 &mpic 2 1 0 0 | ||
634 | 0000 0 0 4 &mpic 3 1 0 0 | ||
635 | >; | ||
636 | }; | ||
637 | }; | ||
638 | |||
639 | pci1: pcie@ffe201000 { | ||
640 | compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2"; | ||
641 | device_type = "pci"; | ||
642 | #size-cells = <2>; | ||
643 | #address-cells = <3>; | ||
644 | bus-range = <0 0xff>; | ||
645 | clock-frequency = <33333333>; | ||
646 | fsl,msi = <&msi1>; | ||
647 | interrupts = <16 2 1 14>; | ||
648 | pcie@0 { | ||
649 | reg = <0 0 0 0 0>; | ||
650 | #interrupt-cells = <1>; | ||
651 | #size-cells = <2>; | ||
652 | #address-cells = <3>; | ||
653 | device_type = "pci"; | ||
654 | interrupts = <16 2 1 14>; | ||
655 | interrupt-map-mask = <0xf800 0 0 7>; | ||
656 | interrupt-map = < | ||
657 | /* IDSEL 0x0 */ | ||
658 | 0000 0 0 1 &mpic 41 1 0 0 | ||
659 | 0000 0 0 2 &mpic 5 1 0 0 | ||
660 | 0000 0 0 3 &mpic 6 1 0 0 | ||
661 | 0000 0 0 4 &mpic 7 1 0 0 | ||
662 | >; | ||
663 | }; | ||
664 | }; | ||
665 | |||
666 | pci2: pcie@ffe202000 { | ||
667 | compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2"; | ||
668 | device_type = "pci"; | ||
669 | #size-cells = <2>; | ||
670 | #address-cells = <3>; | ||
671 | bus-range = <0x0 0xff>; | ||
672 | clock-frequency = <33333333>; | ||
673 | fsl,msi = <&msi2>; | ||
674 | interrupts = <16 2 1 13>; | ||
675 | pcie@0 { | ||
676 | reg = <0 0 0 0 0>; | ||
677 | #interrupt-cells = <1>; | ||
678 | #size-cells = <2>; | ||
679 | #address-cells = <3>; | ||
680 | device_type = "pci"; | ||
681 | interrupts = <16 2 1 13>; | ||
682 | interrupt-map-mask = <0xf800 0 0 7>; | ||
683 | interrupt-map = < | ||
684 | /* IDSEL 0x0 */ | ||
685 | 0000 0 0 1 &mpic 42 1 0 0 | ||
686 | 0000 0 0 2 &mpic 9 1 0 0 | ||
687 | 0000 0 0 3 &mpic 10 1 0 0 | ||
688 | 0000 0 0 4 &mpic 11 1 0 0 | ||
689 | >; | ||
690 | }; | ||
691 | }; | ||
692 | }; | ||