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>;
63 reg = <0xe0000000 0x1000>; // CCSRBAR
66 memory-controller@2000 {
67 compatible = "fsl,8548-memory-controller";
68 reg = <0x2000 0x1000>;
69 interrupt-parent = <&mpic>;
73 L2: l2-cache-controller@20000 {
74 compatible = "fsl,8548-l2-cache-controller";
75 reg = <0x20000 0x1000>;
76 cache-line-size = <32>; // 32 bytes
77 cache-size = <0x80000>; // L2, 512K
78 interrupt-parent = <&mpic>;
86 compatible = "fsl-i2c";
89 interrupt-parent = <&mpic>;
97 compatible = "fsl-i2c";
100 interrupt-parent = <&mpic>;
105 #address-cells = <1>;
107 compatible = "fsl,mpc8548-dma", "fsl,eloplus-dma";
109 ranges = <0x0 0x21100 0x200>;
112 compatible = "fsl,mpc8548-dma-channel",
113 "fsl,eloplus-dma-channel";
116 interrupt-parent = <&mpic>;
120 compatible = "fsl,mpc8548-dma-channel",
121 "fsl,eloplus-dma-channel";
124 interrupt-parent = <&mpic>;
128 compatible = "fsl,mpc8548-dma-channel",
129 "fsl,eloplus-dma-channel";
132 interrupt-parent = <&mpic>;
136 compatible = "fsl,mpc8548-dma-channel",
137 "fsl,eloplus-dma-channel";
140 interrupt-parent = <&mpic>;
145 enet0: ethernet@24000 {
146 #address-cells = <1>;
149 device_type = "network";
151 compatible = "gianfar";
152 reg = <0x24000 0x1000>;
153 ranges = <0x0 0x24000 0x1000>;
154 local-mac-address = [ 00 00 00 00 00 00 ];
155 interrupts = <29 2 30 2 34 2>;
156 interrupt-parent = <&mpic>;
157 tbi-handle = <&tbi0>;
158 phy-handle = <&phy0>;
161 #address-cells = <1>;
163 compatible = "fsl,gianfar-mdio";
166 phy0: ethernet-phy@0 {
167 interrupt-parent = <&mpic>;
170 device_type = "ethernet-phy";
172 phy1: ethernet-phy@1 {
173 interrupt-parent = <&mpic>;
176 device_type = "ethernet-phy";
178 phy2: ethernet-phy@2 {
179 interrupt-parent = <&mpic>;
182 device_type = "ethernet-phy";
184 phy3: ethernet-phy@3 {
185 interrupt-parent = <&mpic>;
188 device_type = "ethernet-phy";
192 device_type = "tbi-phy";
197 enet1: ethernet@25000 {
198 #address-cells = <1>;
201 device_type = "network";
203 compatible = "gianfar";
204 reg = <0x25000 0x1000>;
205 ranges = <0x0 0x25000 0x1000>;
206 local-mac-address = [ 00 00 00 00 00 00 ];
207 interrupts = <35 2 36 2 40 2>;
208 interrupt-parent = <&mpic>;
209 tbi-handle = <&tbi1>;
210 phy-handle = <&phy1>;
213 #address-cells = <1>;
215 compatible = "fsl,gianfar-tbi";
220 device_type = "tbi-phy";
225 /* eTSEC 3/4 are currently broken
226 enet2: ethernet@26000 {
227 #address-cells = <1>;
230 device_type = "network";
232 compatible = "gianfar";
233 reg = <0x26000 0x1000>;
234 ranges = <0x0 0x26000 0x1000>;
235 local-mac-address = [ 00 00 00 00 00 00 ];
236 interrupts = <31 2 32 2 33 2>;
237 interrupt-parent = <&mpic>;
238 tbi-handle = <&tbi2>;
239 phy-handle = <&phy2>;
242 #address-cells = <1>;
244 compatible = "fsl,gianfar-tbi";
249 device_type = "tbi-phy";
254 enet3: ethernet@27000 {
255 #address-cells = <1>;
258 device_type = "network";
260 compatible = "gianfar";
261 reg = <0x27000 0x1000>;
262 ranges = <0x0 0x27000 0x1000>;
263 local-mac-address = [ 00 00 00 00 00 00 ];
264 interrupts = <37 2 38 2 39 2>;
265 interrupt-parent = <&mpic>;
266 tbi-handle = <&tbi3>;
267 phy-handle = <&phy3>;
270 #address-cells = <1>;
272 compatible = "fsl,gianfar-tbi";
277 device_type = "tbi-phy";
283 serial0: serial@4500 {
285 device_type = "serial";
286 compatible = "ns16550";
287 reg = <0x4500 0x100>; // reg base, size
288 clock-frequency = <0>; // should we fill in in uboot?
290 interrupt-parent = <&mpic>;
293 serial1: serial@4600 {
295 device_type = "serial";
296 compatible = "ns16550";
297 reg = <0x4600 0x100>; // reg base, size
298 clock-frequency = <0>; // should we fill in in uboot?
300 interrupt-parent = <&mpic>;
303 global-utilities@e0000 { //global utilities reg
304 compatible = "fsl,mpc8548-guts";
305 reg = <0xe0000 0x1000>;
310 compatible = "fsl,sec2.1", "fsl,sec2.0";
311 reg = <0x30000 0x10000>;
313 interrupt-parent = <&mpic>;
314 fsl,num-channels = <4>;
315 fsl,channel-fifo-len = <24>;
316 fsl,exec-units-mask = <0xfe>;
317 fsl,descriptor-types-mask = <0x12b0ebf>;
321 interrupt-controller;
322 #address-cells = <0>;
323 #interrupt-cells = <2>;
324 reg = <0x40000 0x40000>;
325 compatible = "chrp,open-pic";
326 device_type = "open-pic";
332 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
334 /* IDSEL 0x4 (PCIX Slot 2) */
335 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
336 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
337 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
338 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
340 /* IDSEL 0x5 (PCIX Slot 3) */
341 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
342 0x2800 0x0 0x0 0x2 &mpic 0x2 0x1
343 0x2800 0x0 0x0 0x3 &mpic 0x3 0x1
344 0x2800 0x0 0x0 0x4 &mpic 0x0 0x1
346 /* IDSEL 0x6 (PCIX Slot 4) */
347 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
348 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
349 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
350 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
352 /* IDSEL 0x8 (PCIX Slot 5) */
353 0x4000 0x0 0x0 0x1 &mpic 0x0 0x1
354 0x4000 0x0 0x0 0x2 &mpic 0x1 0x1
355 0x4000 0x0 0x0 0x3 &mpic 0x2 0x1
356 0x4000 0x0 0x0 0x4 &mpic 0x3 0x1
358 /* IDSEL 0xC (Tsi310 bridge) */
359 0x6000 0x0 0x0 0x1 &mpic 0x0 0x1
360 0x6000 0x0 0x0 0x2 &mpic 0x1 0x1
361 0x6000 0x0 0x0 0x3 &mpic 0x2 0x1
362 0x6000 0x0 0x0 0x4 &mpic 0x3 0x1
364 /* IDSEL 0x14 (Slot 2) */
365 0xa000 0x0 0x0 0x1 &mpic 0x0 0x1
366 0xa000 0x0 0x0 0x2 &mpic 0x1 0x1
367 0xa000 0x0 0x0 0x3 &mpic 0x2 0x1
368 0xa000 0x0 0x0 0x4 &mpic 0x3 0x1
370 /* IDSEL 0x15 (Slot 3) */
371 0xa800 0x0 0x0 0x1 &mpic 0x1 0x1
372 0xa800 0x0 0x0 0x2 &mpic 0x2 0x1
373 0xa800 0x0 0x0 0x3 &mpic 0x3 0x1
374 0xa800 0x0 0x0 0x4 &mpic 0x0 0x1
376 /* IDSEL 0x16 (Slot 4) */
377 0xb000 0x0 0x0 0x1 &mpic 0x2 0x1
378 0xb000 0x0 0x0 0x2 &mpic 0x3 0x1
379 0xb000 0x0 0x0 0x3 &mpic 0x0 0x1
380 0xb000 0x0 0x0 0x4 &mpic 0x1 0x1
382 /* IDSEL 0x18 (Slot 5) */
383 0xc000 0x0 0x0 0x1 &mpic 0x0 0x1
384 0xc000 0x0 0x0 0x2 &mpic 0x1 0x1
385 0xc000 0x0 0x0 0x3 &mpic 0x2 0x1
386 0xc000 0x0 0x0 0x4 &mpic 0x3 0x1
388 /* IDSEL 0x1C (Tsi310 bridge PCI primary) */
389 0xe000 0x0 0x0 0x1 &mpic 0x0 0x1
390 0xe000 0x0 0x0 0x2 &mpic 0x1 0x1
391 0xe000 0x0 0x0 0x3 &mpic 0x2 0x1
392 0xe000 0x0 0x0 0x4 &mpic 0x3 0x1>;
394 interrupt-parent = <&mpic>;
397 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x10000000
398 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
399 clock-frequency = <66666666>;
400 #interrupt-cells = <1>;
402 #address-cells = <3>;
403 reg = <0xe0008000 0x1000>;
404 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
408 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
411 /* IDSEL 0x00 (PrPMC Site) */
412 0000 0x0 0x0 0x1 &mpic 0x0 0x1
413 0000 0x0 0x0 0x2 &mpic 0x1 0x1
414 0000 0x0 0x0 0x3 &mpic 0x2 0x1
415 0000 0x0 0x0 0x4 &mpic 0x3 0x1
417 /* IDSEL 0x04 (VIA chip) */
418 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
419 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
420 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
421 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
423 /* IDSEL 0x05 (8139) */
424 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
426 /* IDSEL 0x06 (Slot 6) */
427 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
428 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
429 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
430 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
432 /* IDESL 0x07 (Slot 7) */
433 0x3800 0x0 0x0 0x1 &mpic 0x3 0x1
434 0x3800 0x0 0x0 0x2 &mpic 0x0 0x1
435 0x3800 0x0 0x0 0x3 &mpic 0x1 0x1
436 0x3800 0x0 0x0 0x4 &mpic 0x2 0x1>;
438 reg = <0xe000 0x0 0x0 0x0 0x0>;
439 #interrupt-cells = <1>;
441 #address-cells = <3>;
442 ranges = <0x2000000 0x0 0x80000000
443 0x2000000 0x0 0x80000000
448 clock-frequency = <33333333>;
452 #interrupt-cells = <2>;
454 #address-cells = <2>;
455 reg = <0x2000 0x0 0x0 0x0 0x0>;
456 ranges = <0x1 0x0 0x1000000 0x0 0x0 0x1000>;
457 interrupt-parent = <&i8259>;
459 i8259: interrupt-controller@20 {
460 interrupt-controller;
461 device_type = "interrupt-controller";
465 #address-cells = <0>;
466 #interrupt-cells = <2>;
467 compatible = "chrp,iic";
469 interrupt-parent = <&mpic>;
473 compatible = "pnpPNP,b00";
474 reg = <0x1 0x70 0x2>;
482 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
486 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
487 0xa800 0x0 0x0 0x2 &mpic 0x1 0x1
488 0xa800 0x0 0x0 0x3 &mpic 0x2 0x1
489 0xa800 0x0 0x0 0x4 &mpic 0x3 0x1>;
491 interrupt-parent = <&mpic>;
494 ranges = <0x2000000 0x0 0x90000000 0x90000000 0x0 0x10000000
495 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
496 clock-frequency = <66666666>;
497 #interrupt-cells = <1>;
499 #address-cells = <3>;
500 reg = <0xe0009000 0x1000>;
501 compatible = "fsl,mpc8540-pci";
505 pci2: pcie@e000a000 {
507 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
510 /* IDSEL 0x0 (PEX) */
511 00000 0x0 0x0 0x1 &mpic 0x0 0x1
512 00000 0x0 0x0 0x2 &mpic 0x1 0x1
513 00000 0x0 0x0 0x3 &mpic 0x2 0x1
514 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
516 interrupt-parent = <&mpic>;
519 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
520 0x1000000 0x0 0x0 0xe3000000 0x0 0x100000>;
521 clock-frequency = <33333333>;
522 #interrupt-cells = <1>;
524 #address-cells = <3>;
525 reg = <0xe000a000 0x1000>;
526 compatible = "fsl,mpc8548-pcie";
529 reg = <0x0 0x0 0x0 0x0 0x0>;
531 #address-cells = <3>;
533 ranges = <0x2000000 0x0 0xa0000000
534 0x2000000 0x0 0xa0000000