2 * SBC8548 Device Tree Source
4 * Copyright 2007 Wind River Systems Inc.
6 * Paul Gortmaker (see MAINTAINERS for contact information)
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
19 compatible = "SBC8548";
29 /* pci1 doesn't have a corresponding physical connector */
40 d-cache-line-size = <0x20>; // 32 bytes
41 i-cache-line-size = <0x20>; // 32 bytes
42 d-cache-size = <0x8000>; // L1, 32K
43 i-cache-size = <0x8000>; // L1, 32K
44 timebase-frequency = <0>; // From uboot
46 clock-frequency = <0>;
47 next-level-cache = <&L2>;
52 device_type = "memory";
53 reg = <0x00000000 0x10000000>;
59 compatible = "simple-bus";
60 reg = <0xe0000000 0x5000>;
61 interrupt-parent = <&mpic>;
63 ranges = <0x0 0x0 0xff800000 0x00800000 /*8MB Flash*/
64 0x3 0x0 0xf0000000 0x04000000 /*64MB SDRAM*/
65 0x4 0x0 0xf4000000 0x04000000 /*64MB SDRAM*/
66 0x5 0x0 0xf8000000 0x00b10000 /* EPLD */
67 0x6 0x0 0xfb800000 0x04000000>; /*64MB Flash*/
73 compatible = "cfi-flash";
74 reg = <0x0 0x0 0x800000>;
79 reg = <0x00000000 0x00100000>;
83 reg = <0x00100000 0x00700000>;
89 compatible = "wrs,epld-localbus";
92 reg = <0x5 0x0 0x00b10000>;
94 0x0 0x0 0x5 0x000000 0x1fff /* LED */
95 0x1 0x0 0x5 0x100000 0x1fff /* Switches */
96 0x3 0x0 0x5 0x300000 0x1fff /* HW Rev. */
97 0xb 0x0 0x5 0xb00000 0x1fff /* EEPROM */
102 reg = <0x0 0x0 0x1fff>;
106 compatible = "switches";
107 reg = <0x1 0x0 0x1fff>;
111 compatible = "hw-rev";
112 reg = <0x3 0x0 0x1fff>;
116 compatible = "eeprom";
117 reg = <0xb 0 0x1fff>;
123 #address-cells = <1>;
125 reg = <0x6 0x0 0x04000000>;
126 compatible = "cfi-flash";
130 label = "bootloader";
131 reg = <0x00000000 0x00100000>;
134 partition@0x00100000 {
135 label = "file-system";
136 reg = <0x00100000 0x01f00000>;
138 partition@0x02000000 {
139 label = "boot-config";
140 reg = <0x02000000 0x00100000>;
142 partition@0x02100000 {
144 reg = <0x02100000 0x01f00000>;
150 #address-cells = <1>;
153 ranges = <0x00000000 0xe0000000 0x00100000>;
155 compatible = "simple-bus";
158 compatible = "fsl,ecm-law";
164 compatible = "fsl,mpc8548-ecm", "fsl,ecm";
165 reg = <0x1000 0x1000>;
167 interrupt-parent = <&mpic>;
170 memory-controller@2000 {
171 compatible = "fsl,mpc8548-memory-controller";
172 reg = <0x2000 0x1000>;
173 interrupt-parent = <&mpic>;
174 interrupts = <0x12 0x2>;
177 L2: l2-cache-controller@20000 {
178 compatible = "fsl,mpc8548-l2-cache-controller";
179 reg = <0x20000 0x1000>;
180 cache-line-size = <0x20>; // 32 bytes
181 cache-size = <0x80000>; // L2, 512K
182 interrupt-parent = <&mpic>;
183 interrupts = <0x10 0x2>;
187 #address-cells = <1>;
190 compatible = "fsl-i2c";
191 reg = <0x3000 0x100>;
192 interrupts = <0x2b 0x2>;
193 interrupt-parent = <&mpic>;
198 #address-cells = <1>;
201 compatible = "fsl-i2c";
202 reg = <0x3100 0x100>;
203 interrupts = <0x2b 0x2>;
204 interrupt-parent = <&mpic>;
209 #address-cells = <1>;
211 compatible = "fsl,mpc8548-dma", "fsl,eloplus-dma";
213 ranges = <0x0 0x21100 0x200>;
216 compatible = "fsl,mpc8548-dma-channel",
217 "fsl,eloplus-dma-channel";
220 interrupt-parent = <&mpic>;
224 compatible = "fsl,mpc8548-dma-channel",
225 "fsl,eloplus-dma-channel";
228 interrupt-parent = <&mpic>;
232 compatible = "fsl,mpc8548-dma-channel",
233 "fsl,eloplus-dma-channel";
236 interrupt-parent = <&mpic>;
240 compatible = "fsl,mpc8548-dma-channel",
241 "fsl,eloplus-dma-channel";
244 interrupt-parent = <&mpic>;
249 enet0: ethernet@24000 {
250 #address-cells = <1>;
253 device_type = "network";
255 compatible = "gianfar";
256 reg = <0x24000 0x1000>;
257 ranges = <0x0 0x24000 0x1000>;
258 local-mac-address = [ 00 00 00 00 00 00 ];
259 interrupts = <0x1d 0x2 0x1e 0x2 0x22 0x2>;
260 interrupt-parent = <&mpic>;
261 tbi-handle = <&tbi0>;
262 phy-handle = <&phy0>;
265 #address-cells = <1>;
267 compatible = "fsl,gianfar-mdio";
270 phy0: ethernet-phy@19 {
271 interrupt-parent = <&mpic>;
272 interrupts = <0x6 0x1>;
274 device_type = "ethernet-phy";
276 phy1: ethernet-phy@1a {
277 interrupt-parent = <&mpic>;
278 interrupts = <0x7 0x1>;
280 device_type = "ethernet-phy";
284 device_type = "tbi-phy";
289 enet1: ethernet@25000 {
290 #address-cells = <1>;
293 device_type = "network";
295 compatible = "gianfar";
296 reg = <0x25000 0x1000>;
297 ranges = <0x0 0x25000 0x1000>;
298 local-mac-address = [ 00 00 00 00 00 00 ];
299 interrupts = <0x23 0x2 0x24 0x2 0x28 0x2>;
300 interrupt-parent = <&mpic>;
301 tbi-handle = <&tbi1>;
302 phy-handle = <&phy1>;
305 #address-cells = <1>;
307 compatible = "fsl,gianfar-tbi";
312 device_type = "tbi-phy";
317 serial0: serial@4500 {
319 device_type = "serial";
320 compatible = "ns16550";
321 reg = <0x4500 0x100>; // reg base, size
322 clock-frequency = <0>; // should we fill in in uboot?
323 interrupts = <0x2a 0x2>;
324 interrupt-parent = <&mpic>;
327 serial1: serial@4600 {
329 device_type = "serial";
330 compatible = "ns16550";
331 reg = <0x4600 0x100>; // reg base, size
332 clock-frequency = <0>; // should we fill in in uboot?
333 interrupts = <0x2a 0x2>;
334 interrupt-parent = <&mpic>;
337 global-utilities@e0000 { //global utilities reg
338 compatible = "fsl,mpc8548-guts";
339 reg = <0xe0000 0x1000>;
344 compatible = "fsl,sec2.1", "fsl,sec2.0";
345 reg = <0x30000 0x10000>;
347 interrupt-parent = <&mpic>;
348 fsl,num-channels = <4>;
349 fsl,channel-fifo-len = <24>;
350 fsl,exec-units-mask = <0xfe>;
351 fsl,descriptor-types-mask = <0x12b0ebf>;
355 interrupt-controller;
356 #address-cells = <0>;
357 #interrupt-cells = <2>;
358 reg = <0x40000 0x40000>;
359 compatible = "chrp,open-pic";
360 device_type = "open-pic";
365 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
367 /* IDSEL 0x01 (PCI-X slot) @66MHz */
368 0x0800 0x0 0x0 0x1 &mpic 0x2 0x1
369 0x0800 0x0 0x0 0x2 &mpic 0x3 0x1
370 0x0800 0x0 0x0 0x3 &mpic 0x4 0x1
371 0x0800 0x0 0x0 0x4 &mpic 0x1 0x1
373 /* IDSEL 0x11 (PCI, 3.3V 32bit) @33MHz */
374 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
375 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
376 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
377 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1>;
379 interrupt-parent = <&mpic>;
380 interrupts = <0x18 0x2>;
382 ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x10000000
383 0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00800000>;
384 clock-frequency = <66666666>;
385 #interrupt-cells = <1>;
387 #address-cells = <3>;
388 reg = <0xe0008000 0x1000>;
389 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
393 pci2: pcie@e000a000 {
394 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
397 /* IDSEL 0x0 (PEX) */
398 0x0000 0x0 0x0 0x1 &mpic 0x0 0x1
399 0x0000 0x0 0x0 0x2 &mpic 0x1 0x1
400 0x0000 0x0 0x0 0x3 &mpic 0x2 0x1
401 0x0000 0x0 0x0 0x4 &mpic 0x3 0x1>;
403 interrupt-parent = <&mpic>;
404 interrupts = <0x1a 0x2>;
405 bus-range = <0x0 0xff>;
406 ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
407 0x01000000 0x0 0x00000000 0xe3000000 0x0 0x08000000>;
408 clock-frequency = <33333333>;
409 #interrupt-cells = <1>;
411 #address-cells = <3>;
412 reg = <0xe000a000 0x1000>;
413 compatible = "fsl,mpc8548-pcie";
416 reg = <0x0 0x0 0x0 0x0 0x0>;
418 #address-cells = <3>;
420 ranges = <0x02000000 0x0 0xa0000000
421 0x02000000 0x0 0xa0000000
424 0x01000000 0x0 0x00000000
425 0x01000000 0x0 0x00000000