2 * SBC8641D Device Tree Source
4 * Copyright 2008 Wind River Systems Inc.
6 * Paul Gortmaker (see MAINTAINERS for contact information)
8 * Based largely on the mpc8641_hpcn.dts by Freescale Semiconductor Inc.
10 * This program is free software; you can redistribute it and/or modify it
11 * under the terms of the GNU General Public License as published by the
12 * Free Software Foundation; either version 2 of the License, or (at your
13 * option) any later version.
20 compatible = "wind,sbc8641";
42 d-cache-line-size = <32>;
43 i-cache-line-size = <32>;
44 d-cache-size = <32768>; // L1
45 i-cache-size = <32768>; // L1
46 timebase-frequency = <0>; // From uboot
47 bus-frequency = <0>; // From uboot
48 clock-frequency = <0>; // From uboot
53 d-cache-line-size = <32>;
54 i-cache-line-size = <32>;
55 d-cache-size = <32768>;
56 i-cache-size = <32768>;
57 timebase-frequency = <0>; // From uboot
58 bus-frequency = <0>; // From uboot
59 clock-frequency = <0>; // From uboot
64 device_type = "memory";
65 reg = <0x00000000 0x20000000>; // 512M at 0x0
71 compatible = "fsl,mpc8641-localbus", "simple-bus";
72 reg = <0xf8005000 0x1000>;
74 interrupt-parent = <&mpic>;
76 ranges = <0 0 0xff000000 0x01000000 // 16MB Boot flash
77 1 0 0xf0000000 0x00010000 // 64KB EEPROM
78 2 0 0xf1000000 0x00100000 // EPLD (1MB)
79 3 0 0xe0000000 0x04000000 // 64MB LB SDRAM (CS3)
80 4 0 0xe4000000 0x04000000 // 64MB LB SDRAM (CS4)
81 6 0 0xf4000000 0x00100000 // LCD display (1MB)
82 7 0 0xe8000000 0x04000000>; // 64MB OneNAND
85 compatible = "cfi-flash";
86 reg = <0 0 0x01000000>;
93 reg = <0x00000000 0x00100000>;
98 reg = <0x00100000 0x00400000>;
103 reg = <0x00500000 0x00a00000>;
107 reg = <0x00f00000 0x00100000>;
113 compatible = "wrs,epld-localbus";
114 #address-cells = <2>;
116 reg = <2 0 0x100000>;
117 ranges = <0 0 5 0 1 // User switches
118 1 0 5 1 1 // Board ID/Rev
124 #address-cells = <1>;
127 compatible = "simple-bus";
128 ranges = <0x00000000 0xf8000000 0x00100000>;
129 reg = <0xf8000000 0x00001000>; // CCSRBAR
133 #address-cells = <1>;
136 compatible = "fsl-i2c";
137 reg = <0x3000 0x100>;
139 interrupt-parent = <&mpic>;
144 #address-cells = <1>;
147 compatible = "fsl-i2c";
148 reg = <0x3100 0x100>;
150 interrupt-parent = <&mpic>;
155 #address-cells = <1>;
157 compatible = "fsl,mpc8641-dma", "fsl,eloplus-dma";
159 ranges = <0x0 0x21100 0x200>;
162 compatible = "fsl,mpc8641-dma-channel",
163 "fsl,eloplus-dma-channel";
166 interrupt-parent = <&mpic>;
170 compatible = "fsl,mpc8641-dma-channel",
171 "fsl,eloplus-dma-channel";
174 interrupt-parent = <&mpic>;
178 compatible = "fsl,mpc8641-dma-channel",
179 "fsl,eloplus-dma-channel";
182 interrupt-parent = <&mpic>;
186 compatible = "fsl,mpc8641-dma-channel",
187 "fsl,eloplus-dma-channel";
190 interrupt-parent = <&mpic>;
196 #address-cells = <1>;
198 compatible = "fsl,gianfar-mdio";
199 reg = <0x24520 0x20>;
201 phy0: ethernet-phy@1f {
202 interrupt-parent = <&mpic>;
205 device_type = "ethernet-phy";
207 phy1: ethernet-phy@0 {
208 interrupt-parent = <&mpic>;
211 device_type = "ethernet-phy";
213 phy2: ethernet-phy@1 {
214 interrupt-parent = <&mpic>;
217 device_type = "ethernet-phy";
219 phy3: ethernet-phy@2 {
220 interrupt-parent = <&mpic>;
223 device_type = "ethernet-phy";
227 device_type = "tbi-phy";
232 #address-cells = <1>;
234 compatible = "fsl,gianfar-tbi";
235 reg = <0x25520 0x20>;
239 device_type = "tbi-phy";
244 #address-cells = <1>;
246 compatible = "fsl,gianfar-tbi";
247 reg = <0x26520 0x20>;
251 device_type = "tbi-phy";
256 #address-cells = <1>;
258 compatible = "fsl,gianfar-tbi";
259 reg = <0x27520 0x20>;
263 device_type = "tbi-phy";
267 enet0: ethernet@24000 {
269 device_type = "network";
271 compatible = "gianfar";
272 reg = <0x24000 0x1000>;
273 local-mac-address = [ 00 00 00 00 00 00 ];
274 interrupts = <29 2 30 2 34 2>;
275 interrupt-parent = <&mpic>;
276 tbi-handle = <&tbi0>;
277 phy-handle = <&phy0>;
278 phy-connection-type = "rgmii-id";
281 enet1: ethernet@25000 {
283 device_type = "network";
285 compatible = "gianfar";
286 reg = <0x25000 0x1000>;
287 local-mac-address = [ 00 00 00 00 00 00 ];
288 interrupts = <35 2 36 2 40 2>;
289 interrupt-parent = <&mpic>;
290 tbi-handle = <&tbi1>;
291 phy-handle = <&phy1>;
292 phy-connection-type = "rgmii-id";
295 enet2: ethernet@26000 {
297 device_type = "network";
299 compatible = "gianfar";
300 reg = <0x26000 0x1000>;
301 local-mac-address = [ 00 00 00 00 00 00 ];
302 interrupts = <31 2 32 2 33 2>;
303 interrupt-parent = <&mpic>;
304 tbi-handle = <&tbi2>;
305 phy-handle = <&phy2>;
306 phy-connection-type = "rgmii-id";
309 enet3: ethernet@27000 {
311 device_type = "network";
313 compatible = "gianfar";
314 reg = <0x27000 0x1000>;
315 local-mac-address = [ 00 00 00 00 00 00 ];
316 interrupts = <37 2 38 2 39 2>;
317 interrupt-parent = <&mpic>;
318 tbi-handle = <&tbi3>;
319 phy-handle = <&phy3>;
320 phy-connection-type = "rgmii-id";
323 serial0: serial@4500 {
325 device_type = "serial";
326 compatible = "ns16550";
327 reg = <0x4500 0x100>;
328 clock-frequency = <0>;
330 interrupt-parent = <&mpic>;
333 serial1: serial@4600 {
335 device_type = "serial";
336 compatible = "ns16550";
337 reg = <0x4600 0x100>;
338 clock-frequency = <0>;
340 interrupt-parent = <&mpic>;
344 clock-frequency = <0>;
345 interrupt-controller;
346 #address-cells = <0>;
347 #interrupt-cells = <2>;
348 reg = <0x40000 0x40000>;
349 compatible = "chrp,open-pic";
350 device_type = "open-pic";
354 global-utilities@e0000 {
355 compatible = "fsl,mpc8641-guts";
356 reg = <0xe0000 0x1000>;
361 pci0: pcie@f8008000 {
363 compatible = "fsl,mpc8641-pcie";
365 #interrupt-cells = <1>;
367 #address-cells = <3>;
368 reg = <0xf8008000 0x1000>;
369 bus-range = <0x0 0xff>;
370 ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x20000000
371 0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
372 clock-frequency = <33333333>;
373 interrupt-parent = <&mpic>;
375 interrupt-map-mask = <0xff00 0 0 7>;
378 0x0000 0 0 1 &mpic 0 1
379 0x0000 0 0 2 &mpic 1 1
380 0x0000 0 0 3 &mpic 2 1
381 0x0000 0 0 4 &mpic 3 1
387 #address-cells = <3>;
389 ranges = <0x02000000 0x0 0x80000000
390 0x02000000 0x0 0x80000000
393 0x01000000 0x0 0x00000000
394 0x01000000 0x0 0x00000000
400 pci1: pcie@f8009000 {
402 compatible = "fsl,mpc8641-pcie";
404 #interrupt-cells = <1>;
406 #address-cells = <3>;
407 reg = <0xf8009000 0x1000>;
408 bus-range = <0 0xff>;
409 ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
410 0x01000000 0x0 0x00000000 0xe3000000 0x0 0x00100000>;
411 clock-frequency = <33333333>;
412 interrupt-parent = <&mpic>;
414 interrupt-map-mask = <0xf800 0 0 7>;
417 0x0000 0 0 1 &mpic 4 1
418 0x0000 0 0 2 &mpic 5 1
419 0x0000 0 0 3 &mpic 6 1
420 0x0000 0 0 4 &mpic 7 1
426 #address-cells = <3>;
428 ranges = <0x02000000 0x0 0xa0000000
429 0x02000000 0x0 0xa0000000
432 0x01000000 0x0 0x00000000
433 0x01000000 0x0 0x00000000