blob: 795eb362fcf920c2d1fa1528f53ce71faa566298 [file] [log] [blame]
Haiying Wang4b3b42b2009-05-01 15:40:50 -04001/*
2 * MPC8569E MDS Device Tree Source
3 *
4 * Copyright (C) 2009 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 = "MPC8569EMDS";
16 compatible = "fsl,MPC8569EMDS";
17 #address-cells = <1>;
18 #size-cells = <1>;
19
20 aliases {
21 serial0 = &serial0;
22 serial1 = &serial1;
23 ethernet0 = &enet0;
24 ethernet1 = &enet1;
25 ethernet2 = &enet2;
26 ethernet3 = &enet3;
Haiying Wangb4a31c92009-06-02 10:04:16 -040027 ethernet5 = &enet5;
28 ethernet7 = &enet7;
Haiying Wang4b3b42b2009-05-01 15:40:50 -040029 pci1 = &pci1;
Anton Vorontsov5e8306f2009-05-02 06:16:56 +040030 rapidio0 = &rio0;
Haiying Wang4b3b42b2009-05-01 15:40:50 -040031 };
32
33 cpus {
34 #address-cells = <1>;
35 #size-cells = <0>;
36
37 PowerPC,8569@0 {
38 device_type = "cpu";
39 reg = <0x0>;
40 d-cache-line-size = <32>; // 32 bytes
41 i-cache-line-size = <32>; // 32 bytes
42 d-cache-size = <0x8000>; // L1, 32K
43 i-cache-size = <0x8000>; // L1, 32K
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +040044 sleep = <&pmc 0x00008000 // core
45 &pmc 0x00004000>; // timebase
Haiying Wang4b3b42b2009-05-01 15:40:50 -040046 timebase-frequency = <0>;
47 bus-frequency = <0>;
48 clock-frequency = <0>;
49 next-level-cache = <&L2>;
50 };
51 };
52
53 memory {
54 device_type = "memory";
55 };
56
57 localbus@e0005000 {
58 #address-cells = <2>;
59 #size-cells = <1>;
60 compatible = "fsl,mpc8569-elbc", "fsl,elbc", "simple-bus";
Anton Vorontsovea38f572009-05-02 06:16:51 +040061 reg = <0xe0005000 0x1000>;
62 interrupts = <19 2>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -040063 interrupt-parent = <&mpic>;
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +040064 sleep = <&pmc 0x08000000>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -040065
66 ranges = <0x0 0x0 0xfe000000 0x02000000
67 0x1 0x0 0xf8000000 0x00008000
68 0x2 0x0 0xf0000000 0x04000000
Anton Vorontsovea38f572009-05-02 06:16:51 +040069 0x3 0x0 0xfc000000 0x00008000
Haiying Wang4b3b42b2009-05-01 15:40:50 -040070 0x4 0x0 0xf8008000 0x00008000
71 0x5 0x0 0xf8010000 0x00008000>;
72
73 nor@0,0 {
74 #address-cells = <1>;
75 #size-cells = <1>;
76 compatible = "cfi-flash";
77 reg = <0x0 0x0 0x02000000>;
Kevin Hao40aa7352009-05-27 10:05:05 +080078 bank-width = <1>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -040079 device-width = <1>;
Kevin Hao40aa7352009-05-27 10:05:05 +080080 partition@0 {
81 label = "ramdisk";
82 reg = <0x00000000 0x01c00000>;
83 };
84 partition@1c00000 {
85 label = "kernel";
86 reg = <0x01c00000 0x002e0000>;
87 };
88 partiton@1ee0000 {
89 label = "dtb";
90 reg = <0x01ee0000 0x00020000>;
91 };
92 partition@1f00000 {
93 label = "firmware";
94 reg = <0x01f00000 0x00080000>;
95 read-only;
96 };
97 partition@1f80000 {
98 label = "u-boot";
99 reg = <0x01f80000 0x00080000>;
100 read-only;
101 };
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400102 };
103
104 bcsr@1,0 {
Anton Vorontsov9b9d4012009-08-19 03:28:21 +0400105 #address-cells = <1>;
106 #size-cells = <1>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400107 compatible = "fsl,mpc8569mds-bcsr";
108 reg = <1 0 0x8000>;
Anton Vorontsov9b9d4012009-08-19 03:28:21 +0400109 ranges = <0 1 0 0x8000>;
110
111 bcsr17: gpio-controller@11 {
112 #gpio-cells = <2>;
113 compatible = "fsl,mpc8569mds-bcsr-gpio";
114 reg = <0x11 0x1>;
115 gpio-controller;
116 };
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400117 };
118
Anton Vorontsovea38f572009-05-02 06:16:51 +0400119 nand@3,0 {
120 compatible = "fsl,mpc8569-fcm-nand",
121 "fsl,elbc-fcm-nand";
122 reg = <3 0 0x8000>;
123 };
124
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400125 pib@4,0 {
126 compatible = "fsl,mpc8569mds-pib";
127 reg = <4 0 0x8000>;
128 };
129
130 pib@5,0 {
131 compatible = "fsl,mpc8569mds-pib";
132 reg = <5 0 0x8000>;
133 };
134 };
135
136 soc@e0000000 {
137 #address-cells = <1>;
138 #size-cells = <1>;
139 device_type = "soc";
140 compatible = "fsl,mpc8569-immr", "simple-bus";
141 ranges = <0x0 0xe0000000 0x100000>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400142 bus-frequency = <0>;
143
144 ecm-law@0 {
145 compatible = "fsl,ecm-law";
146 reg = <0x0 0x1000>;
147 fsl,num-laws = <10>;
148 };
149
150 ecm@1000 {
151 compatible = "fsl,mpc8569-ecm", "fsl,ecm";
152 reg = <0x1000 0x1000>;
153 interrupts = <17 2>;
154 interrupt-parent = <&mpic>;
155 };
156
157 memory-controller@2000 {
158 compatible = "fsl,mpc8569-memory-controller";
159 reg = <0x2000 0x1000>;
160 interrupt-parent = <&mpic>;
161 interrupts = <18 2>;
162 };
163
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400164 i2c-sleep-nexus {
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400165 #address-cells = <1>;
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400166 #size-cells = <1>;
167 compatible = "simple-bus";
168 sleep = <&pmc 0x00000004>;
169 ranges;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400170
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400171 i2c@3000 {
172 #address-cells = <1>;
173 #size-cells = <0>;
174 cell-index = <0>;
175 compatible = "fsl-i2c";
176 reg = <0x3000 0x100>;
177 interrupts = <43 2>;
178 interrupt-parent = <&mpic>;
179 dfsrr;
180
181 rtc@68 {
182 compatible = "dallas,ds1374";
183 reg = <0x68>;
184 interrupts = <3 1>;
185 interrupt-parent = <&mpic>;
186 };
187 };
188
189 i2c@3100 {
190 #address-cells = <1>;
191 #size-cells = <0>;
192 cell-index = <1>;
193 compatible = "fsl-i2c";
194 reg = <0x3100 0x100>;
195 interrupts = <43 2>;
196 interrupt-parent = <&mpic>;
197 dfsrr;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400198 };
199 };
200
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400201 duart-sleep-nexus {
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400202 #address-cells = <1>;
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400203 #size-cells = <1>;
204 compatible = "simple-bus";
205 sleep = <&pmc 0x00000002>;
206 ranges;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400207
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400208 serial0: serial@4500 {
209 cell-index = <0>;
210 device_type = "serial";
211 compatible = "ns16550";
212 reg = <0x4500 0x100>;
213 clock-frequency = <0>;
214 interrupts = <42 2>;
215 interrupt-parent = <&mpic>;
216 };
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400217
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400218 serial1: serial@4600 {
219 cell-index = <1>;
220 device_type = "serial";
221 compatible = "ns16550";
222 reg = <0x4600 0x100>;
223 clock-frequency = <0>;
224 interrupts = <42 2>;
225 interrupt-parent = <&mpic>;
226 };
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400227 };
228
229 L2: l2-cache-controller@20000 {
230 compatible = "fsl,mpc8569-l2-cache-controller";
231 reg = <0x20000 0x1000>;
232 cache-line-size = <32>; // 32 bytes
233 cache-size = <0x80000>; // L2, 512K
234 interrupt-parent = <&mpic>;
235 interrupts = <16 2>;
236 };
237
238 dma@21300 {
239 #address-cells = <1>;
240 #size-cells = <1>;
241 compatible = "fsl,mpc8569-dma", "fsl,eloplus-dma";
242 reg = <0x21300 0x4>;
243 ranges = <0x0 0x21100 0x200>;
244 cell-index = <0>;
245 dma-channel@0 {
246 compatible = "fsl,mpc8569-dma-channel",
247 "fsl,eloplus-dma-channel";
248 reg = <0x0 0x80>;
249 cell-index = <0>;
250 interrupt-parent = <&mpic>;
251 interrupts = <20 2>;
252 };
253 dma-channel@80 {
254 compatible = "fsl,mpc8569-dma-channel",
255 "fsl,eloplus-dma-channel";
256 reg = <0x80 0x80>;
257 cell-index = <1>;
258 interrupt-parent = <&mpic>;
259 interrupts = <21 2>;
260 };
261 dma-channel@100 {
262 compatible = "fsl,mpc8569-dma-channel",
263 "fsl,eloplus-dma-channel";
264 reg = <0x100 0x80>;
265 cell-index = <2>;
266 interrupt-parent = <&mpic>;
267 interrupts = <22 2>;
268 };
269 dma-channel@180 {
270 compatible = "fsl,mpc8569-dma-channel",
271 "fsl,eloplus-dma-channel";
272 reg = <0x180 0x80>;
273 cell-index = <3>;
274 interrupt-parent = <&mpic>;
275 interrupts = <23 2>;
276 };
277 };
278
Anton Vorontsov28da4562009-05-02 06:16:53 +0400279 sdhci@2e000 {
280 compatible = "fsl,mpc8569-esdhc", "fsl,esdhc";
281 reg = <0x2e000 0x1000>;
282 interrupts = <72 0x8>;
283 interrupt-parent = <&mpic>;
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400284 sleep = <&pmc 0x00200000>;
Anton Vorontsov28da4562009-05-02 06:16:53 +0400285 /* Filled in by U-Boot */
286 clock-frequency = <0>;
287 status = "disabled";
Anton Vorontsov66c6b852009-06-19 03:37:52 +0400288 sdhci,1-bit-only;
Anton Vorontsov28da4562009-05-02 06:16:53 +0400289 };
290
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400291 crypto@30000 {
292 compatible = "fsl,sec3.1", "fsl,sec3.0", "fsl,sec2.4",
293 "fsl,sec2.2", "fsl,sec2.1", "fsl,sec2.0";
294 reg = <0x30000 0x10000>;
295 interrupts = <45 2 58 2>;
296 interrupt-parent = <&mpic>;
297 fsl,num-channels = <4>;
298 fsl,channel-fifo-len = <24>;
Anton Vorontsovcd7e4a22009-05-02 06:16:49 +0400299 fsl,exec-units-mask = <0xbfe>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400300 fsl,descriptor-types-mask = <0x3ab0ebf>;
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400301 sleep = <&pmc 0x01000000>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400302 };
303
304 mpic: pic@40000 {
305 interrupt-controller;
306 #address-cells = <0>;
307 #interrupt-cells = <2>;
308 reg = <0x40000 0x40000>;
309 compatible = "chrp,open-pic";
310 device_type = "open-pic";
311 };
312
Kumar Gala12ac4262009-05-08 16:28:42 -0500313 msi@41600 {
314 compatible = "fsl,mpc8568-msi", "fsl,mpic-msi";
315 reg = <0x41600 0x80>;
316 msi-available-ranges = <0 0x100>;
317 interrupts = <
318 0xe0 0
319 0xe1 0
320 0xe2 0
321 0xe3 0
322 0xe4 0
323 0xe5 0
324 0xe6 0
325 0xe7 0>;
326 interrupt-parent = <&mpic>;
327 };
328
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400329 global-utilities@e0000 {
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400330 #address-cells = <1>;
331 #size-cells = <1>;
332 compatible = "fsl,mpc8569-guts", "fsl,mpc8548-guts";
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400333 reg = <0xe0000 0x1000>;
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400334 ranges = <0 0xe0000 0x1000>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400335 fsl,has-rstcr;
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400336
337 pmc: power@70 {
338 compatible = "fsl,mpc8569-pmc",
339 "fsl,mpc8548-pmc";
340 reg = <0x70 0x20>;
341 };
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400342 };
343
344 par_io@e0100 {
Anton Vorontsovbd78c332009-05-02 06:16:59 +0400345 #address-cells = <1>;
346 #size-cells = <1>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400347 reg = <0xe0100 0x100>;
Anton Vorontsovbd78c332009-05-02 06:16:59 +0400348 ranges = <0x0 0xe0100 0x100>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400349 device_type = "par_io";
350 num-ports = <7>;
351
Anton Vorontsovbd78c332009-05-02 06:16:59 +0400352 qe_pio_e: gpio-controller@80 {
353 #gpio-cells = <2>;
354 compatible = "fsl,mpc8569-qe-pario-bank",
355 "fsl,mpc8323-qe-pario-bank";
356 reg = <0x80 0x18>;
357 gpio-controller;
358 };
359
Anton Vorontsov9b9d4012009-08-19 03:28:21 +0400360 qe_pio_f: gpio-controller@a0 {
361 #gpio-cells = <2>;
362 compatible = "fsl,mpc8569-qe-pario-bank",
363 "fsl,mpc8323-qe-pario-bank";
364 reg = <0xa0 0x18>;
365 gpio-controller;
366 };
367
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400368 pio1: ucc_pin@01 {
369 pio-map = <
370 /* port pin dir open_drain assignment has_irq */
371 0x2 0x1f 0x1 0x0 0x1 0x0 /* QE_MUX_MDC */
372 0x2 0x1e 0x3 0x0 0x2 0x0 /* QE_MUX_MDIO */
373 0x2 0x0b 0x2 0x0 0x1 0x0 /* CLK12*/
374 0x0 0x0 0x1 0x0 0x3 0x0 /* ENET1_TXD0_SER1_TXD0 */
375 0x0 0x1 0x1 0x0 0x3 0x0 /* ENET1_TXD1_SER1_TXD1 */
376 0x0 0x2 0x1 0x0 0x1 0x0 /* ENET1_TXD2_SER1_TXD2 */
377 0x0 0x3 0x1 0x0 0x2 0x0 /* ENET1_TXD3_SER1_TXD3 */
378 0x0 0x6 0x2 0x0 0x3 0x0 /* ENET1_RXD0_SER1_RXD0 */
379 0x0 0x7 0x2 0x0 0x1 0x0 /* ENET1_RXD1_SER1_RXD1 */
380 0x0 0x8 0x2 0x0 0x2 0x0 /* ENET1_RXD2_SER1_RXD2 */
381 0x0 0x9 0x2 0x0 0x2 0x0 /* ENET1_RXD3_SER1_RXD3 */
382 0x0 0x4 0x1 0x0 0x2 0x0 /* ENET1_TX_EN_SER1_RTS_B */
383 0x0 0xc 0x2 0x0 0x3 0x0 /* ENET1_RX_DV_SER1_CTS_B */
384 0x2 0x8 0x2 0x0 0x1 0x0 /* ENET1_GRXCLK */
385 0x2 0x14 0x1 0x0 0x2 0x0>; /* ENET1_GTXCLK */
386 };
387
388 pio2: ucc_pin@02 {
389 pio-map = <
390 /* port pin dir open_drain assignment has_irq */
391 0x2 0x1f 0x1 0x0 0x1 0x0 /* QE_MUX_MDC */
392 0x2 0x1e 0x3 0x0 0x2 0x0 /* QE_MUX_MDIO */
393 0x2 0x10 0x2 0x0 0x3 0x0 /* CLK17 */
394 0x0 0xe 0x1 0x0 0x2 0x0 /* ENET2_TXD0_SER2_TXD0 */
395 0x0 0xf 0x1 0x0 0x2 0x0 /* ENET2_TXD1_SER2_TXD1 */
396 0x0 0x10 0x1 0x0 0x1 0x0 /* ENET2_TXD2_SER2_TXD2 */
397 0x0 0x11 0x1 0x0 0x1 0x0 /* ENET2_TXD3_SER2_TXD3 */
398 0x0 0x14 0x2 0x0 0x2 0x0 /* ENET2_RXD0_SER2_RXD0 */
399 0x0 0x15 0x2 0x0 0x1 0x0 /* ENET2_RXD1_SER2_RXD1 */
400 0x0 0x16 0x2 0x0 0x1 0x0 /* ENET2_RXD2_SER2_RXD2 */
401 0x0 0x17 0x2 0x0 0x1 0x0 /* ENET2_RXD3_SER2_RXD3 */
402 0x0 0x12 0x1 0x0 0x2 0x0 /* ENET2_TX_EN_SER2_RTS_B */
403 0x0 0x1a 0x2 0x0 0x3 0x0 /* ENET2_RX_DV_SER2_CTS_B */
404 0x2 0x3 0x2 0x0 0x1 0x0 /* ENET2_GRXCLK */
405 0x2 0x2 0x1 0x0 0x2 0x0>; /* ENET2_GTXCLK */
406 };
407
408 pio3: ucc_pin@03 {
409 pio-map = <
410 /* port pin dir open_drain assignment has_irq */
411 0x2 0x1f 0x1 0x0 0x1 0x0 /* QE_MUX_MDC */
412 0x2 0x1e 0x3 0x0 0x2 0x0 /* QE_MUX_MDIO */
413 0x2 0x0b 0x2 0x0 0x1 0x0 /* CLK12*/
414 0x0 0x1d 0x1 0x0 0x2 0x0 /* ENET3_TXD0_SER3_TXD0 */
415 0x0 0x1e 0x1 0x0 0x3 0x0 /* ENET3_TXD1_SER3_TXD1 */
416 0x0 0x1f 0x1 0x0 0x2 0x0 /* ENET3_TXD2_SER3_TXD2 */
417 0x1 0x0 0x1 0x0 0x3 0x0 /* ENET3_TXD3_SER3_TXD3 */
418 0x1 0x3 0x2 0x0 0x3 0x0 /* ENET3_RXD0_SER3_RXD0 */
419 0x1 0x4 0x2 0x0 0x1 0x0 /* ENET3_RXD1_SER3_RXD1 */
420 0x1 0x5 0x2 0x0 0x2 0x0 /* ENET3_RXD2_SER3_RXD2 */
421 0x1 0x6 0x2 0x0 0x3 0x0 /* ENET3_RXD3_SER3_RXD3 */
422 0x1 0x1 0x1 0x0 0x1 0x0 /* ENET3_TX_EN_SER3_RTS_B */
423 0x1 0x9 0x2 0x0 0x3 0x0 /* ENET3_RX_DV_SER3_CTS_B */
424 0x2 0x9 0x2 0x0 0x2 0x0 /* ENET3_GRXCLK */
425 0x2 0x19 0x1 0x0 0x2 0x0>; /* ENET3_GTXCLK */
426 };
427
428 pio4: ucc_pin@04 {
429 pio-map = <
430 /* port pin dir open_drain assignment has_irq */
431 0x2 0x1f 0x1 0x0 0x1 0x0 /* QE_MUX_MDC */
432 0x2 0x1e 0x3 0x0 0x2 0x0 /* QE_MUX_MDIO */
433 0x2 0x10 0x2 0x0 0x3 0x0 /* CLK17 */
434 0x1 0xc 0x1 0x0 0x2 0x0 /* ENET4_TXD0_SER4_TXD0 */
435 0x1 0xd 0x1 0x0 0x2 0x0 /* ENET4_TXD1_SER4_TXD1 */
436 0x1 0xe 0x1 0x0 0x1 0x0 /* ENET4_TXD2_SER4_TXD2 */
437 0x1 0xf 0x1 0x0 0x2 0x0 /* ENET4_TXD3_SER4_TXD3 */
438 0x1 0x12 0x2 0x0 0x2 0x0 /* ENET4_RXD0_SER4_RXD0 */
439 0x1 0x13 0x2 0x0 0x1 0x0 /* ENET4_RXD1_SER4_RXD1 */
440 0x1 0x14 0x2 0x0 0x1 0x0 /* ENET4_RXD2_SER4_RXD2 */
441 0x1 0x15 0x2 0x0 0x2 0x0 /* ENET4_RXD3_SER4_RXD3 */
442 0x1 0x10 0x1 0x0 0x2 0x0 /* ENET4_TX_EN_SER4_RTS_B */
443 0x1 0x18 0x2 0x0 0x3 0x0 /* ENET4_RX_DV_SER4_CTS_B */
444 0x2 0x11 0x2 0x0 0x2 0x0 /* ENET4_GRXCLK */
445 0x2 0x18 0x1 0x0 0x2 0x0>; /* ENET4_GTXCLK */
446 };
447 };
448 };
449
450 qe@e0080000 {
451 #address-cells = <1>;
452 #size-cells = <1>;
453 device_type = "qe";
454 compatible = "fsl,qe";
455 ranges = <0x0 0xe0080000 0x40000>;
456 reg = <0xe0080000 0x480>;
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400457 sleep = <&pmc 0x00000800>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400458 brg-frequency = <0>;
459 bus-frequency = <0>;
460 fsl,qe-num-riscs = <4>;
461 fsl,qe-num-snums = <46>;
462
463 qeic: interrupt-controller@80 {
464 interrupt-controller;
465 compatible = "fsl,qe-ic";
466 #address-cells = <0>;
467 #interrupt-cells = <1>;
468 reg = <0x80 0x80>;
469 interrupts = <46 2 46 2>; //high:30 low:30
470 interrupt-parent = <&mpic>;
471 };
472
Anton Vorontsov9b9d4012009-08-19 03:28:21 +0400473 timer@440 {
474 compatible = "fsl,mpc8569-qe-gtm",
475 "fsl,qe-gtm", "fsl,gtm";
476 reg = <0x440 0x40>;
477 interrupts = <12 13 14 15>;
478 interrupt-parent = <&qeic>;
479 /* Filled in by U-Boot */
480 clock-frequency = <0>;
481 };
482
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400483 spi@4c0 {
Anton Vorontsovbd78c332009-05-02 06:16:59 +0400484 #address-cells = <1>;
485 #size-cells = <0>;
486 compatible = "fsl,mpc8569-qe-spi", "fsl,spi";
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400487 reg = <0x4c0 0x40>;
Anton Vorontsovbd78c332009-05-02 06:16:59 +0400488 cell-index = <0>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400489 interrupts = <2>;
490 interrupt-parent = <&qeic>;
Anton Vorontsovbd78c332009-05-02 06:16:59 +0400491 gpios = <&qe_pio_e 30 0>;
492 mode = "cpu-qe";
493
494 serial-flash@0 {
495 compatible = "stm,m25p40";
496 reg = <0>;
497 spi-max-frequency = <25000000>;
498 };
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400499 };
500
501 spi@500 {
502 cell-index = <1>;
503 compatible = "fsl,spi";
504 reg = <0x500 0x40>;
505 interrupts = <1>;
506 interrupt-parent = <&qeic>;
507 mode = "cpu";
508 };
509
Anton Vorontsov9b9d4012009-08-19 03:28:21 +0400510 usb@6c0 {
511 compatible = "fsl,mpc8569-qe-usb",
512 "fsl,mpc8323-qe-usb";
513 reg = <0x6c0 0x40 0x8b00 0x100>;
514 interrupts = <11>;
515 interrupt-parent = <&qeic>;
516 fsl,fullspeed-clock = "clk5";
517 fsl,lowspeed-clock = "brg10";
518 gpios = <&qe_pio_f 3 0 /* USBOE */
519 &qe_pio_f 4 0 /* USBTP */
520 &qe_pio_f 5 0 /* USBTN */
521 &qe_pio_f 6 0 /* USBRP */
522 &qe_pio_f 8 0 /* USBRN */
Anton Vorontsova070e662009-10-16 20:50:13 +0400523 &bcsr17 1 0 /* SPEED */
524 &bcsr17 2 0>; /* POWER */
Anton Vorontsov9b9d4012009-08-19 03:28:21 +0400525 };
526
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400527 enet0: ucc@2000 {
528 device_type = "network";
529 compatible = "ucc_geth";
530 cell-index = <1>;
531 reg = <0x2000 0x200>;
532 interrupts = <32>;
533 interrupt-parent = <&qeic>;
534 local-mac-address = [ 00 00 00 00 00 00 ];
535 rx-clock-name = "none";
536 tx-clock-name = "clk12";
537 pio-handle = <&pio1>;
538 phy-handle = <&qe_phy0>;
539 phy-connection-type = "rgmii-id";
540 };
541
542 mdio@2120 {
543 #address-cells = <1>;
544 #size-cells = <0>;
545 reg = <0x2120 0x18>;
546 compatible = "fsl,ucc-mdio";
547
548 qe_phy0: ethernet-phy@07 {
549 interrupt-parent = <&mpic>;
550 interrupts = <1 1>;
551 reg = <0x7>;
552 device_type = "ethernet-phy";
553 };
554 qe_phy1: ethernet-phy@01 {
555 interrupt-parent = <&mpic>;
556 interrupts = <2 1>;
557 reg = <0x1>;
558 device_type = "ethernet-phy";
559 };
560 qe_phy2: ethernet-phy@02 {
561 interrupt-parent = <&mpic>;
562 interrupts = <3 1>;
563 reg = <0x2>;
564 device_type = "ethernet-phy";
565 };
566 qe_phy3: ethernet-phy@03 {
567 interrupt-parent = <&mpic>;
568 interrupts = <4 1>;
569 reg = <0x3>;
570 device_type = "ethernet-phy";
571 };
Haiying Wangb4a31c92009-06-02 10:04:16 -0400572 qe_phy5: ethernet-phy@04 {
573 interrupt-parent = <&mpic>;
574 reg = <0x04>;
575 device_type = "ethernet-phy";
576 };
577 qe_phy7: ethernet-phy@06 {
578 interrupt-parent = <&mpic>;
579 reg = <0x6>;
580 device_type = "ethernet-phy";
581 };
Anton Vorontsov8a0b1772009-07-01 21:39:25 +0400582 tbi-phy@11 {
583 reg = <0x11>;
584 device_type = "tbi-phy";
585 };
Haiying Wangb4a31c92009-06-02 10:04:16 -0400586 };
587 mdio@3520 {
588 #address-cells = <1>;
589 #size-cells = <0>;
590 reg = <0x3520 0x18>;
591 compatible = "fsl,ucc-mdio";
592
593 tbi0: tbi-phy@15 {
594 reg = <0x15>;
595 device_type = "tbi-phy";
596 };
597 };
598 mdio@3720 {
599 #address-cells = <1>;
600 #size-cells = <0>;
601 reg = <0x3720 0x38>;
602 compatible = "fsl,ucc-mdio";
603 tbi1: tbi-phy@17 {
604 reg = <0x17>;
605 device_type = "tbi-phy";
606 };
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400607 };
608
609 enet2: ucc@2200 {
610 device_type = "network";
611 compatible = "ucc_geth";
612 cell-index = <3>;
613 reg = <0x2200 0x200>;
614 interrupts = <34>;
615 interrupt-parent = <&qeic>;
616 local-mac-address = [ 00 00 00 00 00 00 ];
617 rx-clock-name = "none";
618 tx-clock-name = "clk12";
619 pio-handle = <&pio3>;
620 phy-handle = <&qe_phy2>;
621 phy-connection-type = "rgmii-id";
622 };
623
624 enet1: ucc@3000 {
625 device_type = "network";
626 compatible = "ucc_geth";
627 cell-index = <2>;
628 reg = <0x3000 0x200>;
629 interrupts = <33>;
630 interrupt-parent = <&qeic>;
631 local-mac-address = [ 00 00 00 00 00 00 ];
632 rx-clock-name = "none";
633 tx-clock-name = "clk17";
634 pio-handle = <&pio2>;
635 phy-handle = <&qe_phy1>;
636 phy-connection-type = "rgmii-id";
637 };
638
639 enet3: ucc@3200 {
640 device_type = "network";
641 compatible = "ucc_geth";
642 cell-index = <4>;
643 reg = <0x3200 0x200>;
644 interrupts = <35>;
645 interrupt-parent = <&qeic>;
646 local-mac-address = [ 00 00 00 00 00 00 ];
647 rx-clock-name = "none";
648 tx-clock-name = "clk17";
649 pio-handle = <&pio4>;
650 phy-handle = <&qe_phy3>;
651 phy-connection-type = "rgmii-id";
652 };
653
Haiying Wangb4a31c92009-06-02 10:04:16 -0400654 enet5: ucc@3400 {
655 device_type = "network";
656 compatible = "ucc_geth";
657 cell-index = <6>;
658 reg = <0x3400 0x200>;
659 interrupts = <41>;
660 interrupt-parent = <&qeic>;
661 local-mac-address = [ 00 00 00 00 00 00 ];
662 rx-clock-name = "none";
663 tx-clock-name = "none";
664 tbi-handle = <&tbi0>;
665 phy-handle = <&qe_phy5>;
666 phy-connection-type = "sgmii";
667 };
668
669 enet7: ucc@3600 {
670 device_type = "network";
671 compatible = "ucc_geth";
672 cell-index = <8>;
673 reg = <0x3600 0x200>;
674 interrupts = <43>;
675 interrupt-parent = <&qeic>;
676 local-mac-address = [ 00 00 00 00 00 00 ];
677 rx-clock-name = "none";
678 tx-clock-name = "none";
679 tbi-handle = <&tbi1>;
680 phy-handle = <&qe_phy7>;
681 phy-connection-type = "sgmii";
682 };
683
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400684 muram@10000 {
685 #address-cells = <1>;
686 #size-cells = <1>;
687 compatible = "fsl,qe-muram", "fsl,cpm-muram";
688 ranges = <0x0 0x10000 0x20000>;
689
690 data-only@0 {
691 compatible = "fsl,qe-muram-data",
692 "fsl,cpm-muram-data";
693 reg = <0x0 0x20000>;
694 };
695 };
696
697 };
698
699 /* PCI Express */
700 pci1: pcie@e000a000 {
701 compatible = "fsl,mpc8548-pcie";
702 device_type = "pci";
703 #interrupt-cells = <1>;
704 #size-cells = <2>;
705 #address-cells = <3>;
706 reg = <0xe000a000 0x1000>;
707 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
708 interrupt-map = <
709 /* IDSEL 0x0 (PEX) */
710 00000 0x0 0x0 0x1 &mpic 0x0 0x1
711 00000 0x0 0x0 0x2 &mpic 0x1 0x1
712 00000 0x0 0x0 0x3 &mpic 0x2 0x1
713 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
714
715 interrupt-parent = <&mpic>;
716 interrupts = <26 2>;
717 bus-range = <0 255>;
718 ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
719 0x1000000 0x0 0x00000000 0xe2800000 0x0 0x00800000>;
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400720 sleep = <&pmc 0x20000000>;
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400721 clock-frequency = <33333333>;
722 pcie@0 {
723 reg = <0x0 0x0 0x0 0x0 0x0>;
724 #size-cells = <2>;
725 #address-cells = <3>;
726 device_type = "pci";
727 ranges = <0x2000000 0x0 0xa0000000
728 0x2000000 0x0 0xa0000000
729 0x0 0x10000000
730
731 0x1000000 0x0 0x0
732 0x1000000 0x0 0x0
733 0x0 0x800000>;
734 };
735 };
Anton Vorontsov5e8306f2009-05-02 06:16:56 +0400736
737 rio0: rapidio@e00c00000 {
738 #address-cells = <2>;
739 #size-cells = <2>;
740 compatible = "fsl,mpc8569-rapidio", "fsl,rapidio-delta";
741 reg = <0xe00c0000 0x20000>;
742 ranges = <0x0 0x0 0xc0000000 0x0 0x20000000>;
743 interrupts = <48 2 /* error */
744 49 2 /* bell_outb */
745 50 2 /* bell_inb */
746 53 2 /* msg1_tx */
747 54 2 /* msg1_rx */
748 55 2 /* msg2_tx */
749 56 2 /* msg2_rx */>;
750 interrupt-parent = <&mpic>;
Anton Vorontsov3cfee0a2009-09-16 01:43:59 +0400751 sleep = <&pmc 0x00080000>;
Anton Vorontsov5e8306f2009-05-02 06:16:56 +0400752 };
Haiying Wang4b3b42b2009-05-01 15:40:50 -0400753};