blob: 651ff2f9db2d9e3ab963953752579aae34da3bf3 [file] [log] [blame]
Li Yang5761bc52008-01-07 20:03:18 +08001/*
2 * MPC8378E MDS Device Tree Source
3 *
4 * Copyright 2007 Freescale Semiconductor Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
10 */
11
12/dts-v1/;
13
14/ {
15 model = "fsl,mpc8378emds";
16 compatible = "fsl,mpc8378emds","fsl,mpc837xmds";
17 #address-cells = <1>;
18 #size-cells = <1>;
19
20 aliases {
21 ethernet0 = &enet0;
22 ethernet1 = &enet1;
23 serial0 = &serial0;
24 serial1 = &serial1;
25 pci0 = &pci0;
Anton Vorontsov0585a152009-01-08 04:31:41 +030026 pci1 = &pci1;
27 pci2 = &pci2;
Li Yang5761bc52008-01-07 20:03:18 +080028 };
29
30 cpus {
31 #address-cells = <1>;
32 #size-cells = <0>;
33
34 PowerPC,8378@0 {
35 device_type = "cpu";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050036 reg = <0x0>;
37 d-cache-line-size = <32>;
38 i-cache-line-size = <32>;
39 d-cache-size = <32768>;
40 i-cache-size = <32768>;
Li Yang5761bc52008-01-07 20:03:18 +080041 timebase-frequency = <0>;
42 bus-frequency = <0>;
43 clock-frequency = <0>;
44 };
45 };
46
47 memory {
48 device_type = "memory";
49 reg = <0x00000000 0x20000000>; // 512MB at 0
50 };
51
Li Yangd7f46192008-03-06 18:42:35 +080052 localbus@e0005000 {
53 #address-cells = <2>;
54 #size-cells = <1>;
55 compatible = "fsl,mpc8378-elbc", "fsl,elbc", "simple-bus";
56 reg = <0xe0005000 0x1000>;
57 interrupts = <77 0x8>;
58 interrupt-parent = <&ipic>;
59
60 // booting from NOR flash
61 ranges = <0 0x0 0xfe000000 0x02000000
62 1 0x0 0xf8000000 0x00008000
63 3 0x0 0xe0600000 0x00008000>;
64
65 flash@0,0 {
66 #address-cells = <1>;
67 #size-cells = <1>;
68 compatible = "cfi-flash";
69 reg = <0 0x0 0x2000000>;
70 bank-width = <2>;
71 device-width = <1>;
72
73 u-boot@0 {
74 reg = <0x0 0x100000>;
75 read-only;
76 };
77
78 fs@100000 {
79 reg = <0x100000 0x800000>;
80 };
81
82 kernel@1d00000 {
83 reg = <0x1d00000 0x200000>;
84 };
85
86 dtb@1f00000 {
87 reg = <0x1f00000 0x100000>;
88 };
89 };
90
91 bcsr@1,0 {
92 reg = <1 0x0 0x8000>;
93 compatible = "fsl,mpc837xmds-bcsr";
94 };
95
96 nand@3,0 {
97 #address-cells = <1>;
98 #size-cells = <1>;
99 compatible = "fsl,mpc8378-fcm-nand",
100 "fsl,elbc-fcm-nand";
101 reg = <3 0x0 0x8000>;
102
103 u-boot@0 {
104 reg = <0x0 0x100000>;
105 read-only;
106 };
107
108 kernel@100000 {
109 reg = <0x100000 0x300000>;
110 };
111
112 fs@400000 {
113 reg = <0x400000 0x1c00000>;
114 };
115 };
116 };
117
Li Yang5761bc52008-01-07 20:03:18 +0800118 soc@e0000000 {
119 #address-cells = <1>;
120 #size-cells = <1>;
121 device_type = "soc";
Kim Phillipscf0d19f2008-07-29 15:29:24 -0500122 compatible = "simple-bus";
Li Yang5761bc52008-01-07 20:03:18 +0800123 ranges = <0x0 0xe0000000 0x00100000>;
124 reg = <0xe0000000 0x00000200>;
125 bus-frequency = <0>;
126
127 wdt@200 {
128 compatible = "mpc83xx_wdt";
129 reg = <0x200 0x100>;
130 };
131
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300132 sleep-nexus {
Li Yang5761bc52008-01-07 20:03:18 +0800133 #address-cells = <1>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300134 #size-cells = <1>;
135 compatible = "simple-bus";
136 sleep = <&pmc 0x0c000000>;
137 ranges;
Anton Vorontsov8b77aeb2008-10-08 22:16:05 +0400138
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300139 i2c@3000 {
140 #address-cells = <1>;
141 #size-cells = <0>;
142 cell-index = <0>;
143 compatible = "fsl-i2c";
144 reg = <0x3000 0x100>;
145 interrupts = <14 0x8>;
Anton Vorontsov8b77aeb2008-10-08 22:16:05 +0400146 interrupt-parent = <&ipic>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300147 dfsrr;
148
149 rtc@68 {
150 compatible = "dallas,ds1374";
151 reg = <0x68>;
152 interrupts = <19 0x8>;
153 interrupt-parent = <&ipic>;
154 };
155 };
156
157 sdhci@2e000 {
158 compatible = "fsl,mpc8378-esdhc", "fsl,mpc8379-esdhc";
159 reg = <0x2e000 0x1000>;
160 interrupts = <42 0x8>;
161 interrupt-parent = <&ipic>;
162 /* Filled in by U-Boot */
163 clock-frequency = <0>;
Anton Vorontsov8b77aeb2008-10-08 22:16:05 +0400164 };
Li Yang5761bc52008-01-07 20:03:18 +0800165 };
166
167 i2c@3100 {
168 #address-cells = <1>;
169 #size-cells = <0>;
170 cell-index = <1>;
171 compatible = "fsl-i2c";
172 reg = <0x3100 0x100>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500173 interrupts = <15 0x8>;
174 interrupt-parent = <&ipic>;
Li Yang5761bc52008-01-07 20:03:18 +0800175 dfsrr;
176 };
177
178 spi@7000 {
Anton Vorontsovf3a2b292008-01-24 18:40:07 +0300179 cell-index = <0>;
180 compatible = "fsl,spi";
Li Yang5761bc52008-01-07 20:03:18 +0800181 reg = <0x7000 0x1000>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500182 interrupts = <16 0x8>;
183 interrupt-parent = <&ipic>;
Li Yang5761bc52008-01-07 20:03:18 +0800184 mode = "cpu";
185 };
186
Kumar Galadee80552008-06-27 13:45:19 -0500187 dma@82a8 {
188 #address-cells = <1>;
189 #size-cells = <1>;
190 compatible = "fsl,mpc8378-dma", "fsl,elo-dma";
191 reg = <0x82a8 4>;
192 ranges = <0 0x8100 0x1a8>;
193 interrupt-parent = <&ipic>;
194 interrupts = <71 8>;
195 cell-index = <0>;
196 dma-channel@0 {
197 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel";
198 reg = <0 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500199 cell-index = <0>;
Kumar Galadee80552008-06-27 13:45:19 -0500200 interrupt-parent = <&ipic>;
201 interrupts = <71 8>;
202 };
203 dma-channel@80 {
204 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel";
205 reg = <0x80 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500206 cell-index = <1>;
Kumar Galadee80552008-06-27 13:45:19 -0500207 interrupt-parent = <&ipic>;
208 interrupts = <71 8>;
209 };
210 dma-channel@100 {
211 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel";
212 reg = <0x100 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500213 cell-index = <2>;
Kumar Galadee80552008-06-27 13:45:19 -0500214 interrupt-parent = <&ipic>;
215 interrupts = <71 8>;
216 };
217 dma-channel@180 {
218 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel";
219 reg = <0x180 0x28>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500220 cell-index = <3>;
Kumar Galadee80552008-06-27 13:45:19 -0500221 interrupt-parent = <&ipic>;
222 interrupts = <71 8>;
223 };
224 };
225
Li Yang5761bc52008-01-07 20:03:18 +0800226 usb@23000 {
227 compatible = "fsl-usb2-dr";
228 reg = <0x23000 0x1000>;
229 #address-cells = <1>;
230 #size-cells = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500231 interrupt-parent = <&ipic>;
232 interrupts = <38 0x8>;
Li Yang28b95882008-03-06 18:42:26 +0800233 dr_mode = "host";
234 phy_type = "ulpi";
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300235 sleep = <&pmc 0x00c00000>;
Li Yang5761bc52008-01-07 20:03:18 +0800236 };
237
Li Yang5761bc52008-01-07 20:03:18 +0800238 enet0: ethernet@24000 {
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300239 #address-cells = <1>;
240 #size-cells = <1>;
Li Yang5761bc52008-01-07 20:03:18 +0800241 cell-index = <0>;
242 device_type = "network";
243 model = "eTSEC";
244 compatible = "gianfar";
245 reg = <0x24000 0x1000>;
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300246 ranges = <0x0 0x24000 0x1000>;
Li Yang5761bc52008-01-07 20:03:18 +0800247 local-mac-address = [ 00 00 00 00 00 00 ];
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500248 interrupts = <32 0x8 33 0x8 34 0x8>;
Li Yang5761bc52008-01-07 20:03:18 +0800249 phy-connection-type = "mii";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500250 interrupt-parent = <&ipic>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800251 tbi-handle = <&tbi0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500252 phy-handle = <&phy2>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300253 sleep = <&pmc 0xc0000000>;
254 fsl,magic-packet;
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300255
256 mdio@520 {
257 #address-cells = <1>;
258 #size-cells = <0>;
259 compatible = "fsl,gianfar-mdio";
260 reg = <0x520 0x20>;
261
262 phy2: ethernet-phy@2 {
263 interrupt-parent = <&ipic>;
264 interrupts = <17 0x8>;
265 reg = <0x2>;
266 device_type = "ethernet-phy";
267 };
268
269 phy3: ethernet-phy@3 {
270 interrupt-parent = <&ipic>;
271 interrupts = <18 0x8>;
272 reg = <0x3>;
273 device_type = "ethernet-phy";
274 };
275
276 tbi0: tbi-phy@11 {
277 reg = <0x11>;
278 device_type = "tbi-phy";
279 };
280 };
Li Yang5761bc52008-01-07 20:03:18 +0800281 };
282
283 enet1: ethernet@25000 {
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300284 #address-cells = <1>;
285 #size-cells = <1>;
Li Yang5761bc52008-01-07 20:03:18 +0800286 cell-index = <1>;
287 device_type = "network";
288 model = "eTSEC";
289 compatible = "gianfar";
290 reg = <0x25000 0x1000>;
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300291 ranges = <0x0 0x25000 0x1000>;
Li Yang5761bc52008-01-07 20:03:18 +0800292 local-mac-address = [ 00 00 00 00 00 00 ];
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500293 interrupts = <35 0x8 36 0x8 37 0x8>;
Li Yang5761bc52008-01-07 20:03:18 +0800294 phy-connection-type = "mii";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500295 interrupt-parent = <&ipic>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800296 tbi-handle = <&tbi1>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500297 phy-handle = <&phy3>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300298 sleep = <&pmc 0x30000000>;
299 fsl,magic-packet;
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300300
301 mdio@520 {
302 #address-cells = <1>;
303 #size-cells = <0>;
304 compatible = "fsl,gianfar-tbi";
305 reg = <0x520 0x20>;
306
307 tbi1: tbi-phy@11 {
308 reg = <0x11>;
309 device_type = "tbi-phy";
310 };
311 };
Li Yang5761bc52008-01-07 20:03:18 +0800312 };
313
314 serial0: serial@4500 {
315 cell-index = <0>;
316 device_type = "serial";
317 compatible = "ns16550";
318 reg = <0x4500 0x100>;
319 clock-frequency = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500320 interrupts = <9 0x8>;
321 interrupt-parent = <&ipic>;
Li Yang5761bc52008-01-07 20:03:18 +0800322 };
323
324 serial1: serial@4600 {
325 cell-index = <1>;
326 device_type = "serial";
327 compatible = "ns16550";
328 reg = <0x4600 0x100>;
329 clock-frequency = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500330 interrupts = <10 0x8>;
331 interrupt-parent = <&ipic>;
Li Yang5761bc52008-01-07 20:03:18 +0800332 };
333
334 crypto@30000 {
Kim Phillips3fd44732008-07-08 19:13:33 -0500335 compatible = "fsl,sec3.0", "fsl,sec2.4", "fsl,sec2.2",
336 "fsl,sec2.1", "fsl,sec2.0";
Li Yang5761bc52008-01-07 20:03:18 +0800337 reg = <0x30000 0x10000>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500338 interrupts = <11 0x8>;
339 interrupt-parent = <&ipic>;
Kim Phillips3fd44732008-07-08 19:13:33 -0500340 fsl,num-channels = <4>;
341 fsl,channel-fifo-len = <24>;
342 fsl,exec-units-mask = <0x9fe>;
343 fsl,descriptor-types-mask = <0x3ab0ebf>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300344 sleep = <&pmc 0x03000000>;
Li Yang5761bc52008-01-07 20:03:18 +0800345 };
346
347 /* IPIC
348 * interrupts cell = <intr #, sense>
349 * sense values match linux IORESOURCE_IRQ_* defines:
350 * sense == 8: Level, low assertion
351 * sense == 2: Edge, high-to-low change
352 */
353 ipic: pic@700 {
354 compatible = "fsl,ipic";
355 interrupt-controller;
356 #address-cells = <0>;
357 #interrupt-cells = <2>;
358 reg = <0x700 0x100>;
359 };
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300360
361 pmc: power@b00 {
362 compatible = "fsl,mpc8378-pmc", "fsl,mpc8349-pmc";
363 reg = <0xb00 0x100 0xa00 0x100>;
364 interrupts = <80 0x8>;
365 interrupt-parent = <&ipic>;
366 };
Li Yang5761bc52008-01-07 20:03:18 +0800367 };
368
369 pci0: pci@e0008500 {
370 cell-index = <0>;
371 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
372 interrupt-map = <
373
374 /* IDSEL 0x11 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500375 0x8800 0x0 0x0 0x1 &ipic 20 0x8
376 0x8800 0x0 0x0 0x2 &ipic 21 0x8
377 0x8800 0x0 0x0 0x3 &ipic 22 0x8
378 0x8800 0x0 0x0 0x4 &ipic 23 0x8
Li Yang5761bc52008-01-07 20:03:18 +0800379
380 /* IDSEL 0x12 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500381 0x9000 0x0 0x0 0x1 &ipic 22 0x8
382 0x9000 0x0 0x0 0x2 &ipic 23 0x8
383 0x9000 0x0 0x0 0x3 &ipic 20 0x8
384 0x9000 0x0 0x0 0x4 &ipic 21 0x8
Li Yang5761bc52008-01-07 20:03:18 +0800385
386 /* IDSEL 0x13 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500387 0x9800 0x0 0x0 0x1 &ipic 23 0x8
388 0x9800 0x0 0x0 0x2 &ipic 20 0x8
389 0x9800 0x0 0x0 0x3 &ipic 21 0x8
390 0x9800 0x0 0x0 0x4 &ipic 22 0x8
Li Yang5761bc52008-01-07 20:03:18 +0800391
392 /* IDSEL 0x15 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500393 0xa800 0x0 0x0 0x1 &ipic 20 0x8
394 0xa800 0x0 0x0 0x2 &ipic 21 0x8
395 0xa800 0x0 0x0 0x3 &ipic 22 0x8
396 0xa800 0x0 0x0 0x4 &ipic 23 0x8
Li Yang5761bc52008-01-07 20:03:18 +0800397
398 /* IDSEL 0x16 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500399 0xb000 0x0 0x0 0x1 &ipic 23 0x8
400 0xb000 0x0 0x0 0x2 &ipic 20 0x8
401 0xb000 0x0 0x0 0x3 &ipic 21 0x8
402 0xb000 0x0 0x0 0x4 &ipic 22 0x8
Li Yang5761bc52008-01-07 20:03:18 +0800403
404 /* IDSEL 0x17 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500405 0xb800 0x0 0x0 0x1 &ipic 22 0x8
406 0xb800 0x0 0x0 0x2 &ipic 23 0x8
407 0xb800 0x0 0x0 0x3 &ipic 20 0x8
408 0xb800 0x0 0x0 0x4 &ipic 21 0x8
Li Yang5761bc52008-01-07 20:03:18 +0800409
410 /* IDSEL 0x18 */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500411 0xc000 0x0 0x0 0x1 &ipic 21 0x8
412 0xc000 0x0 0x0 0x2 &ipic 22 0x8
413 0xc000 0x0 0x0 0x3 &ipic 23 0x8
414 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
415 interrupt-parent = <&ipic>;
416 interrupts = <66 0x8>;
417 bus-range = <0x0 0x0>;
Li Yang5761bc52008-01-07 20:03:18 +0800418 ranges = <0x02000000 0x0 0x90000000 0x90000000 0x0 0x10000000
419 0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
420 0x01000000 0x0 0x00000000 0xe0300000 0x0 0x00100000>;
421 clock-frequency = <0>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300422 sleep = <&pmc 0x00010000>;
Li Yang5761bc52008-01-07 20:03:18 +0800423 #interrupt-cells = <1>;
424 #size-cells = <2>;
425 #address-cells = <3>;
John Rigby5b70a092008-10-07 13:00:18 -0600426 reg = <0xe0008500 0x100 /* internal registers */
427 0xe0008300 0x8>; /* config space access registers */
Li Yang5761bc52008-01-07 20:03:18 +0800428 compatible = "fsl,mpc8349-pci";
429 device_type = "pci";
430 };
Anton Vorontsov0585a152009-01-08 04:31:41 +0300431
432 pci1: pcie@e0009000 {
433 #address-cells = <3>;
434 #size-cells = <2>;
435 #interrupt-cells = <1>;
436 device_type = "pci";
437 compatible = "fsl,mpc8378-pcie", "fsl,mpc8314-pcie";
438 reg = <0xe0009000 0x00001000>;
439 ranges = <0x02000000 0 0xa8000000 0xa8000000 0 0x10000000
440 0x01000000 0 0x00000000 0xb8000000 0 0x00800000>;
441 bus-range = <0 255>;
442 interrupt-map-mask = <0xf800 0 0 7>;
443 interrupt-map = <0 0 0 1 &ipic 1 8
444 0 0 0 2 &ipic 1 8
445 0 0 0 3 &ipic 1 8
446 0 0 0 4 &ipic 1 8>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300447 sleep = <&pmc 0x00300000>;
Anton Vorontsov0585a152009-01-08 04:31:41 +0300448 clock-frequency = <0>;
449
450 pcie@0 {
451 #address-cells = <3>;
452 #size-cells = <2>;
453 device_type = "pci";
454 reg = <0 0 0 0 0>;
455 ranges = <0x02000000 0 0xa8000000
456 0x02000000 0 0xa8000000
457 0 0x10000000
458 0x01000000 0 0x00000000
459 0x01000000 0 0x00000000
460 0 0x00800000>;
461 };
462 };
463
464 pci2: pcie@e000a000 {
465 #address-cells = <3>;
466 #size-cells = <2>;
467 #interrupt-cells = <1>;
468 device_type = "pci";
469 compatible = "fsl,mpc8378-pcie", "fsl,mpc8314-pcie";
470 reg = <0xe000a000 0x00001000>;
471 ranges = <0x02000000 0 0xc8000000 0xc8000000 0 0x10000000
472 0x01000000 0 0x00000000 0xd8000000 0 0x00800000>;
473 bus-range = <0 255>;
474 interrupt-map-mask = <0xf800 0 0 7>;
475 interrupt-map = <0 0 0 1 &ipic 2 8
476 0 0 0 2 &ipic 2 8
477 0 0 0 3 &ipic 2 8
478 0 0 0 4 &ipic 2 8>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300479 sleep = <&pmc 0x000c0000>;
Anton Vorontsov0585a152009-01-08 04:31:41 +0300480 clock-frequency = <0>;
481
482 pcie@0 {
483 #address-cells = <3>;
484 #size-cells = <2>;
485 device_type = "pci";
486 reg = <0 0 0 0 0>;
487 ranges = <0x02000000 0 0xc8000000
488 0x02000000 0 0xc8000000
489 0 0x10000000
490 0x01000000 0 0x00000000
491 0x01000000 0 0x00000000
492 0 0x00800000>;
493 };
494 };
Li Yang5761bc52008-01-07 20:03:18 +0800495};