blob: 7af6d45fd998b6470a94e198855772e9d5313d5d [file] [log] [blame]
Kumar Galab4c38042011-11-07 10:38:56 -06001/*
2 * P3041 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,p3041-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,p3041-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>;
Timur Tabi04087532013-01-17 16:34:33 -060051 fsl,iommu-parent = <&pamu0>;
52 fsl,liodn-reg = <&guts 0x500>; /* PEX1LIODNR */
Kumar Galab4c38042011-11-07 10:38:56 -060053 pcie@0 {
54 reg = <0 0 0 0 0>;
55 #interrupt-cells = <1>;
56 #size-cells = <2>;
57 #address-cells = <3>;
58 device_type = "pci";
59 interrupts = <16 2 1 15>;
60 interrupt-map-mask = <0xf800 0 0 7>;
61 interrupt-map = <
62 /* IDSEL 0x0 */
63 0000 0 0 1 &mpic 40 1 0 0
64 0000 0 0 2 &mpic 1 1 0 0
65 0000 0 0 3 &mpic 2 1 0 0
66 0000 0 0 4 &mpic 3 1 0 0
67 >;
68 };
69};
70
71/* controller at 0x201000 */
72&pci1 {
73 compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
74 device_type = "pci";
75 #size-cells = <2>;
76 #address-cells = <3>;
77 bus-range = <0 0xff>;
78 clock-frequency = <33333333>;
79 interrupts = <16 2 1 14>;
Timur Tabi04087532013-01-17 16:34:33 -060080 fsl,iommu-parent = <&pamu0>;
81 fsl,liodn-reg = <&guts 0x504>; /* PEX2LIODNR */
Kumar Galab4c38042011-11-07 10:38:56 -060082 pcie@0 {
83 reg = <0 0 0 0 0>;
84 #interrupt-cells = <1>;
85 #size-cells = <2>;
86 #address-cells = <3>;
87 device_type = "pci";
88 interrupts = <16 2 1 14>;
89 interrupt-map-mask = <0xf800 0 0 7>;
90 interrupt-map = <
91 /* IDSEL 0x0 */
92 0000 0 0 1 &mpic 41 1 0 0
93 0000 0 0 2 &mpic 5 1 0 0
94 0000 0 0 3 &mpic 6 1 0 0
95 0000 0 0 4 &mpic 7 1 0 0
96 >;
97 };
98};
99
100/* controller at 0x202000 */
101&pci2 {
102 compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
103 device_type = "pci";
104 #size-cells = <2>;
105 #address-cells = <3>;
106 bus-range = <0x0 0xff>;
107 clock-frequency = <33333333>;
108 interrupts = <16 2 1 13>;
Timur Tabi04087532013-01-17 16:34:33 -0600109 fsl,iommu-parent = <&pamu0>;
110 fsl,liodn-reg = <&guts 0x508>; /* PEX3LIODNR */
Kumar Galab4c38042011-11-07 10:38:56 -0600111 pcie@0 {
112 reg = <0 0 0 0 0>;
113 #interrupt-cells = <1>;
114 #size-cells = <2>;
115 #address-cells = <3>;
116 device_type = "pci";
117 interrupts = <16 2 1 13>;
118 interrupt-map-mask = <0xf800 0 0 7>;
119 interrupt-map = <
120 /* IDSEL 0x0 */
121 0000 0 0 1 &mpic 42 1 0 0
122 0000 0 0 2 &mpic 9 1 0 0
123 0000 0 0 3 &mpic 10 1 0 0
124 0000 0 0 4 &mpic 11 1 0 0
125 >;
126 };
127};
128
129/* controller at 0x203000 */
130&pci3 {
131 compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
132 device_type = "pci";
133 #size-cells = <2>;
134 #address-cells = <3>;
135 bus-range = <0x0 0xff>;
136 clock-frequency = <33333333>;
137 interrupts = <16 2 1 12>;
138 pcie@0 {
139 reg = <0 0 0 0 0>;
140 #interrupt-cells = <1>;
141 #size-cells = <2>;
142 #address-cells = <3>;
143 device_type = "pci";
144 interrupts = <16 2 1 12>;
145 interrupt-map-mask = <0xf800 0 0 7>;
146 interrupt-map = <
147 /* IDSEL 0x0 */
148 0000 0 0 1 &mpic 43 1 0 0
149 0000 0 0 2 &mpic 0 1 0 0
150 0000 0 0 3 &mpic 4 1 0 0
151 0000 0 0 4 &mpic 8 1 0 0
152 >;
153 };
154};
155
Kumar Gala54986962011-11-17 08:01:40 -0600156&rio {
157 compatible = "fsl,srio";
158 interrupts = <16 2 1 11>;
159 #address-cells = <2>;
160 #size-cells = <2>;
Timur Tabi04087532013-01-17 16:34:33 -0600161 fsl,iommu-parent = <&pamu0>;
Kumar Gala54986962011-11-17 08:01:40 -0600162 ranges;
163
164 port1 {
165 #address-cells = <2>;
166 #size-cells = <2>;
167 cell-index = <1>;
Timur Tabi04087532013-01-17 16:34:33 -0600168 fsl,liodn-reg = <&guts 0x510>; /* RIO1LIODNR */
Kumar Gala54986962011-11-17 08:01:40 -0600169 };
170
171 port2 {
172 #address-cells = <2>;
173 #size-cells = <2>;
174 cell-index = <2>;
Timur Tabi04087532013-01-17 16:34:33 -0600175 fsl,liodn-reg = <&guts 0x514>; /* RIO2LIODNR */
Kumar Gala54986962011-11-17 08:01:40 -0600176 };
177};
178
Kumar Galab4c38042011-11-07 10:38:56 -0600179&dcsr {
180 #address-cells = <1>;
181 #size-cells = <1>;
182 compatible = "fsl,dcsr", "simple-bus";
183
184 dcsr-epu@0 {
Stephen George37f28082013-03-05 13:46:56 -0600185 compatible = "fsl,p3041-dcsr-epu", "fsl,dcsr-epu";
Kumar Galab4c38042011-11-07 10:38:56 -0600186 interrupts = <52 2 0 0
187 84 2 0 0
188 85 2 0 0>;
189 reg = <0x0 0x1000>;
190 };
191 dcsr-npc {
192 compatible = "fsl,dcsr-npc";
193 reg = <0x1000 0x1000 0x1000000 0x8000>;
194 };
195 dcsr-nxc@2000 {
196 compatible = "fsl,dcsr-nxc";
197 reg = <0x2000 0x1000>;
198 };
199 dcsr-corenet {
200 compatible = "fsl,dcsr-corenet";
201 reg = <0x8000 0x1000 0xB0000 0x1000>;
202 };
203 dcsr-dpaa@9000 {
204 compatible = "fsl,p3041-dcsr-dpaa", "fsl,dcsr-dpaa";
205 reg = <0x9000 0x1000>;
206 };
207 dcsr-ocn@11000 {
208 compatible = "fsl,p3041-dcsr-ocn", "fsl,dcsr-ocn";
209 reg = <0x11000 0x1000>;
210 };
211 dcsr-ddr@12000 {
212 compatible = "fsl,dcsr-ddr";
213 dev-handle = <&ddr1>;
214 reg = <0x12000 0x1000>;
215 };
216 dcsr-nal@18000 {
217 compatible = "fsl,p3041-dcsr-nal", "fsl,dcsr-nal";
218 reg = <0x18000 0x1000>;
219 };
220 dcsr-rcpm@22000 {
221 compatible = "fsl,p3041-dcsr-rcpm", "fsl,dcsr-rcpm";
222 reg = <0x22000 0x1000>;
223 };
224 dcsr-cpu-sb-proxy@40000 {
225 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
226 cpu-handle = <&cpu0>;
227 reg = <0x40000 0x1000>;
228 };
229 dcsr-cpu-sb-proxy@41000 {
230 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
231 cpu-handle = <&cpu1>;
232 reg = <0x41000 0x1000>;
233 };
234 dcsr-cpu-sb-proxy@42000 {
235 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
236 cpu-handle = <&cpu2>;
237 reg = <0x42000 0x1000>;
238 };
239 dcsr-cpu-sb-proxy@43000 {
240 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
241 cpu-handle = <&cpu3>;
242 reg = <0x43000 0x1000>;
243 };
244};
245
246&soc {
247 #address-cells = <1>;
248 #size-cells = <1>;
249 device_type = "soc";
250 compatible = "simple-bus";
251
252 soc-sram-error {
253 compatible = "fsl,soc-sram-error";
254 interrupts = <16 2 1 29>;
255 };
256
257 corenet-law@0 {
258 compatible = "fsl,corenet-law";
259 reg = <0x0 0x1000>;
260 fsl,num-laws = <32>;
261 };
262
263 ddr1: memory-controller@8000 {
264 compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller";
265 reg = <0x8000 0x1000>;
266 interrupts = <16 2 1 23>;
267 };
268
269 cpc: l3-cache-controller@10000 {
270 compatible = "fsl,p3041-l3-cache-controller", "fsl,p4080-l3-cache-controller", "cache";
271 reg = <0x10000 0x1000>;
272 interrupts = <16 2 1 27>;
273 };
274
275 corenet-cf@18000 {
276 compatible = "fsl,corenet-cf";
277 reg = <0x18000 0x1000>;
278 interrupts = <16 2 1 31>;
279 fsl,ccf-num-csdids = <32>;
280 fsl,ccf-num-snoopids = <32>;
281 };
282
283 iommu@20000 {
284 compatible = "fsl,pamu-v1.0", "fsl,pamu";
Timur Tabi04087532013-01-17 16:34:33 -0600285 reg = <0x20000 0x4000>; /* for compatibility with older PAMU drivers */
286 ranges = <0 0x20000 0x4000>;
287 #address-cells = <1>;
288 #size-cells = <1>;
Kumar Galab4c38042011-11-07 10:38:56 -0600289 interrupts = <
290 24 2 0 0
291 16 2 1 30>;
Timur Tabi04087532013-01-17 16:34:33 -0600292
293 pamu0: pamu@0 {
294 reg = <0 0x1000>;
295 fsl,primary-cache-geometry = <32 1>;
296 fsl,secondary-cache-geometry = <128 2>;
297 };
298
299 pamu1: pamu@1000 {
300 reg = <0x1000 0x1000>;
301 fsl,primary-cache-geometry = <32 1>;
302 fsl,secondary-cache-geometry = <128 2>;
303 };
304
305 pamu2: pamu@2000 {
306 reg = <0x2000 0x1000>;
307 fsl,primary-cache-geometry = <32 1>;
308 fsl,secondary-cache-geometry = <128 2>;
309 };
310
311 pamu3: pamu@3000 {
312 reg = <0x3000 0x1000>;
313 fsl,primary-cache-geometry = <32 1>;
314 fsl,secondary-cache-geometry = <128 2>;
315 };
Kumar Galab4c38042011-11-07 10:38:56 -0600316 };
317
318/include/ "qoriq-mpic.dtsi"
319
320 guts: global-utilities@e0000 {
321 compatible = "fsl,qoriq-device-config-1.0";
322 reg = <0xe0000 0xe00>;
323 fsl,has-rstcr;
324 #sleep-cells = <1>;
325 fsl,liodn-bits = <12>;
326 };
327
328 pins: global-utilities@e0e00 {
329 compatible = "fsl,qoriq-pin-control-1.0";
330 reg = <0xe0e00 0x200>;
331 #sleep-cells = <2>;
332 };
333
334 clockgen: global-utilities@e1000 {
335 compatible = "fsl,p3041-clockgen", "fsl,qoriq-clockgen-1.0";
Tang Yuantian5d1a5662014-01-20 16:26:13 +0800336 ranges = <0x0 0xe1000 0x1000>;
Kumar Galab4c38042011-11-07 10:38:56 -0600337 reg = <0xe1000 0x1000>;
338 clock-frequency = <0>;
Tang Yuantian5d1a5662014-01-20 16:26:13 +0800339 #address-cells = <1>;
340 #size-cells = <1>;
341
342 sysclk: sysclk {
343 #clock-cells = <0>;
344 compatible = "fsl,qoriq-sysclk-1.0";
345 clock-output-names = "sysclk";
346 };
347
348 pll0: pll0@800 {
349 #clock-cells = <1>;
350 reg = <0x800 0x4>;
351 compatible = "fsl,qoriq-core-pll-1.0";
352 clocks = <&sysclk>;
353 clock-output-names = "pll0", "pll0-div2";
354 };
355
356 pll1: pll1@820 {
357 #clock-cells = <1>;
358 reg = <0x820 0x4>;
359 compatible = "fsl,qoriq-core-pll-1.0";
360 clocks = <&sysclk>;
361 clock-output-names = "pll1", "pll1-div2";
362 };
363
364 mux0: mux0@0 {
365 #clock-cells = <0>;
366 reg = <0x0 0x4>;
367 compatible = "fsl,qoriq-core-mux-1.0";
368 clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>;
369 clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2";
370 clock-output-names = "cmux0";
371 };
372
373 mux1: mux1@20 {
374 #clock-cells = <0>;
375 reg = <0x20 0x4>;
376 compatible = "fsl,qoriq-core-mux-1.0";
377 clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>;
378 clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2";
379 clock-output-names = "cmux1";
380 };
381
382 mux2: mux2@40 {
383 #clock-cells = <0>;
384 reg = <0x40 0x4>;
385 compatible = "fsl,qoriq-core-mux-1.0";
386 clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>;
387 clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2";
388 clock-output-names = "cmux2";
389 };
390
391 mux3: mux3@60 {
392 #clock-cells = <0>;
393 reg = <0x60 0x4>;
394 compatible = "fsl,qoriq-core-mux-1.0";
395 clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>;
396 clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2";
397 clock-output-names = "cmux3";
398 };
Kumar Galab4c38042011-11-07 10:38:56 -0600399 };
400
401 rcpm: global-utilities@e2000 {
402 compatible = "fsl,qoriq-rcpm-1.0";
403 reg = <0xe2000 0x1000>;
404 #sleep-cells = <1>;
405 };
406
407 sfp: sfp@e8000 {
408 compatible = "fsl,p3041-sfp", "fsl,qoriq-sfp-1.0";
409 reg = <0xe8000 0x1000>;
410 };
411
412 serdes: serdes@ea000 {
413 compatible = "fsl,p3041-serdes";
414 reg = <0xea000 0x1000>;
415 };
416
417/include/ "qoriq-dma-0.dtsi"
Timur Tabi04087532013-01-17 16:34:33 -0600418 dma@100300 {
419 fsl,iommu-parent = <&pamu0>;
420 fsl,liodn-reg = <&guts 0x580>; /* DMA1LIODNR */
421 };
422
Kumar Galab4c38042011-11-07 10:38:56 -0600423/include/ "qoriq-dma-1.dtsi"
Timur Tabi04087532013-01-17 16:34:33 -0600424 dma@101300 {
425 fsl,iommu-parent = <&pamu0>;
426 fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */
427 };
428
Kumar Galab4c38042011-11-07 10:38:56 -0600429/include/ "qoriq-espi-0.dtsi"
430 spi@110000 {
431 fsl,espi-num-chipselects = <4>;
432 };
433
434/include/ "qoriq-esdhc-0.dtsi"
435 sdhc@114000 {
Timur Tabi04087532013-01-17 16:34:33 -0600436 fsl,iommu-parent = <&pamu1>;
437 fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */
Kumar Galab4c38042011-11-07 10:38:56 -0600438 sdhci,auto-cmd12;
439 };
440
441/include/ "qoriq-i2c-0.dtsi"
442/include/ "qoriq-i2c-1.dtsi"
443/include/ "qoriq-duart-0.dtsi"
444/include/ "qoriq-duart-1.dtsi"
445/include/ "qoriq-gpio-0.dtsi"
446/include/ "qoriq-usb2-mph-0.dtsi"
Timur Tabi04087532013-01-17 16:34:33 -0600447 usb0: usb@210000 {
448 compatible = "fsl-usb2-mph-v1.6", "fsl-usb2-mph";
449 phy_type = "utmi";
450 fsl,iommu-parent = <&pamu1>;
451 fsl,liodn-reg = <&guts 0x520>; /* USB1LIODNR */
452 port0;
453 };
Kumar Galab4c38042011-11-07 10:38:56 -0600454
455/include/ "qoriq-usb2-dr-0.dtsi"
Timur Tabi04087532013-01-17 16:34:33 -0600456 usb1: usb@211000 {
457 compatible = "fsl-usb2-dr-v1.6", "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr";
458 fsl,iommu-parent = <&pamu1>;
459 fsl,liodn-reg = <&guts 0x524>; /* USB2LIODNR */
460 dr_mode = "host";
461 phy_type = "utmi";
462 };
Kumar Galab4c38042011-11-07 10:38:56 -0600463
464/include/ "qoriq-sata2-0.dtsi"
Timur Tabi04087532013-01-17 16:34:33 -0600465 sata@220000 {
466 fsl,iommu-parent = <&pamu1>;
467 fsl,liodn-reg = <&guts 0x550>; /* SATA1LIODNR */
468 };
469
Kumar Galab4c38042011-11-07 10:38:56 -0600470/include/ "qoriq-sata2-1.dtsi"
Timur Tabi04087532013-01-17 16:34:33 -0600471 sata@221000 {
472 fsl,iommu-parent = <&pamu1>;
473 fsl,liodn-reg = <&guts 0x554>; /* SATA2LIODNR */
474 };
475
Kumar Galab4c38042011-11-07 10:38:56 -0600476/include/ "qoriq-sec4.2-0.dtsi"
Timur Tabi04087532013-01-17 16:34:33 -0600477crypto: crypto@300000 {
478 fsl,iommu-parent = <&pamu1>;
479 };
Kumar Galab4c38042011-11-07 10:38:56 -0600480};