2 * MPC8548 CDS Device Tree Source
4 * Copyright 2006, 2008 Freescale Semiconductor Inc.
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.
16 compatible = "MPC8548CDS", "MPC85xxCDS";
41 d-cache-line-size = <32>; // 32 bytes
42 i-cache-line-size = <32>; // 32 bytes
43 d-cache-size = <0x8000>; // L1, 32K
44 i-cache-size = <0x8000>; // L1, 32K
45 timebase-frequency = <0>; // 33 MHz, from uboot
46 bus-frequency = <0>; // 166 MHz
47 clock-frequency = <0>; // 825 MHz, from uboot
48 next-level-cache = <&L2>;
53 device_type = "memory";
54 reg = <0x0 0x8000000>; // 128M at 0x0
61 compatible = "simple-bus";
62 ranges = <0x0 0xe0000000 0x100000>;
66 compatible = "fsl,ecm-law";
72 compatible = "fsl,mpc8548-ecm", "fsl,ecm";
73 reg = <0x1000 0x1000>;
75 interrupt-parent = <&mpic>;
78 memory-controller@2000 {
79 compatible = "fsl,8548-memory-controller";
80 reg = <0x2000 0x1000>;
81 interrupt-parent = <&mpic>;
85 L2: l2-cache-controller@20000 {
86 compatible = "fsl,8548-l2-cache-controller";
87 reg = <0x20000 0x1000>;
88 cache-line-size = <32>; // 32 bytes
89 cache-size = <0x80000>; // L2, 512K
90 interrupt-parent = <&mpic>;
98 compatible = "fsl-i2c";
101 interrupt-parent = <&mpic>;
105 compatible = "atmel,24c64";
110 compatible = "atmel,24c64";
115 compatible = "atmel,24c64";
121 #address-cells = <1>;
124 compatible = "fsl-i2c";
125 reg = <0x3100 0x100>;
127 interrupt-parent = <&mpic>;
131 compatible = "atmel,24c64";
137 #address-cells = <1>;
139 compatible = "fsl,mpc8548-dma", "fsl,eloplus-dma";
141 ranges = <0x0 0x21100 0x200>;
144 compatible = "fsl,mpc8548-dma-channel",
145 "fsl,eloplus-dma-channel";
148 interrupt-parent = <&mpic>;
152 compatible = "fsl,mpc8548-dma-channel",
153 "fsl,eloplus-dma-channel";
156 interrupt-parent = <&mpic>;
160 compatible = "fsl,mpc8548-dma-channel",
161 "fsl,eloplus-dma-channel";
164 interrupt-parent = <&mpic>;
168 compatible = "fsl,mpc8548-dma-channel",
169 "fsl,eloplus-dma-channel";
172 interrupt-parent = <&mpic>;
177 enet0: ethernet@24000 {
178 #address-cells = <1>;
181 device_type = "network";
183 compatible = "gianfar";
184 reg = <0x24000 0x1000>;
185 ranges = <0x0 0x24000 0x1000>;
186 local-mac-address = [ 00 00 00 00 00 00 ];
187 interrupts = <29 2 30 2 34 2>;
188 interrupt-parent = <&mpic>;
189 tbi-handle = <&tbi0>;
190 phy-handle = <&phy0>;
193 #address-cells = <1>;
195 compatible = "fsl,gianfar-mdio";
198 phy0: ethernet-phy@0 {
199 interrupt-parent = <&mpic>;
202 device_type = "ethernet-phy";
204 phy1: ethernet-phy@1 {
205 interrupt-parent = <&mpic>;
208 device_type = "ethernet-phy";
210 phy2: ethernet-phy@2 {
211 interrupt-parent = <&mpic>;
214 device_type = "ethernet-phy";
216 phy3: ethernet-phy@3 {
217 interrupt-parent = <&mpic>;
220 device_type = "ethernet-phy";
224 device_type = "tbi-phy";
229 enet1: ethernet@25000 {
230 #address-cells = <1>;
233 device_type = "network";
235 compatible = "gianfar";
236 reg = <0x25000 0x1000>;
237 ranges = <0x0 0x25000 0x1000>;
238 local-mac-address = [ 00 00 00 00 00 00 ];
239 interrupts = <35 2 36 2 40 2>;
240 interrupt-parent = <&mpic>;
241 tbi-handle = <&tbi1>;
242 phy-handle = <&phy1>;
245 #address-cells = <1>;
247 compatible = "fsl,gianfar-tbi";
252 device_type = "tbi-phy";
257 /* eTSEC 3/4 are currently broken
258 enet2: ethernet@26000 {
259 #address-cells = <1>;
262 device_type = "network";
264 compatible = "gianfar";
265 reg = <0x26000 0x1000>;
266 ranges = <0x0 0x26000 0x1000>;
267 local-mac-address = [ 00 00 00 00 00 00 ];
268 interrupts = <31 2 32 2 33 2>;
269 interrupt-parent = <&mpic>;
270 tbi-handle = <&tbi2>;
271 phy-handle = <&phy2>;
274 #address-cells = <1>;
276 compatible = "fsl,gianfar-tbi";
281 device_type = "tbi-phy";
286 enet3: ethernet@27000 {
287 #address-cells = <1>;
290 device_type = "network";
292 compatible = "gianfar";
293 reg = <0x27000 0x1000>;
294 ranges = <0x0 0x27000 0x1000>;
295 local-mac-address = [ 00 00 00 00 00 00 ];
296 interrupts = <37 2 38 2 39 2>;
297 interrupt-parent = <&mpic>;
298 tbi-handle = <&tbi3>;
299 phy-handle = <&phy3>;
302 #address-cells = <1>;
304 compatible = "fsl,gianfar-tbi";
309 device_type = "tbi-phy";
315 serial0: serial@4500 {
317 device_type = "serial";
318 compatible = "ns16550";
319 reg = <0x4500 0x100>; // reg base, size
320 clock-frequency = <0>; // should we fill in in uboot?
322 interrupt-parent = <&mpic>;
325 serial1: serial@4600 {
327 device_type = "serial";
328 compatible = "ns16550";
329 reg = <0x4600 0x100>; // reg base, size
330 clock-frequency = <0>; // should we fill in in uboot?
332 interrupt-parent = <&mpic>;
335 global-utilities@e0000 { //global utilities reg
336 compatible = "fsl,mpc8548-guts";
337 reg = <0xe0000 0x1000>;
342 compatible = "fsl,sec2.1", "fsl,sec2.0";
343 reg = <0x30000 0x10000>;
345 interrupt-parent = <&mpic>;
346 fsl,num-channels = <4>;
347 fsl,channel-fifo-len = <24>;
348 fsl,exec-units-mask = <0xfe>;
349 fsl,descriptor-types-mask = <0x12b0ebf>;
353 interrupt-controller;
354 #address-cells = <0>;
355 #interrupt-cells = <2>;
356 reg = <0x40000 0x40000>;
357 compatible = "chrp,open-pic";
358 device_type = "open-pic";
363 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
365 /* IDSEL 0x4 (PCIX Slot 2) */
366 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
367 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
368 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
369 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
371 /* IDSEL 0x5 (PCIX Slot 3) */
372 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
373 0x2800 0x0 0x0 0x2 &mpic 0x2 0x1
374 0x2800 0x0 0x0 0x3 &mpic 0x3 0x1
375 0x2800 0x0 0x0 0x4 &mpic 0x0 0x1
377 /* IDSEL 0x6 (PCIX Slot 4) */
378 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
379 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
380 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
381 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
383 /* IDSEL 0x8 (PCIX Slot 5) */
384 0x4000 0x0 0x0 0x1 &mpic 0x0 0x1
385 0x4000 0x0 0x0 0x2 &mpic 0x1 0x1
386 0x4000 0x0 0x0 0x3 &mpic 0x2 0x1
387 0x4000 0x0 0x0 0x4 &mpic 0x3 0x1
389 /* IDSEL 0xC (Tsi310 bridge) */
390 0x6000 0x0 0x0 0x1 &mpic 0x0 0x1
391 0x6000 0x0 0x0 0x2 &mpic 0x1 0x1
392 0x6000 0x0 0x0 0x3 &mpic 0x2 0x1
393 0x6000 0x0 0x0 0x4 &mpic 0x3 0x1
395 /* IDSEL 0x14 (Slot 2) */
396 0xa000 0x0 0x0 0x1 &mpic 0x0 0x1
397 0xa000 0x0 0x0 0x2 &mpic 0x1 0x1
398 0xa000 0x0 0x0 0x3 &mpic 0x2 0x1
399 0xa000 0x0 0x0 0x4 &mpic 0x3 0x1
401 /* IDSEL 0x15 (Slot 3) */
402 0xa800 0x0 0x0 0x1 &mpic 0x1 0x1
403 0xa800 0x0 0x0 0x2 &mpic 0x2 0x1
404 0xa800 0x0 0x0 0x3 &mpic 0x3 0x1
405 0xa800 0x0 0x0 0x4 &mpic 0x0 0x1
407 /* IDSEL 0x16 (Slot 4) */
408 0xb000 0x0 0x0 0x1 &mpic 0x2 0x1
409 0xb000 0x0 0x0 0x2 &mpic 0x3 0x1
410 0xb000 0x0 0x0 0x3 &mpic 0x0 0x1
411 0xb000 0x0 0x0 0x4 &mpic 0x1 0x1
413 /* IDSEL 0x18 (Slot 5) */
414 0xc000 0x0 0x0 0x1 &mpic 0x0 0x1
415 0xc000 0x0 0x0 0x2 &mpic 0x1 0x1
416 0xc000 0x0 0x0 0x3 &mpic 0x2 0x1
417 0xc000 0x0 0x0 0x4 &mpic 0x3 0x1
419 /* IDSEL 0x1C (Tsi310 bridge PCI primary) */
420 0xe000 0x0 0x0 0x1 &mpic 0x0 0x1
421 0xe000 0x0 0x0 0x2 &mpic 0x1 0x1
422 0xe000 0x0 0x0 0x3 &mpic 0x2 0x1
423 0xe000 0x0 0x0 0x4 &mpic 0x3 0x1>;
425 interrupt-parent = <&mpic>;
428 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x10000000
429 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
430 clock-frequency = <66666666>;
431 #interrupt-cells = <1>;
433 #address-cells = <3>;
434 reg = <0xe0008000 0x1000>;
435 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
439 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
442 /* IDSEL 0x00 (PrPMC Site) */
443 0000 0x0 0x0 0x1 &mpic 0x0 0x1
444 0000 0x0 0x0 0x2 &mpic 0x1 0x1
445 0000 0x0 0x0 0x3 &mpic 0x2 0x1
446 0000 0x0 0x0 0x4 &mpic 0x3 0x1
448 /* IDSEL 0x04 (VIA chip) */
449 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
450 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
451 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
452 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
454 /* IDSEL 0x05 (8139) */
455 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
457 /* IDSEL 0x06 (Slot 6) */
458 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
459 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
460 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
461 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
463 /* IDESL 0x07 (Slot 7) */
464 0x3800 0x0 0x0 0x1 &mpic 0x3 0x1
465 0x3800 0x0 0x0 0x2 &mpic 0x0 0x1
466 0x3800 0x0 0x0 0x3 &mpic 0x1 0x1
467 0x3800 0x0 0x0 0x4 &mpic 0x2 0x1>;
469 reg = <0xe000 0x0 0x0 0x0 0x0>;
470 #interrupt-cells = <1>;
472 #address-cells = <3>;
473 ranges = <0x2000000 0x0 0x80000000
474 0x2000000 0x0 0x80000000
479 clock-frequency = <33333333>;
483 #interrupt-cells = <2>;
485 #address-cells = <2>;
486 reg = <0x2000 0x0 0x0 0x0 0x0>;
487 ranges = <0x1 0x0 0x1000000 0x0 0x0 0x1000>;
488 interrupt-parent = <&i8259>;
490 i8259: interrupt-controller@20 {
491 interrupt-controller;
492 device_type = "interrupt-controller";
496 #address-cells = <0>;
497 #interrupt-cells = <2>;
498 compatible = "chrp,iic";
500 interrupt-parent = <&mpic>;
504 compatible = "pnpPNP,b00";
505 reg = <0x1 0x70 0x2>;
512 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
516 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
517 0xa800 0x0 0x0 0x2 &mpic 0x1 0x1
518 0xa800 0x0 0x0 0x3 &mpic 0x2 0x1
519 0xa800 0x0 0x0 0x4 &mpic 0x3 0x1>;
521 interrupt-parent = <&mpic>;
524 ranges = <0x2000000 0x0 0x90000000 0x90000000 0x0 0x10000000
525 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
526 clock-frequency = <66666666>;
527 #interrupt-cells = <1>;
529 #address-cells = <3>;
530 reg = <0xe0009000 0x1000>;
531 compatible = "fsl,mpc8540-pci";
535 pci2: pcie@e000a000 {
536 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
539 /* IDSEL 0x0 (PEX) */
540 00000 0x0 0x0 0x1 &mpic 0x0 0x1
541 00000 0x0 0x0 0x2 &mpic 0x1 0x1
542 00000 0x0 0x0 0x3 &mpic 0x2 0x1
543 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
545 interrupt-parent = <&mpic>;
548 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
549 0x1000000 0x0 0x0 0xe3000000 0x0 0x100000>;
550 clock-frequency = <33333333>;
551 #interrupt-cells = <1>;
553 #address-cells = <3>;
554 reg = <0xe000a000 0x1000>;
555 compatible = "fsl,mpc8548-pcie";
558 reg = <0x0 0x0 0x0 0x0 0x0>;
560 #address-cells = <3>;
562 ranges = <0x2000000 0x0 0xa0000000
563 0x2000000 0x0 0xa0000000