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
50 <<<<<<< HEAD:arch/powerpc/boot/dts/mpc8378_mds.dts
55 compatible = "fsl,mpc8378-elbc", "fsl,elbc", "simple-bus";
56 reg = <0xe0005000 0x1000>;
57 interrupts = <77 0x8>;
58 interrupt-parent = <&ipic>;
60 // booting from NOR flash
61 ranges = <0 0x0 0xfe000000 0x02000000
62 1 0x0 0xf8000000 0x00008000
63 3 0x0 0xe0600000 0x00008000>;
68 compatible = "cfi-flash";
69 reg = <0 0x0 0x2000000>;
79 reg = <0x100000 0x800000>;
83 reg = <0x1d00000 0x200000>;
87 reg = <0x1f00000 0x100000>;
93 compatible = "fsl,mpc837xmds-bcsr";
99 compatible = "fsl,mpc8378-fcm-nand",
101 reg = <3 0x0 0x8000>;
104 reg = <0x0 0x100000>;
109 reg = <0x100000 0x300000>;
113 reg = <0x400000 0x1c00000>;
118 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:arch/powerpc/boot/dts/mpc8378_mds.dts
120 #address-cells = <1>;
123 ranges = <0x0 0xe0000000 0x00100000>;
124 reg = <0xe0000000 0x00000200>;
128 compatible = "mpc83xx_wdt";
133 #address-cells = <1>;
136 compatible = "fsl-i2c";
137 reg = <0x3000 0x100>;
138 interrupts = <14 0x8>;
139 interrupt-parent = <&ipic>;
144 #address-cells = <1>;
147 compatible = "fsl-i2c";
148 reg = <0x3100 0x100>;
149 interrupts = <15 0x8>;
150 interrupt-parent = <&ipic>;
156 compatible = "fsl,spi";
157 reg = <0x7000 0x1000>;
158 interrupts = <16 0x8>;
159 interrupt-parent = <&ipic>;
163 <<<<<<< HEAD:arch/powerpc/boot/dts/mpc8378_mds.dts
164 /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
166 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:arch/powerpc/boot/dts/mpc8378_mds.dts
168 compatible = "fsl-usb2-dr";
169 reg = <0x23000 0x1000>;
170 #address-cells = <1>;
172 interrupt-parent = <&ipic>;
173 interrupts = <38 0x8>;
174 <<<<<<< HEAD:arch/powerpc/boot/dts/mpc8378_mds.dts
175 phy_type = "utmi_wide";
179 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:arch/powerpc/boot/dts/mpc8378_mds.dts
183 #address-cells = <1>;
185 compatible = "fsl,gianfar-mdio";
186 reg = <0x24520 0x20>;
187 phy2: ethernet-phy@2 {
188 interrupt-parent = <&ipic>;
189 interrupts = <17 0x8>;
191 device_type = "ethernet-phy";
193 phy3: ethernet-phy@3 {
194 interrupt-parent = <&ipic>;
195 interrupts = <18 0x8>;
197 device_type = "ethernet-phy";
201 enet0: ethernet@24000 {
203 device_type = "network";
205 compatible = "gianfar";
206 reg = <0x24000 0x1000>;
207 local-mac-address = [ 00 00 00 00 00 00 ];
208 interrupts = <32 0x8 33 0x8 34 0x8>;
209 phy-connection-type = "mii";
210 interrupt-parent = <&ipic>;
211 phy-handle = <&phy2>;
214 enet1: ethernet@25000 {
216 device_type = "network";
218 compatible = "gianfar";
219 reg = <0x25000 0x1000>;
220 local-mac-address = [ 00 00 00 00 00 00 ];
221 interrupts = <35 0x8 36 0x8 37 0x8>;
222 phy-connection-type = "mii";
223 interrupt-parent = <&ipic>;
224 phy-handle = <&phy3>;
227 serial0: serial@4500 {
229 device_type = "serial";
230 compatible = "ns16550";
231 reg = <0x4500 0x100>;
232 clock-frequency = <0>;
233 interrupts = <9 0x8>;
234 interrupt-parent = <&ipic>;
237 serial1: serial@4600 {
239 device_type = "serial";
240 compatible = "ns16550";
241 reg = <0x4600 0x100>;
242 clock-frequency = <0>;
243 interrupts = <10 0x8>;
244 interrupt-parent = <&ipic>;
249 compatible = "talitos";
250 reg = <0x30000 0x10000>;
251 interrupts = <11 0x8>;
252 interrupt-parent = <&ipic>;
253 /* Rev. 3.0 geometry */
255 channel-fifo-len = <24>;
256 exec-units-mask = <0x000001fe>;
257 descriptor-types-mask = <0x03ab0ebf>;
262 compatible = "fsl,esdhc";
263 reg = <0x2e000 0x1000>;
264 interrupts = <42 0x8>;
265 interrupt-parent = <&ipic>;
269 * interrupts cell = <intr #, sense>
270 * sense values match linux IORESOURCE_IRQ_* defines:
271 * sense == 8: Level, low assertion
272 * sense == 2: Edge, high-to-low change
275 compatible = "fsl,ipic";
276 interrupt-controller;
277 #address-cells = <0>;
278 #interrupt-cells = <2>;
285 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
289 0x8800 0x0 0x0 0x1 &ipic 20 0x8
290 0x8800 0x0 0x0 0x2 &ipic 21 0x8
291 0x8800 0x0 0x0 0x3 &ipic 22 0x8
292 0x8800 0x0 0x0 0x4 &ipic 23 0x8
295 0x9000 0x0 0x0 0x1 &ipic 22 0x8
296 0x9000 0x0 0x0 0x2 &ipic 23 0x8
297 0x9000 0x0 0x0 0x3 &ipic 20 0x8
298 0x9000 0x0 0x0 0x4 &ipic 21 0x8
301 0x9800 0x0 0x0 0x1 &ipic 23 0x8
302 0x9800 0x0 0x0 0x2 &ipic 20 0x8
303 0x9800 0x0 0x0 0x3 &ipic 21 0x8
304 0x9800 0x0 0x0 0x4 &ipic 22 0x8
307 0xa800 0x0 0x0 0x1 &ipic 20 0x8
308 0xa800 0x0 0x0 0x2 &ipic 21 0x8
309 0xa800 0x0 0x0 0x3 &ipic 22 0x8
310 0xa800 0x0 0x0 0x4 &ipic 23 0x8
313 0xb000 0x0 0x0 0x1 &ipic 23 0x8
314 0xb000 0x0 0x0 0x2 &ipic 20 0x8
315 0xb000 0x0 0x0 0x3 &ipic 21 0x8
316 0xb000 0x0 0x0 0x4 &ipic 22 0x8
319 0xb800 0x0 0x0 0x1 &ipic 22 0x8
320 0xb800 0x0 0x0 0x2 &ipic 23 0x8
321 0xb800 0x0 0x0 0x3 &ipic 20 0x8
322 0xb800 0x0 0x0 0x4 &ipic 21 0x8
325 0xc000 0x0 0x0 0x1 &ipic 21 0x8
326 0xc000 0x0 0x0 0x2 &ipic 22 0x8
327 0xc000 0x0 0x0 0x3 &ipic 23 0x8
328 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
329 interrupt-parent = <&ipic>;
330 interrupts = <66 0x8>;
331 bus-range = <0x0 0x0>;
332 ranges = <0x02000000 0x0 0x90000000 0x90000000 0x0 0x10000000
333 0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
334 0x01000000 0x0 0x00000000 0xe0300000 0x0 0x00100000>;
335 clock-frequency = <0>;
336 #interrupt-cells = <1>;
338 #address-cells = <3>;
339 reg = <0xe0008500 0x100>;
340 compatible = "fsl,mpc8349-pci";