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 ranges = <0x0 0xe0000000 0x100000>;
62 reg = <0xe0000000 0x1000>; // CCSRBAR
65 memory-controller@2000 {
66 compatible = "fsl,8548-memory-controller";
67 reg = <0x2000 0x1000>;
68 interrupt-parent = <&mpic>;
72 L2: l2-cache-controller@20000 {
73 compatible = "fsl,8548-l2-cache-controller";
74 reg = <0x20000 0x1000>;
75 cache-line-size = <32>; // 32 bytes
76 cache-size = <0x80000>; // L2, 512K
77 interrupt-parent = <&mpic>;
85 compatible = "fsl-i2c";
88 interrupt-parent = <&mpic>;
96 compatible = "fsl-i2c";
99 interrupt-parent = <&mpic>;
104 #address-cells = <1>;
106 compatible = "fsl,mpc8548-dma", "fsl,eloplus-dma";
108 ranges = <0x0 0x21100 0x200>;
111 compatible = "fsl,mpc8548-dma-channel",
112 "fsl,eloplus-dma-channel";
115 interrupt-parent = <&mpic>;
119 compatible = "fsl,mpc8548-dma-channel",
120 "fsl,eloplus-dma-channel";
123 interrupt-parent = <&mpic>;
127 compatible = "fsl,mpc8548-dma-channel",
128 "fsl,eloplus-dma-channel";
131 interrupt-parent = <&mpic>;
135 compatible = "fsl,mpc8548-dma-channel",
136 "fsl,eloplus-dma-channel";
139 interrupt-parent = <&mpic>;
145 #address-cells = <1>;
147 compatible = "fsl,gianfar-mdio";
148 reg = <0x24520 0x20>;
150 phy0: ethernet-phy@0 {
151 interrupt-parent = <&mpic>;
154 device_type = "ethernet-phy";
156 phy1: ethernet-phy@1 {
157 interrupt-parent = <&mpic>;
160 device_type = "ethernet-phy";
162 phy2: ethernet-phy@2 {
163 interrupt-parent = <&mpic>;
166 device_type = "ethernet-phy";
168 phy3: ethernet-phy@3 {
169 interrupt-parent = <&mpic>;
172 device_type = "ethernet-phy";
176 enet0: ethernet@24000 {
178 device_type = "network";
180 compatible = "gianfar";
181 reg = <0x24000 0x1000>;
182 local-mac-address = [ 00 00 00 00 00 00 ];
183 interrupts = <29 2 30 2 34 2>;
184 interrupt-parent = <&mpic>;
185 phy-handle = <&phy0>;
188 enet1: ethernet@25000 {
190 device_type = "network";
192 compatible = "gianfar";
193 reg = <0x25000 0x1000>;
194 local-mac-address = [ 00 00 00 00 00 00 ];
195 interrupts = <35 2 36 2 40 2>;
196 interrupt-parent = <&mpic>;
197 phy-handle = <&phy1>;
200 /* eTSEC 3/4 are currently broken
201 enet2: ethernet@26000 {
203 device_type = "network";
205 compatible = "gianfar";
206 reg = <0x26000 0x1000>;
207 local-mac-address = [ 00 00 00 00 00 00 ];
208 interrupts = <31 2 32 2 33 2>;
209 interrupt-parent = <&mpic>;
210 phy-handle = <&phy2>;
213 enet3: ethernet@27000 {
215 device_type = "network";
217 compatible = "gianfar";
218 reg = <0x27000 0x1000>;
219 local-mac-address = [ 00 00 00 00 00 00 ];
220 interrupts = <37 2 38 2 39 2>;
221 interrupt-parent = <&mpic>;
222 phy-handle = <&phy3>;
226 serial0: serial@4500 {
228 device_type = "serial";
229 compatible = "ns16550";
230 reg = <0x4500 0x100>; // reg base, size
231 clock-frequency = <0>; // should we fill in in uboot?
233 interrupt-parent = <&mpic>;
236 serial1: serial@4600 {
238 device_type = "serial";
239 compatible = "ns16550";
240 reg = <0x4600 0x100>; // reg base, size
241 clock-frequency = <0>; // should we fill in in uboot?
243 interrupt-parent = <&mpic>;
246 global-utilities@e0000 { //global utilities reg
247 compatible = "fsl,mpc8548-guts";
248 reg = <0xe0000 0x1000>;
253 compatible = "fsl,sec2.1", "fsl,sec2.0";
254 reg = <0x30000 0x10000>;
256 interrupt-parent = <&mpic>;
257 fsl,num-channels = <4>;
258 fsl,channel-fifo-len = <24>;
259 fsl,exec-units-mask = <0xfe>;
260 fsl,descriptor-types-mask = <0x12b0ebf>;
264 interrupt-controller;
265 #address-cells = <0>;
266 #interrupt-cells = <2>;
267 reg = <0x40000 0x40000>;
268 compatible = "chrp,open-pic";
269 device_type = "open-pic";
275 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
277 /* IDSEL 0x4 (PCIX Slot 2) */
278 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
279 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
280 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
281 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
283 /* IDSEL 0x5 (PCIX Slot 3) */
284 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
285 0x2800 0x0 0x0 0x2 &mpic 0x2 0x1
286 0x2800 0x0 0x0 0x3 &mpic 0x3 0x1
287 0x2800 0x0 0x0 0x4 &mpic 0x0 0x1
289 /* IDSEL 0x6 (PCIX Slot 4) */
290 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
291 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
292 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
293 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
295 /* IDSEL 0x8 (PCIX Slot 5) */
296 0x4000 0x0 0x0 0x1 &mpic 0x0 0x1
297 0x4000 0x0 0x0 0x2 &mpic 0x1 0x1
298 0x4000 0x0 0x0 0x3 &mpic 0x2 0x1
299 0x4000 0x0 0x0 0x4 &mpic 0x3 0x1
301 /* IDSEL 0xC (Tsi310 bridge) */
302 0x6000 0x0 0x0 0x1 &mpic 0x0 0x1
303 0x6000 0x0 0x0 0x2 &mpic 0x1 0x1
304 0x6000 0x0 0x0 0x3 &mpic 0x2 0x1
305 0x6000 0x0 0x0 0x4 &mpic 0x3 0x1
307 /* IDSEL 0x14 (Slot 2) */
308 0xa000 0x0 0x0 0x1 &mpic 0x0 0x1
309 0xa000 0x0 0x0 0x2 &mpic 0x1 0x1
310 0xa000 0x0 0x0 0x3 &mpic 0x2 0x1
311 0xa000 0x0 0x0 0x4 &mpic 0x3 0x1
313 /* IDSEL 0x15 (Slot 3) */
314 0xa800 0x0 0x0 0x1 &mpic 0x1 0x1
315 0xa800 0x0 0x0 0x2 &mpic 0x2 0x1
316 0xa800 0x0 0x0 0x3 &mpic 0x3 0x1
317 0xa800 0x0 0x0 0x4 &mpic 0x0 0x1
319 /* IDSEL 0x16 (Slot 4) */
320 0xb000 0x0 0x0 0x1 &mpic 0x2 0x1
321 0xb000 0x0 0x0 0x2 &mpic 0x3 0x1
322 0xb000 0x0 0x0 0x3 &mpic 0x0 0x1
323 0xb000 0x0 0x0 0x4 &mpic 0x1 0x1
325 /* IDSEL 0x18 (Slot 5) */
326 0xc000 0x0 0x0 0x1 &mpic 0x0 0x1
327 0xc000 0x0 0x0 0x2 &mpic 0x1 0x1
328 0xc000 0x0 0x0 0x3 &mpic 0x2 0x1
329 0xc000 0x0 0x0 0x4 &mpic 0x3 0x1
331 /* IDSEL 0x1C (Tsi310 bridge PCI primary) */
332 0xe000 0x0 0x0 0x1 &mpic 0x0 0x1
333 0xe000 0x0 0x0 0x2 &mpic 0x1 0x1
334 0xe000 0x0 0x0 0x3 &mpic 0x2 0x1
335 0xe000 0x0 0x0 0x4 &mpic 0x3 0x1>;
337 interrupt-parent = <&mpic>;
340 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x10000000
341 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
342 clock-frequency = <66666666>;
343 #interrupt-cells = <1>;
345 #address-cells = <3>;
346 reg = <0xe0008000 0x1000>;
347 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
351 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
354 /* IDSEL 0x00 (PrPMC Site) */
355 0000 0x0 0x0 0x1 &mpic 0x0 0x1
356 0000 0x0 0x0 0x2 &mpic 0x1 0x1
357 0000 0x0 0x0 0x3 &mpic 0x2 0x1
358 0000 0x0 0x0 0x4 &mpic 0x3 0x1
360 /* IDSEL 0x04 (VIA chip) */
361 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
362 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
363 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
364 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
366 /* IDSEL 0x05 (8139) */
367 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
369 /* IDSEL 0x06 (Slot 6) */
370 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
371 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
372 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
373 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
375 /* IDESL 0x07 (Slot 7) */
376 0x3800 0x0 0x0 0x1 &mpic 0x3 0x1
377 0x3800 0x0 0x0 0x2 &mpic 0x0 0x1
378 0x3800 0x0 0x0 0x3 &mpic 0x1 0x1
379 0x3800 0x0 0x0 0x4 &mpic 0x2 0x1>;
381 reg = <0xe000 0x0 0x0 0x0 0x0>;
382 #interrupt-cells = <1>;
384 #address-cells = <3>;
385 ranges = <0x2000000 0x0 0x80000000
386 0x2000000 0x0 0x80000000
391 clock-frequency = <33333333>;
395 #interrupt-cells = <2>;
397 #address-cells = <2>;
398 reg = <0x2000 0x0 0x0 0x0 0x0>;
399 ranges = <0x1 0x0 0x1000000 0x0 0x0 0x1000>;
400 interrupt-parent = <&i8259>;
402 i8259: interrupt-controller@20 {
403 interrupt-controller;
404 device_type = "interrupt-controller";
408 #address-cells = <0>;
409 #interrupt-cells = <2>;
410 compatible = "chrp,iic";
412 interrupt-parent = <&mpic>;
416 compatible = "pnpPNP,b00";
417 reg = <0x1 0x70 0x2>;
425 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
429 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
430 0xa800 0x0 0x0 0x2 &mpic 0x1 0x1
431 0xa800 0x0 0x0 0x3 &mpic 0x2 0x1
432 0xa800 0x0 0x0 0x4 &mpic 0x3 0x1>;
434 interrupt-parent = <&mpic>;
437 ranges = <0x2000000 0x0 0x90000000 0x90000000 0x0 0x10000000
438 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
439 clock-frequency = <66666666>;
440 #interrupt-cells = <1>;
442 #address-cells = <3>;
443 reg = <0xe0009000 0x1000>;
444 compatible = "fsl,mpc8540-pci";
448 pci2: pcie@e000a000 {
450 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
453 /* IDSEL 0x0 (PEX) */
454 00000 0x0 0x0 0x1 &mpic 0x0 0x1
455 00000 0x0 0x0 0x2 &mpic 0x1 0x1
456 00000 0x0 0x0 0x3 &mpic 0x2 0x1
457 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
459 interrupt-parent = <&mpic>;
462 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
463 0x1000000 0x0 0x0 0xe3000000 0x0 0x100000>;
464 clock-frequency = <33333333>;
465 #interrupt-cells = <1>;
467 #address-cells = <3>;
468 reg = <0xe000a000 0x1000>;
469 compatible = "fsl,mpc8548-pcie";
472 reg = <0x0 0x0 0x0 0x0 0x0>;
474 #address-cells = <3>;
476 ranges = <0x2000000 0x0 0xa0000000
477 0x2000000 0x0 0xa0000000