2 * MPC8378E MDS Device Tree Source
4 * Copyright 2007 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.
15 model = "fsl,mpc8378emds";
16 compatible = "fsl,mpc8378emds","fsl,mpc837xmds";
35 d-cache-line-size = <32>;
36 i-cache-line-size = <32>;
37 d-cache-size = <32768>;
38 i-cache-size = <32768>;
39 timebase-frequency = <0>;
41 clock-frequency = <0>;
46 device_type = "memory";
47 reg = <0x00000000 0x20000000>; // 512MB at 0
53 compatible = "fsl,mpc8378-elbc", "fsl,elbc", "simple-bus";
54 reg = <0xe0005000 0x1000>;
55 interrupts = <77 0x8>;
56 interrupt-parent = <&ipic>;
58 // booting from NOR flash
59 ranges = <0 0x0 0xfe000000 0x02000000
60 1 0x0 0xf8000000 0x00008000
61 3 0x0 0xe0600000 0x00008000>;
66 compatible = "cfi-flash";
67 reg = <0 0x0 0x2000000>;
77 reg = <0x100000 0x800000>;
81 reg = <0x1d00000 0x200000>;
85 reg = <0x1f00000 0x100000>;
91 compatible = "fsl,mpc837xmds-bcsr";
97 compatible = "fsl,mpc8378-fcm-nand",
102 reg = <0x0 0x100000>;
107 reg = <0x100000 0x300000>;
111 reg = <0x400000 0x1c00000>;
117 #address-cells = <1>;
120 ranges = <0x0 0xe0000000 0x00100000>;
121 reg = <0xe0000000 0x00000200>;
125 compatible = "mpc83xx_wdt";
130 #address-cells = <1>;
133 compatible = "fsl-i2c";
134 reg = <0x3000 0x100>;
135 interrupts = <14 0x8>;
136 interrupt-parent = <&ipic>;
141 #address-cells = <1>;
144 compatible = "fsl-i2c";
145 reg = <0x3100 0x100>;
146 interrupts = <15 0x8>;
147 interrupt-parent = <&ipic>;
153 compatible = "fsl,spi";
154 reg = <0x7000 0x1000>;
155 interrupts = <16 0x8>;
156 interrupt-parent = <&ipic>;
161 compatible = "fsl-usb2-dr";
162 reg = <0x23000 0x1000>;
163 #address-cells = <1>;
165 interrupt-parent = <&ipic>;
166 interrupts = <38 0x8>;
172 #address-cells = <1>;
174 compatible = "fsl,gianfar-mdio";
175 reg = <0x24520 0x20>;
176 phy2: ethernet-phy@2 {
177 interrupt-parent = <&ipic>;
178 interrupts = <17 0x8>;
180 device_type = "ethernet-phy";
182 phy3: ethernet-phy@3 {
183 interrupt-parent = <&ipic>;
184 interrupts = <18 0x8>;
186 device_type = "ethernet-phy";
190 enet0: ethernet@24000 {
192 device_type = "network";
194 compatible = "gianfar";
195 reg = <0x24000 0x1000>;
196 local-mac-address = [ 00 00 00 00 00 00 ];
197 interrupts = <32 0x8 33 0x8 34 0x8>;
198 phy-connection-type = "mii";
199 interrupt-parent = <&ipic>;
200 phy-handle = <&phy2>;
203 enet1: ethernet@25000 {
205 device_type = "network";
207 compatible = "gianfar";
208 reg = <0x25000 0x1000>;
209 local-mac-address = [ 00 00 00 00 00 00 ];
210 interrupts = <35 0x8 36 0x8 37 0x8>;
211 phy-connection-type = "mii";
212 interrupt-parent = <&ipic>;
213 phy-handle = <&phy3>;
216 serial0: serial@4500 {
218 device_type = "serial";
219 compatible = "ns16550";
220 reg = <0x4500 0x100>;
221 clock-frequency = <0>;
222 interrupts = <9 0x8>;
223 interrupt-parent = <&ipic>;
226 serial1: serial@4600 {
228 device_type = "serial";
229 compatible = "ns16550";
230 reg = <0x4600 0x100>;
231 clock-frequency = <0>;
232 interrupts = <10 0x8>;
233 interrupt-parent = <&ipic>;
238 compatible = "talitos";
239 reg = <0x30000 0x10000>;
240 interrupts = <11 0x8>;
241 interrupt-parent = <&ipic>;
242 /* Rev. 3.0 geometry */
244 channel-fifo-len = <24>;
245 exec-units-mask = <0x000001fe>;
246 descriptor-types-mask = <0x03ab0ebf>;
251 compatible = "fsl,esdhc";
252 reg = <0x2e000 0x1000>;
253 interrupts = <42 0x8>;
254 interrupt-parent = <&ipic>;
258 * interrupts cell = <intr #, sense>
259 * sense values match linux IORESOURCE_IRQ_* defines:
260 * sense == 8: Level, low assertion
261 * sense == 2: Edge, high-to-low change
264 compatible = "fsl,ipic";
265 interrupt-controller;
266 #address-cells = <0>;
267 #interrupt-cells = <2>;
274 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
278 0x8800 0x0 0x0 0x1 &ipic 20 0x8
279 0x8800 0x0 0x0 0x2 &ipic 21 0x8
280 0x8800 0x0 0x0 0x3 &ipic 22 0x8
281 0x8800 0x0 0x0 0x4 &ipic 23 0x8
284 0x9000 0x0 0x0 0x1 &ipic 22 0x8
285 0x9000 0x0 0x0 0x2 &ipic 23 0x8
286 0x9000 0x0 0x0 0x3 &ipic 20 0x8
287 0x9000 0x0 0x0 0x4 &ipic 21 0x8
290 0x9800 0x0 0x0 0x1 &ipic 23 0x8
291 0x9800 0x0 0x0 0x2 &ipic 20 0x8
292 0x9800 0x0 0x0 0x3 &ipic 21 0x8
293 0x9800 0x0 0x0 0x4 &ipic 22 0x8
296 0xa800 0x0 0x0 0x1 &ipic 20 0x8
297 0xa800 0x0 0x0 0x2 &ipic 21 0x8
298 0xa800 0x0 0x0 0x3 &ipic 22 0x8
299 0xa800 0x0 0x0 0x4 &ipic 23 0x8
302 0xb000 0x0 0x0 0x1 &ipic 23 0x8
303 0xb000 0x0 0x0 0x2 &ipic 20 0x8
304 0xb000 0x0 0x0 0x3 &ipic 21 0x8
305 0xb000 0x0 0x0 0x4 &ipic 22 0x8
308 0xb800 0x0 0x0 0x1 &ipic 22 0x8
309 0xb800 0x0 0x0 0x2 &ipic 23 0x8
310 0xb800 0x0 0x0 0x3 &ipic 20 0x8
311 0xb800 0x0 0x0 0x4 &ipic 21 0x8
314 0xc000 0x0 0x0 0x1 &ipic 21 0x8
315 0xc000 0x0 0x0 0x2 &ipic 22 0x8
316 0xc000 0x0 0x0 0x3 &ipic 23 0x8
317 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
318 interrupt-parent = <&ipic>;
319 interrupts = <66 0x8>;
320 bus-range = <0x0 0x0>;
321 ranges = <0x02000000 0x0 0x90000000 0x90000000 0x0 0x10000000
322 0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
323 0x01000000 0x0 0x00000000 0xe0300000 0x0 0x00100000>;
324 clock-frequency = <0>;
325 #interrupt-cells = <1>;
327 #address-cells = <3>;
328 reg = <0xe0008500 0x100>;
329 compatible = "fsl,mpc8349-pci";