blob: 15560c619b04dd85ba1188b96ef180a1e640bec6 [file] [log] [blame]
Kim Phillips23dd1cb2008-01-24 20:47:18 -06001/*
2 * MPC8379E RDB Device Tree Source
3 *
4 * Copyright 2007, 2008 Freescale Semiconductor Inc.
5 *
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.
10 */
11
12/dts-v1/;
13
14/ {
Kim Phillips3b29dade2008-01-28 13:00:37 -060015 compatible = "fsl,mpc8379rdb";
Kim Phillips23dd1cb2008-01-24 20:47:18 -060016 #address-cells = <1>;
17 #size-cells = <1>;
18
19 aliases {
20 ethernet0 = &enet0;
21 ethernet1 = &enet1;
22 serial0 = &serial0;
23 serial1 = &serial1;
24 pci0 = &pci0;
25 };
26
27 cpus {
28 #address-cells = <1>;
29 #size-cells = <0>;
30
31 PowerPC,8379@0 {
32 device_type = "cpu";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050033 reg = <0x0>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -060034 d-cache-line-size = <32>;
35 i-cache-line-size = <32>;
36 d-cache-size = <32768>;
37 i-cache-size = <32768>;
38 timebase-frequency = <0>;
39 bus-frequency = <0>;
40 clock-frequency = <0>;
41 };
42 };
43
44 memory {
45 device_type = "memory";
46 reg = <0x00000000 0x10000000>; // 256MB at 0
47 };
48
49 localbus@e0005000 {
50 #address-cells = <2>;
51 #size-cells = <1>;
52 compatible = "fsl,mpc8379-elbc", "fsl,elbc", "simple-bus";
53 reg = <0xe0005000 0x1000>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -050054 interrupts = <77 0x8>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -060055 interrupt-parent = <&ipic>;
56
57 // CS0 and CS1 are swapped when
58 // booting from nand, but the
59 // addresses are the same.
Paul Gortmakercda13dd2008-01-28 16:09:36 -050060 ranges = <0x0 0x0 0xfe000000 0x00800000
61 0x1 0x0 0xe0600000 0x00008000
62 0x2 0x0 0xf0000000 0x00020000
63 0x3 0x0 0xfa000000 0x00008000>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -060064
65 flash@0,0 {
66 #address-cells = <1>;
67 #size-cells = <1>;
68 compatible = "cfi-flash";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050069 reg = <0x0 0x0 0x800000>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -060070 bank-width = <2>;
71 device-width = <1>;
72 };
73
74 nand@1,0 {
75 #address-cells = <1>;
76 #size-cells = <1>;
77 compatible = "fsl,mpc8379-fcm-nand",
78 "fsl,elbc-fcm-nand";
Paul Gortmakercda13dd2008-01-28 16:09:36 -050079 reg = <0x1 0x0 0x8000>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -060080
81 u-boot@0 {
82 reg = <0x0 0x100000>;
83 read-only;
84 };
85
86 kernel@100000 {
87 reg = <0x100000 0x300000>;
88 };
89 fs@400000 {
90 reg = <0x400000 0x1c00000>;
91 };
92 };
93 };
94
95 immr@e0000000 {
96 #address-cells = <1>;
97 #size-cells = <1>;
98 device_type = "soc";
99 compatible = "simple-bus";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500100 ranges = <0x0 0xe0000000 0x00100000>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600101 reg = <0xe0000000 0x00000200>;
102 bus-frequency = <0>;
103
104 wdt@200 {
105 device_type = "watchdog";
106 compatible = "mpc83xx_wdt";
107 reg = <0x200 0x100>;
108 };
109
Reynes Philippe9e7d95c2009-02-02 15:52:39 +0100110 gpio1: gpio-controller@c00 {
111 #gpio-cells = <2>;
112 compatible = "fsl,mpc8379-gpio", "fsl,mpc8349-gpio";
113 reg = <0xc00 0x100>;
114 interrupts = <74 0x8>;
115 interrupt-parent = <&ipic>;
116 gpio-controller;
117 };
118
119 gpio2: gpio-controller@d00 {
120 #gpio-cells = <2>;
121 compatible = "fsl,mpc8379-gpio", "fsl,mpc8349-gpio";
122 reg = <0xd00 0x100>;
123 interrupts = <75 0x8>;
124 interrupt-parent = <&ipic>;
125 gpio-controller;
126 };
127
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300128 sleep-nexus {
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600129 #address-cells = <1>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300130 #size-cells = <1>;
131 compatible = "simple-bus";
132 sleep = <&pmc 0x0c000000>;
133 ranges;
Reynes Philippef7a0be42009-01-28 11:07:44 +0100134
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300135 i2c@3000 {
136 #address-cells = <1>;
137 #size-cells = <0>;
138 cell-index = <0>;
139 compatible = "fsl-i2c";
140 reg = <0x3000 0x100>;
141 interrupts = <14 0x8>;
142 interrupt-parent = <&ipic>;
143 dfsrr;
144
145 dtt@48 {
146 compatible = "national,lm75";
147 reg = <0x48>;
148 };
149
150 at24@50 {
151 compatible = "at24,24c256";
152 reg = <0x50>;
153 };
154
155 rtc@68 {
156 compatible = "dallas,ds1339";
157 reg = <0x68>;
158 };
159
160 mcu_pio: mcu@a {
161 #gpio-cells = <2>;
162 compatible = "fsl,mc9s08qg8-mpc8379erdb",
163 "fsl,mcu-mpc8349emitx";
164 reg = <0x0a>;
165 gpio-controller;
166 };
Reynes Philippe960d82a2009-02-02 16:59:01 +0100167 };
168
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300169 sdhci@2e000 {
Anton Vorontsov1a2ecea2009-06-10 19:19:26 +0400170 compatible = "fsl,mpc8379-esdhc", "fsl,esdhc";
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300171 reg = <0x2e000 0x1000>;
172 interrupts = <42 0x8>;
173 interrupt-parent = <&ipic>;
Anton Vorontsov50dfe702009-09-22 16:45:14 -0700174 sdhci,wp-inverted;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300175 /* Filled in by U-Boot */
Anton Vorontsov89f37292009-07-25 01:42:30 +0400176 clock-frequency = <111111111>;
Anton Vorontsov44274692008-10-17 22:57:09 +0400177 };
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600178 };
179
180 i2c@3100 {
181 #address-cells = <1>;
182 #size-cells = <0>;
183 cell-index = <1>;
184 compatible = "fsl-i2c";
185 reg = <0x3100 0x100>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500186 interrupts = <15 0x8>;
187 interrupt-parent = <&ipic>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600188 dfsrr;
189 };
190
191 spi@7000 {
192 cell-index = <0>;
193 compatible = "fsl,spi";
194 reg = <0x7000 0x1000>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500195 interrupts = <16 0x8>;
196 interrupt-parent = <&ipic>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600197 mode = "cpu";
198 };
199
Kumar Galadee80552008-06-27 13:45:19 -0500200 dma@82a8 {
201 #address-cells = <1>;
202 #size-cells = <1>;
203 compatible = "fsl,mpc8379-dma", "fsl,elo-dma";
204 reg = <0x82a8 4>;
205 ranges = <0 0x8100 0x1a8>;
206 interrupt-parent = <&ipic>;
207 interrupts = <71 8>;
208 cell-index = <0>;
209 dma-channel@0 {
210 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
211 reg = <0 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500212 cell-index = <0>;
Kumar Galadee80552008-06-27 13:45:19 -0500213 interrupt-parent = <&ipic>;
214 interrupts = <71 8>;
215 };
216 dma-channel@80 {
217 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
218 reg = <0x80 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500219 cell-index = <1>;
Kumar Galadee80552008-06-27 13:45:19 -0500220 interrupt-parent = <&ipic>;
221 interrupts = <71 8>;
222 };
223 dma-channel@100 {
224 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
225 reg = <0x100 0x80>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500226 cell-index = <2>;
Kumar Galadee80552008-06-27 13:45:19 -0500227 interrupt-parent = <&ipic>;
228 interrupts = <71 8>;
229 };
230 dma-channel@180 {
231 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
232 reg = <0x180 0x28>;
Kumar Galaaeb42762008-09-23 22:05:10 -0500233 cell-index = <3>;
Kumar Galadee80552008-06-27 13:45:19 -0500234 interrupt-parent = <&ipic>;
235 interrupts = <71 8>;
236 };
237 };
238
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600239 usb@23000 {
240 compatible = "fsl-usb2-dr";
241 reg = <0x23000 0x1000>;
242 #address-cells = <1>;
243 #size-cells = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500244 interrupt-parent = <&ipic>;
245 interrupts = <38 0x8>;
Anton Vorontsov8e8ff3a2008-03-12 23:02:13 +0300246 phy_type = "ulpi";
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300247 sleep = <&pmc 0x00c00000>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600248 };
249
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600250 enet0: ethernet@24000 {
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300251 #address-cells = <1>;
252 #size-cells = <1>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600253 cell-index = <0>;
254 device_type = "network";
255 model = "eTSEC";
256 compatible = "gianfar";
257 reg = <0x24000 0x1000>;
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300258 ranges = <0x0 0x24000 0x1000>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600259 local-mac-address = [ 00 00 00 00 00 00 ];
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500260 interrupts = <32 0x8 33 0x8 34 0x8>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600261 phy-connection-type = "mii";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500262 interrupt-parent = <&ipic>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800263 tbi-handle = <&tbi0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500264 phy-handle = <&phy2>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300265 sleep = <&pmc 0xc0000000>;
266 fsl,magic-packet;
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300267
268 mdio@520 {
269 #address-cells = <1>;
270 #size-cells = <0>;
271 compatible = "fsl,gianfar-mdio";
272 reg = <0x520 0x20>;
273
274 phy2: ethernet-phy@2 {
275 interrupt-parent = <&ipic>;
276 interrupts = <17 0x8>;
277 reg = <0x2>;
278 device_type = "ethernet-phy";
279 };
280
281 tbi0: tbi-phy@11 {
282 reg = <0x11>;
283 device_type = "tbi-phy";
284 };
285 };
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600286 };
287
288 enet1: ethernet@25000 {
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300289 #address-cells = <1>;
290 #size-cells = <1>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600291 cell-index = <1>;
292 device_type = "network";
293 model = "eTSEC";
294 compatible = "gianfar";
295 reg = <0x25000 0x1000>;
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300296 ranges = <0x0 0x25000 0x1000>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600297 local-mac-address = [ 00 00 00 00 00 00 ];
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500298 interrupts = <35 0x8 36 0x8 37 0x8>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600299 phy-connection-type = "mii";
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500300 interrupt-parent = <&ipic>;
Anton Vorontsovf17c6322008-03-17 20:52:08 +0300301 fixed-link = <1 1 1000 0 0>;
Andy Flemingb31a1d82008-12-16 15:29:15 -0800302 tbi-handle = <&tbi1>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300303 sleep = <&pmc 0x30000000>;
304 fsl,magic-packet;
Anton Vorontsov70b3adb2009-03-19 21:01:45 +0300305
306 mdio@520 {
307 #address-cells = <1>;
308 #size-cells = <0>;
309 compatible = "fsl,gianfar-tbi";
310 reg = <0x520 0x20>;
311
312 tbi1: tbi-phy@11 {
313 reg = <0x11>;
314 device_type = "tbi-phy";
315 };
316 };
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600317 };
318
319 serial0: serial@4500 {
320 cell-index = <0>;
321 device_type = "serial";
322 compatible = "ns16550";
323 reg = <0x4500 0x100>;
324 clock-frequency = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500325 interrupts = <9 0x8>;
326 interrupt-parent = <&ipic>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600327 };
328
329 serial1: serial@4600 {
330 cell-index = <1>;
331 device_type = "serial";
332 compatible = "ns16550";
333 reg = <0x4600 0x100>;
334 clock-frequency = <0>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500335 interrupts = <10 0x8>;
336 interrupt-parent = <&ipic>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600337 };
338
339 crypto@30000 {
Kim Phillips3fd44732008-07-08 19:13:33 -0500340 compatible = "fsl,sec3.0", "fsl,sec2.4", "fsl,sec2.2",
341 "fsl,sec2.1", "fsl,sec2.0";
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600342 reg = <0x30000 0x10000>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500343 interrupts = <11 0x8>;
344 interrupt-parent = <&ipic>;
Kim Phillips3fd44732008-07-08 19:13:33 -0500345 fsl,num-channels = <4>;
346 fsl,channel-fifo-len = <24>;
347 fsl,exec-units-mask = <0x9fe>;
348 fsl,descriptor-types-mask = <0x3ab0ebf>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300349 sleep = <&pmc 0x03000000>;
Anton Vorontsova0e86182009-02-05 22:04:59 +0300350 };
351
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600352 sata@18000 {
353 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
354 reg = <0x18000 0x1000>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500355 interrupts = <44 0x8>;
356 interrupt-parent = <&ipic>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300357 sleep = <&pmc 0x000000c0>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600358 };
359
360 sata@19000 {
361 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
362 reg = <0x19000 0x1000>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500363 interrupts = <45 0x8>;
364 interrupt-parent = <&ipic>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300365 sleep = <&pmc 0x00000030>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600366 };
367
368 sata@1a000 {
369 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
370 reg = <0x1a000 0x1000>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500371 interrupts = <46 0x8>;
372 interrupt-parent = <&ipic>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300373 sleep = <&pmc 0x0000000c>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600374 };
375
376 sata@1b000 {
377 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
378 reg = <0x1b000 0x1000>;
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500379 interrupts = <47 0x8>;
380 interrupt-parent = <&ipic>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300381 sleep = <&pmc 0x00000003>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600382 };
383
384 /* IPIC
385 * interrupts cell = <intr #, sense>
386 * sense values match linux IORESOURCE_IRQ_* defines:
387 * sense == 8: Level, low assertion
388 * sense == 2: Edge, high-to-low change
389 */
390 ipic: interrupt-controller@700 {
391 compatible = "fsl,ipic";
392 interrupt-controller;
393 #address-cells = <0>;
394 #interrupt-cells = <2>;
395 reg = <0x700 0x100>;
396 };
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300397
398 pmc: power@b00 {
399 compatible = "fsl,mpc8379-pmc", "fsl,mpc8349-pmc";
400 reg = <0xb00 0x100 0xa00 0x100>;
401 interrupts = <80 0x8>;
402 interrupt-parent = <&ipic>;
403 };
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600404 };
405
406 pci0: pci@e0008500 {
407 interrupt-map-mask = <0xf800 0 0 7>;
408 interrupt-map = <
409 /* IRQ5 = 21 = 0x15, IRQ6 = 0x16, IRQ7 = 23 = 0x17 */
410
411 /* IDSEL AD14 IRQ6 inta */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500412 0x7000 0x0 0x0 0x1 &ipic 22 0x8
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600413
414 /* IDSEL AD15 IRQ5 inta, IRQ6 intb, IRQ7 intd */
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500415 0x7800 0x0 0x0 0x1 &ipic 21 0x8
416 0x7800 0x0 0x0 0x2 &ipic 22 0x8
417 0x7800 0x0 0x0 0x4 &ipic 23 0x8
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600418
419 /* IDSEL AD28 IRQ7 inta, IRQ5 intb IRQ6 intc*/
Paul Gortmakercda13dd2008-01-28 16:09:36 -0500420 0xE000 0x0 0x0 0x1 &ipic 23 0x8
421 0xE000 0x0 0x0 0x2 &ipic 21 0x8
422 0xE000 0x0 0x0 0x3 &ipic 22 0x8>;
423 interrupt-parent = <&ipic>;
424 interrupts = <66 0x8>;
425 bus-range = <0x0 0x0>;
426 ranges = <0x02000000 0x0 0x90000000 0x90000000 0x0 0x10000000
427 0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
Anton Vorontsov1333c3d2009-07-21 01:36:43 +0400428 0x01000000 0x0 0x00000000 0xe0300000 0x0 0x00100000>;
Anton Vorontsov125a00d2009-03-19 21:01:42 +0300429 sleep = <&pmc 0x00010000>;
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600430 clock-frequency = <66666666>;
431 #interrupt-cells = <1>;
432 #size-cells = <2>;
433 #address-cells = <3>;
John Rigby5b70a092008-10-07 13:00:18 -0600434 reg = <0xe0008500 0x100 /* internal registers */
435 0xe0008300 0x8>; /* config space access registers */
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600436 compatible = "fsl,mpc8349-pci";
437 device_type = "pci";
438 };
Anton Vorontsov6971df42010-05-02 21:27:05 +0400439
440 leds {
441 compatible = "gpio-leds";
442
443 pwr {
444 gpios = <&mcu_pio 0 0>;
445 default-state = "on";
446 };
447
448 hdd {
449 gpios = <&mcu_pio 1 0>;
450 linux,default-trigger = "ide-disk";
451 };
452 };
Kim Phillips23dd1cb2008-01-24 20:47:18 -0600453};