gianfar: Use gfar_halt to stop DMA in gfar_probe
[deliverable/linux.git] / arch / powerpc / boot / dts / mpc8379_mds.dts
CommitLineData
5761bc5d
LY
1/*
2 * MPC8379E MDS Device Tree Source
3 *
4 * Copyright 2007 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/ {
15 model = "fsl,mpc8379emds";
16 compatible = "fsl,mpc8379emds","fsl,mpc837xmds";
17 #address-cells = <1>;
18 #size-cells = <1>;
19
20 aliases {
21 ethernet0 = &enet0;
22 ethernet1 = &enet1;
23 serial0 = &serial0;
24 serial1 = &serial1;
25 pci0 = &pci0;
26 };
27
28 cpus {
29 #address-cells = <1>;
30 #size-cells = <0>;
31
32 PowerPC,8379@0 {
33 device_type = "cpu";
cda13dd1
PG
34 reg = <0x0>;
35 d-cache-line-size = <32>;
36 i-cache-line-size = <32>;
37 d-cache-size = <32768>;
38 i-cache-size = <32768>;
5761bc5d
LY
39 timebase-frequency = <0>;
40 bus-frequency = <0>;
41 clock-frequency = <0>;
42 };
43 };
44
45 memory {
46 device_type = "memory";
47 reg = <0x00000000 0x20000000>; // 512MB at 0
48 };
49
d7f46190
LY
50 localbus@e0005000 {
51 #address-cells = <2>;
52 #size-cells = <1>;
53 compatible = "fsl,mpc8379-elbc", "fsl,elbc", "simple-bus";
54 reg = <0xe0005000 0x1000>;
55 interrupts = <77 0x8>;
56 interrupt-parent = <&ipic>;
57
58 // booting from NOR flash
59 ranges = <0 0x0 0xfe000000 0x02000000
60 1 0x0 0xf8000000 0x00008000
61 3 0x0 0xe0600000 0x00008000>;
62
63 flash@0,0 {
64 #address-cells = <1>;
65 #size-cells = <1>;
66 compatible = "cfi-flash";
67 reg = <0 0x0 0x2000000>;
68 bank-width = <2>;
69 device-width = <1>;
70
71 u-boot@0 {
72 reg = <0x0 0x100000>;
73 read-only;
74 };
75
76 fs@100000 {
77 reg = <0x100000 0x800000>;
78 };
79
80 kernel@1d00000 {
81 reg = <0x1d00000 0x200000>;
82 };
83
84 dtb@1f00000 {
85 reg = <0x1f00000 0x100000>;
86 };
87 };
88
89 bcsr@1,0 {
90 reg = <1 0x0 0x8000>;
91 compatible = "fsl,mpc837xmds-bcsr";
92 };
93
94 nand@3,0 {
95 #address-cells = <1>;
96 #size-cells = <1>;
97 compatible = "fsl,mpc8379-fcm-nand",
98 "fsl,elbc-fcm-nand";
99 reg = <3 0x0 0x8000>;
100
101 u-boot@0 {
102 reg = <0x0 0x100000>;
103 read-only;
104 };
105
106 kernel@100000 {
107 reg = <0x100000 0x300000>;
108 };
109
110 fs@400000 {
111 reg = <0x400000 0x1c00000>;
112 };
113 };
114 };
115
5761bc5d
LY
116 soc@e0000000 {
117 #address-cells = <1>;
118 #size-cells = <1>;
119 device_type = "soc";
cf0d19fb 120 compatible = "simple-bus";
5761bc5d
LY
121 ranges = <0x0 0xe0000000 0x00100000>;
122 reg = <0xe0000000 0x00000200>;
123 bus-frequency = <0>;
124
125 wdt@200 {
126 compatible = "mpc83xx_wdt";
127 reg = <0x200 0x100>;
128 };
129
130 i2c@3000 {
131 #address-cells = <1>;
132 #size-cells = <0>;
133 cell-index = <0>;
134 compatible = "fsl-i2c";
135 reg = <0x3000 0x100>;
cda13dd1
PG
136 interrupts = <14 0x8>;
137 interrupt-parent = <&ipic>;
5761bc5d 138 dfsrr;
8b77aeb4
AV
139
140 rtc@68 {
141 compatible = "dallas,ds1374";
142 reg = <0x68>;
143 interrupts = <19 0x8>;
144 interrupt-parent = <&ipic>;
145 };
5761bc5d
LY
146 };
147
148 i2c@3100 {
149 #address-cells = <1>;
150 #size-cells = <0>;
151 cell-index = <1>;
152 compatible = "fsl-i2c";
153 reg = <0x3100 0x100>;
cda13dd1
PG
154 interrupts = <15 0x8>;
155 interrupt-parent = <&ipic>;
5761bc5d
LY
156 dfsrr;
157 };
158
159 spi@7000 {
f3a2b29d
AV
160 cell-index = <0>;
161 compatible = "fsl,spi";
5761bc5d 162 reg = <0x7000 0x1000>;
cda13dd1
PG
163 interrupts = <16 0x8>;
164 interrupt-parent = <&ipic>;
5761bc5d
LY
165 mode = "cpu";
166 };
167
dee80553
KG
168 dma@82a8 {
169 #address-cells = <1>;
170 #size-cells = <1>;
171 compatible = "fsl,mpc8379-dma", "fsl,elo-dma";
172 reg = <0x82a8 4>;
173 ranges = <0 0x8100 0x1a8>;
174 interrupt-parent = <&ipic>;
175 interrupts = <71 8>;
176 cell-index = <0>;
177 dma-channel@0 {
178 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
179 reg = <0 0x80>;
aeb42762 180 cell-index = <0>;
dee80553
KG
181 interrupt-parent = <&ipic>;
182 interrupts = <71 8>;
183 };
184 dma-channel@80 {
185 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
186 reg = <0x80 0x80>;
aeb42762 187 cell-index = <1>;
dee80553
KG
188 interrupt-parent = <&ipic>;
189 interrupts = <71 8>;
190 };
191 dma-channel@100 {
192 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
193 reg = <0x100 0x80>;
aeb42762 194 cell-index = <2>;
dee80553
KG
195 interrupt-parent = <&ipic>;
196 interrupts = <71 8>;
197 };
198 dma-channel@180 {
199 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
200 reg = <0x180 0x28>;
aeb42762 201 cell-index = <3>;
dee80553
KG
202 interrupt-parent = <&ipic>;
203 interrupts = <71 8>;
204 };
205 };
206
5761bc5d
LY
207 usb@23000 {
208 compatible = "fsl-usb2-dr";
209 reg = <0x23000 0x1000>;
210 #address-cells = <1>;
211 #size-cells = <0>;
cda13dd1
PG
212 interrupt-parent = <&ipic>;
213 interrupts = <38 0x8>;
28b95885
LY
214 dr_mode = "host";
215 phy_type = "ulpi";
5761bc5d
LY
216 };
217
218 mdio@24520 {
219 #address-cells = <1>;
220 #size-cells = <0>;
221 compatible = "fsl,gianfar-mdio";
222 reg = <0x24520 0x20>;
223 phy2: ethernet-phy@2 {
cda13dd1
PG
224 interrupt-parent = <&ipic>;
225 interrupts = <17 0x8>;
226 reg = <0x2>;
5761bc5d
LY
227 device_type = "ethernet-phy";
228 };
229 phy3: ethernet-phy@3 {
cda13dd1
PG
230 interrupt-parent = <&ipic>;
231 interrupts = <18 0x8>;
232 reg = <0x3>;
5761bc5d
LY
233 device_type = "ethernet-phy";
234 };
235 };
236
237 enet0: ethernet@24000 {
238 cell-index = <0>;
239 device_type = "network";
240 model = "eTSEC";
241 compatible = "gianfar";
242 reg = <0x24000 0x1000>;
243 local-mac-address = [ 00 00 00 00 00 00 ];
cda13dd1 244 interrupts = <32 0x8 33 0x8 34 0x8>;
5761bc5d 245 phy-connection-type = "mii";
cda13dd1
PG
246 interrupt-parent = <&ipic>;
247 phy-handle = <&phy2>;
5761bc5d
LY
248 };
249
250 enet1: ethernet@25000 {
251 cell-index = <1>;
252 device_type = "network";
253 model = "eTSEC";
254 compatible = "gianfar";
255 reg = <0x25000 0x1000>;
256 local-mac-address = [ 00 00 00 00 00 00 ];
cda13dd1 257 interrupts = <35 0x8 36 0x8 37 0x8>;
5761bc5d 258 phy-connection-type = "mii";
cda13dd1
PG
259 interrupt-parent = <&ipic>;
260 phy-handle = <&phy3>;
5761bc5d
LY
261 };
262
263 serial0: serial@4500 {
264 cell-index = <0>;
265 device_type = "serial";
266 compatible = "ns16550";
267 reg = <0x4500 0x100>;
268 clock-frequency = <0>;
cda13dd1
PG
269 interrupts = <9 0x8>;
270 interrupt-parent = <&ipic>;
5761bc5d
LY
271 };
272
273 serial1: serial@4600 {
274 cell-index = <1>;
275 device_type = "serial";
276 compatible = "ns16550";
277 reg = <0x4600 0x100>;
278 clock-frequency = <0>;
cda13dd1
PG
279 interrupts = <10 0x8>;
280 interrupt-parent = <&ipic>;
5761bc5d
LY
281 };
282
283 crypto@30000 {
3fd44736
KP
284 compatible = "fsl,sec3.0", "fsl,sec2.4", "fsl,sec2.2",
285 "fsl,sec2.1", "fsl,sec2.0";
5761bc5d 286 reg = <0x30000 0x10000>;
cda13dd1
PG
287 interrupts = <11 0x8>;
288 interrupt-parent = <&ipic>;
3fd44736
KP
289 fsl,num-channels = <4>;
290 fsl,channel-fifo-len = <24>;
291 fsl,exec-units-mask = <0x9fe>;
292 fsl,descriptor-types-mask = <0x3ab0ebf>;
5761bc5d
LY
293 };
294
295 sdhc@2e000 {
296 model = "eSDHC";
297 compatible = "fsl,esdhc";
298 reg = <0x2e000 0x1000>;
cda13dd1
PG
299 interrupts = <42 0x8>;
300 interrupt-parent = <&ipic>;
5761bc5d
LY
301 };
302
303 sata@18000 {
96ce1b6d 304 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
5761bc5d 305 reg = <0x18000 0x1000>;
cda13dd1
PG
306 interrupts = <44 0x8>;
307 interrupt-parent = <&ipic>;
5761bc5d
LY
308 };
309
310 sata@19000 {
96ce1b6d 311 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
5761bc5d 312 reg = <0x19000 0x1000>;
cda13dd1
PG
313 interrupts = <45 0x8>;
314 interrupt-parent = <&ipic>;
5761bc5d
LY
315 };
316
317 sata@1a000 {
96ce1b6d 318 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
5761bc5d 319 reg = <0x1a000 0x1000>;
cda13dd1
PG
320 interrupts = <46 0x8>;
321 interrupt-parent = <&ipic>;
5761bc5d
LY
322 };
323
324 sata@1b000 {
96ce1b6d 325 compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
5761bc5d 326 reg = <0x1b000 0x1000>;
cda13dd1
PG
327 interrupts = <47 0x8>;
328 interrupt-parent = <&ipic>;
5761bc5d
LY
329 };
330
331 /* IPIC
332 * interrupts cell = <intr #, sense>
333 * sense values match linux IORESOURCE_IRQ_* defines:
334 * sense == 8: Level, low assertion
335 * sense == 2: Edge, high-to-low change
336 */
337 ipic: pic@700 {
338 compatible = "fsl,ipic";
339 interrupt-controller;
340 #address-cells = <0>;
341 #interrupt-cells = <2>;
342 reg = <0x700 0x100>;
343 };
344 };
345
346 pci0: pci@e0008500 {
347 cell-index = <0>;
348 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
349 interrupt-map = <
350
351 /* IDSEL 0x11 */
cda13dd1
PG
352 0x8800 0x0 0x0 0x1 &ipic 20 0x8
353 0x8800 0x0 0x0 0x2 &ipic 21 0x8
354 0x8800 0x0 0x0 0x3 &ipic 22 0x8
355 0x8800 0x0 0x0 0x4 &ipic 23 0x8
5761bc5d
LY
356
357 /* IDSEL 0x12 */
cda13dd1
PG
358 0x9000 0x0 0x0 0x1 &ipic 22 0x8
359 0x9000 0x0 0x0 0x2 &ipic 23 0x8
360 0x9000 0x0 0x0 0x3 &ipic 20 0x8
361 0x9000 0x0 0x0 0x4 &ipic 21 0x8
5761bc5d
LY
362
363 /* IDSEL 0x13 */
cda13dd1
PG
364 0x9800 0x0 0x0 0x1 &ipic 23 0x8
365 0x9800 0x0 0x0 0x2 &ipic 20 0x8
366 0x9800 0x0 0x0 0x3 &ipic 21 0x8
367 0x9800 0x0 0x0 0x4 &ipic 22 0x8
5761bc5d
LY
368
369 /* IDSEL 0x15 */
cda13dd1
PG
370 0xa800 0x0 0x0 0x1 &ipic 20 0x8
371 0xa800 0x0 0x0 0x2 &ipic 21 0x8
372 0xa800 0x0 0x0 0x3 &ipic 22 0x8
373 0xa800 0x0 0x0 0x4 &ipic 23 0x8
5761bc5d
LY
374
375 /* IDSEL 0x16 */
cda13dd1
PG
376 0xb000 0x0 0x0 0x1 &ipic 23 0x8
377 0xb000 0x0 0x0 0x2 &ipic 20 0x8
378 0xb000 0x0 0x0 0x3 &ipic 21 0x8
379 0xb000 0x0 0x0 0x4 &ipic 22 0x8
5761bc5d
LY
380
381 /* IDSEL 0x17 */
cda13dd1
PG
382 0xb800 0x0 0x0 0x1 &ipic 22 0x8
383 0xb800 0x0 0x0 0x2 &ipic 23 0x8
384 0xb800 0x0 0x0 0x3 &ipic 20 0x8
385 0xb800 0x0 0x0 0x4 &ipic 21 0x8
5761bc5d
LY
386
387 /* IDSEL 0x18 */
cda13dd1
PG
388 0xc000 0x0 0x0 0x1 &ipic 21 0x8
389 0xc000 0x0 0x0 0x2 &ipic 22 0x8
390 0xc000 0x0 0x0 0x3 &ipic 23 0x8
391 0xc000 0x0 0x0 0x4 &ipic 20 0x8>;
392 interrupt-parent = <&ipic>;
393 interrupts = <66 0x8>;
394 bus-range = <0x0 0x0>;
5761bc5d
LY
395 ranges = <0x02000000 0x0 0x90000000 0x90000000 0x0 0x10000000
396 0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
397 0x01000000 0x0 0x00000000 0xe0300000 0x0 0x00100000>;
398 clock-frequency = <0>;
399 #interrupt-cells = <1>;
400 #size-cells = <2>;
401 #address-cells = <3>;
5b70a097
JR
402 reg = <0xe0008500 0x100 /* internal registers */
403 0xe0008300 0x8>; /* config space access registers */
5761bc5d
LY
404 compatible = "fsl,mpc8349-pci";
405 device_type = "pci";
406 };
407};
This page took 0.120256 seconds and 5 git commands to generate.