blob: a5dd4ce6fd02ae0654077faf7eb4a727485963b9 [file] [log] [blame]
Shawn Guo73d2b4c2011-10-17 08:42:16 +08001/*
2 * Copyright 2011 Freescale Semiconductor, Inc.
3 * Copyright 2011 Linaro Ltd.
4 *
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
8 *
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
11 */
12
13/include/ "skeleton.dtsi"
14
15/ {
16 aliases {
Richard Zhao8f9ffec2011-12-14 09:26:45 +080017 serial0 = &uart1;
18 serial1 = &uart2;
19 serial2 = &uart3;
20 serial3 = &uart4;
21 serial4 = &uart5;
Shawn Guo5230f8f2012-08-05 14:01:28 +080022 gpio0 = &gpio1;
23 gpio1 = &gpio2;
24 gpio2 = &gpio3;
25 gpio3 = &gpio4;
26 gpio4 = &gpio5;
27 gpio5 = &gpio6;
28 gpio6 = &gpio7;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080029 };
30
31 tzic: tz-interrupt-controller@0fffc000 {
32 compatible = "fsl,imx53-tzic", "fsl,tzic";
33 interrupt-controller;
34 #interrupt-cells = <1>;
35 reg = <0x0fffc000 0x4000>;
36 };
37
38 clocks {
39 #address-cells = <1>;
40 #size-cells = <0>;
41
42 ckil {
43 compatible = "fsl,imx-ckil", "fixed-clock";
44 clock-frequency = <32768>;
45 };
46
47 ckih1 {
48 compatible = "fsl,imx-ckih1", "fixed-clock";
49 clock-frequency = <22579200>;
50 };
51
52 ckih2 {
53 compatible = "fsl,imx-ckih2", "fixed-clock";
54 clock-frequency = <0>;
55 };
56
57 osc {
58 compatible = "fsl,imx-osc", "fixed-clock";
59 clock-frequency = <24000000>;
60 };
61 };
62
63 soc {
64 #address-cells = <1>;
65 #size-cells = <1>;
66 compatible = "simple-bus";
67 interrupt-parent = <&tzic>;
68 ranges;
69
70 aips@50000000 { /* AIPS1 */
71 compatible = "fsl,aips-bus", "simple-bus";
72 #address-cells = <1>;
73 #size-cells = <1>;
74 reg = <0x50000000 0x10000000>;
75 ranges;
76
77 spba@50000000 {
78 compatible = "fsl,spba-bus", "simple-bus";
79 #address-cells = <1>;
80 #size-cells = <1>;
81 reg = <0x50000000 0x40000>;
82 ranges;
83
84 esdhc@50004000 { /* ESDHC1 */
85 compatible = "fsl,imx53-esdhc";
86 reg = <0x50004000 0x4000>;
87 interrupts = <1>;
Sascha Hauerc104b6a2012-09-25 11:49:33 +020088 bus-width = <4>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080089 status = "disabled";
90 };
91
92 esdhc@50008000 { /* ESDHC2 */
93 compatible = "fsl,imx53-esdhc";
94 reg = <0x50008000 0x4000>;
95 interrupts = <2>;
Sascha Hauerc104b6a2012-09-25 11:49:33 +020096 bus-width = <4>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080097 status = "disabled";
98 };
99
Shawn Guo0c456cf2012-04-02 14:39:26 +0800100 uart3: serial@5000c000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800101 compatible = "fsl,imx53-uart", "fsl,imx21-uart";
102 reg = <0x5000c000 0x4000>;
103 interrupts = <33>;
104 status = "disabled";
105 };
106
107 ecspi@50010000 { /* ECSPI1 */
108 #address-cells = <1>;
109 #size-cells = <0>;
110 compatible = "fsl,imx53-ecspi", "fsl,imx51-ecspi";
111 reg = <0x50010000 0x4000>;
112 interrupts = <36>;
113 status = "disabled";
114 };
115
Shawn Guoffc505c2012-05-11 13:12:01 +0800116 ssi2: ssi@50014000 {
117 compatible = "fsl,imx53-ssi", "fsl,imx21-ssi";
118 reg = <0x50014000 0x4000>;
119 interrupts = <30>;
120 fsl,fifo-depth = <15>;
121 fsl,ssi-dma-events = <25 24 23 22>; /* TX0 RX0 TX1 RX1 */
122 status = "disabled";
123 };
124
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800125 esdhc@50020000 { /* ESDHC3 */
126 compatible = "fsl,imx53-esdhc";
127 reg = <0x50020000 0x4000>;
128 interrupts = <3>;
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200129 bus-width = <4>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800130 status = "disabled";
131 };
132
133 esdhc@50024000 { /* ESDHC4 */
134 compatible = "fsl,imx53-esdhc";
135 reg = <0x50024000 0x4000>;
136 interrupts = <4>;
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200137 bus-width = <4>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800138 status = "disabled";
139 };
140 };
141
Michael Grzeschik212d0b82012-08-23 12:35:57 +0200142 usb@53f80000 {
143 compatible = "fsl,imx53-usb", "fsl,imx27-usb";
144 reg = <0x53f80000 0x0200>;
145 interrupts = <18>;
146 status = "disabled";
147 };
148
149 usb@53f80200 {
150 compatible = "fsl,imx53-usb", "fsl,imx27-usb";
151 reg = <0x53f80200 0x0200>;
152 interrupts = <14>;
153 status = "disabled";
154 };
155
156 usb@53f80400 {
157 compatible = "fsl,imx53-usb", "fsl,imx27-usb";
158 reg = <0x53f80400 0x0200>;
159 interrupts = <16>;
160 status = "disabled";
161 };
162
163 usb@53f80600 {
164 compatible = "fsl,imx53-usb", "fsl,imx27-usb";
165 reg = <0x53f80600 0x0200>;
166 interrupts = <17>;
167 status = "disabled";
168 };
169
Richard Zhao4d191862011-12-14 09:26:44 +0800170 gpio1: gpio@53f84000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200171 compatible = "fsl,imx53-gpio", "fsl,imx35-gpio";
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800172 reg = <0x53f84000 0x4000>;
173 interrupts = <50 51>;
174 gpio-controller;
175 #gpio-cells = <2>;
176 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800177 #interrupt-cells = <2>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800178 };
179
Richard Zhao4d191862011-12-14 09:26:44 +0800180 gpio2: gpio@53f88000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200181 compatible = "fsl,imx53-gpio", "fsl,imx35-gpio";
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800182 reg = <0x53f88000 0x4000>;
183 interrupts = <52 53>;
184 gpio-controller;
185 #gpio-cells = <2>;
186 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800187 #interrupt-cells = <2>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800188 };
189
Richard Zhao4d191862011-12-14 09:26:44 +0800190 gpio3: gpio@53f8c000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200191 compatible = "fsl,imx53-gpio", "fsl,imx35-gpio";
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800192 reg = <0x53f8c000 0x4000>;
193 interrupts = <54 55>;
194 gpio-controller;
195 #gpio-cells = <2>;
196 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800197 #interrupt-cells = <2>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800198 };
199
Richard Zhao4d191862011-12-14 09:26:44 +0800200 gpio4: gpio@53f90000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200201 compatible = "fsl,imx53-gpio", "fsl,imx35-gpio";
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800202 reg = <0x53f90000 0x4000>;
203 interrupts = <56 57>;
204 gpio-controller;
205 #gpio-cells = <2>;
206 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800207 #interrupt-cells = <2>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800208 };
209
210 wdog@53f98000 { /* WDOG1 */
211 compatible = "fsl,imx53-wdt", "fsl,imx21-wdt";
212 reg = <0x53f98000 0x4000>;
213 interrupts = <58>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800214 };
215
216 wdog@53f9c000 { /* WDOG2 */
217 compatible = "fsl,imx53-wdt", "fsl,imx21-wdt";
218 reg = <0x53f9c000 0x4000>;
219 interrupts = <59>;
220 status = "disabled";
221 };
222
Shawn Guo5be03a72012-08-12 20:02:10 +0800223 iomuxc@53fa8000 {
224 compatible = "fsl,imx53-iomuxc";
225 reg = <0x53fa8000 0x4000>;
226
227 audmux {
228 pinctrl_audmux_1: audmuxgrp-1 {
229 fsl,pins = <
230 10 0x80000000 /* MX53_PAD_KEY_COL0__AUDMUX_AUD5_TXC */
231 17 0x80000000 /* MX53_PAD_KEY_ROW0__AUDMUX_AUD5_TXD */
232 23 0x80000000 /* MX53_PAD_KEY_COL1__AUDMUX_AUD5_TXFS */
233 30 0x80000000 /* MX53_PAD_KEY_ROW1__AUDMUX_AUD5_RXD */
234 >;
235 };
236 };
237
238 fec {
239 pinctrl_fec_1: fecgrp-1 {
240 fsl,pins = <
241 820 0x80000000 /* MX53_PAD_FEC_MDC__FEC_MDC */
242 779 0x80000000 /* MX53_PAD_FEC_MDIO__FEC_MDIO */
243 786 0x80000000 /* MX53_PAD_FEC_REF_CLK__FEC_TX_CLK */
244 791 0x80000000 /* MX53_PAD_FEC_RX_ER__FEC_RX_ER */
245 796 0x80000000 /* MX53_PAD_FEC_CRS_DV__FEC_RX_DV */
246 799 0x80000000 /* MX53_PAD_FEC_RXD1__FEC_RDATA_1 */
247 804 0x80000000 /* MX53_PAD_FEC_RXD0__FEC_RDATA_0 */
248 808 0x80000000 /* MX53_PAD_FEC_TX_EN__FEC_TX_EN */
249 811 0x80000000 /* MX53_PAD_FEC_TXD1__FEC_TDATA_1 */
250 816 0x80000000 /* MX53_PAD_FEC_TXD0__FEC_TDATA_0 */
251 >;
252 };
253 };
254
Shawn Guo327a79c2012-08-12 21:47:36 +0800255 ecspi1 {
256 pinctrl_ecspi1_1: ecspi1grp-1 {
257 fsl,pins = <
258 433 0x80000000 /* MX53_PAD_EIM_D16__ECSPI1_SCLK */
259 439 0x80000000 /* MX53_PAD_EIM_D17__ECSPI1_MISO */
260 445 0x80000000 /* MX53_PAD_EIM_D18__ECSPI1_MOSI */
261 >;
262 };
263 };
264
Shawn Guo5be03a72012-08-12 20:02:10 +0800265 esdhc1 {
266 pinctrl_esdhc1_1: esdhc1grp-1 {
267 fsl,pins = <
268 995 0x1d5 /* MX53_PAD_SD1_DATA0__ESDHC1_DAT0 */
269 1000 0x1d5 /* MX53_PAD_SD1_DATA1__ESDHC1_DAT1 */
270 1010 0x1d5 /* MX53_PAD_SD1_DATA2__ESDHC1_DAT2 */
271 1024 0x1d5 /* MX53_PAD_SD1_DATA3__ESDHC1_DAT3 */
272 1005 0x1d5 /* MX53_PAD_SD1_CMD__ESDHC1_CMD */
273 1018 0x1d5 /* MX53_PAD_SD1_CLK__ESDHC1_CLK */
274 >;
275 };
Shawn Guo4bb61432012-08-02 22:48:39 +0800276
277 pinctrl_esdhc1_2: esdhc1grp-2 {
278 fsl,pins = <
279 995 0x1d5 /* MX53_PAD_SD1_DATA0__ESDHC1_DAT0 */
280 1000 0x1d5 /* MX53_PAD_SD1_DATA1__ESDHC1_DAT1 */
281 1010 0x1d5 /* MX53_PAD_SD1_DATA2__ESDHC1_DAT2 */
282 1024 0x1d5 /* MX53_PAD_SD1_DATA3__ESDHC1_DAT3 */
283 941 0x1d5 /* MX53_PAD_PATA_DATA8__ESDHC1_DAT4 */
284 948 0x1d5 /* MX53_PAD_PATA_DATA9__ESDHC1_DAT5 */
285 955 0x1d5 /* MX53_PAD_PATA_DATA10__ESDHC1_DAT6 */
286 962 0x1d5 /* MX53_PAD_PATA_DATA11__ESDHC1_DAT7 */
287 1005 0x1d5 /* MX53_PAD_SD1_CMD__ESDHC1_CMD */
288 1018 0x1d5 /* MX53_PAD_SD1_CLK__ESDHC1_CLK */
289 >;
290 };
Shawn Guo5be03a72012-08-12 20:02:10 +0800291 };
292
Shawn Guo07248042012-08-12 22:22:33 +0800293 esdhc2 {
294 pinctrl_esdhc2_1: esdhc2grp-1 {
295 fsl,pins = <
296 1038 0x1d5 /* MX53_PAD_SD2_CMD__ESDHC2_CMD */
297 1032 0x1d5 /* MX53_PAD_SD2_CLK__ESDHC2_CLK */
298 1062 0x1d5 /* MX53_PAD_SD2_DATA0__ESDHC2_DAT0 */
299 1056 0x1d5 /* MX53_PAD_SD2_DATA1__ESDHC2_DAT1 */
300 1050 0x1d5 /* MX53_PAD_SD2_DATA2__ESDHC2_DAT2 */
301 1044 0x1d5 /* MX53_PAD_SD2_DATA3__ESDHC2_DAT3 */
302 >;
303 };
304 };
305
Shawn Guo5be03a72012-08-12 20:02:10 +0800306 esdhc3 {
307 pinctrl_esdhc3_1: esdhc3grp-1 {
308 fsl,pins = <
309 943 0x1d5 /* MX53_PAD_PATA_DATA8__ESDHC3_DAT0 */
310 950 0x1d5 /* MX53_PAD_PATA_DATA9__ESDHC3_DAT1 */
311 957 0x1d5 /* MX53_PAD_PATA_DATA10__ESDHC3_DAT2 */
312 964 0x1d5 /* MX53_PAD_PATA_DATA11__ESDHC3_DAT3 */
313 893 0x1d5 /* MX53_PAD_PATA_DATA0__ESDHC3_DAT4 */
314 900 0x1d5 /* MX53_PAD_PATA_DATA1__ESDHC3_DAT5 */
315 906 0x1d5 /* MX53_PAD_PATA_DATA2__ESDHC3_DAT6 */
316 912 0x1d5 /* MX53_PAD_PATA_DATA3__ESDHC3_DAT7 */
317 857 0x1d5 /* MX53_PAD_PATA_RESET_B__ESDHC3_CMD */
318 863 0x1d5 /* MX53_PAD_PATA_IORDY__ESDHC3_CLK */
319 >;
320 };
321 };
322
323 i2c1 {
324 pinctrl_i2c1_1: i2c1grp-1 {
325 fsl,pins = <
326 333 0xc0000000 /* MX53_PAD_CSI0_DAT8__I2C1_SDA */
327 341 0xc0000000 /* MX53_PAD_CSI0_DAT9__I2C1_SCL */
328 >;
329 };
330 };
331
332 i2c2 {
333 pinctrl_i2c2_1: i2c2grp-1 {
334 fsl,pins = <
335 61 0xc0000000 /* MX53_PAD_KEY_ROW3__I2C2_SDA */
336 53 0xc0000000 /* MX53_PAD_KEY_COL3__I2C2_SCL */
337 >;
338 };
339 };
340
341 uart1 {
342 pinctrl_uart1_1: uart1grp-1 {
343 fsl,pins = <
344 346 0x1c5 /* MX53_PAD_CSI0_DAT10__UART1_TXD_MUX */
345 354 0x1c5 /* MX53_PAD_CSI0_DAT11__UART1_RXD_MUX */
346 >;
347 };
Shawn Guo4bb61432012-08-02 22:48:39 +0800348
349 pinctrl_uart1_2: uart1grp-2 {
350 fsl,pins = <
351 828 0x1c5 /* MX53_PAD_PATA_DIOW__UART1_TXD_MUX */
352 832 0x1c5 /* MX53_PAD_PATA_DMACK__UART1_RXD_MUX */
353 >;
354 };
Shawn Guo5be03a72012-08-12 20:02:10 +0800355 };
Shawn Guo07248042012-08-12 22:22:33 +0800356
357 uart2 {
358 pinctrl_uart2_1: uart2grp-1 {
359 fsl,pins = <
360 841 0x1c5 /* MX53_PAD_PATA_BUFFER_EN__UART2_RXD_MUX */
361 836 0x1c5 /* MX53_PAD_PATA_DMARQ__UART2_TXD_MUX */
362 >;
363 };
364 };
365
366 uart3 {
367 pinctrl_uart3_1: uart3grp-1 {
368 fsl,pins = <
369 884 0x1c5 /* MX53_PAD_PATA_CS_0__UART3_TXD_MUX */
370 888 0x1c5 /* MX53_PAD_PATA_CS_1__UART3_RXD_MUX */
371 875 0x1c5 /* MX53_PAD_PATA_DA_1__UART3_CTS */
372 880 0x1c5 /* MX53_PAD_PATA_DA_2__UART3_RTS */
373 >;
374 };
375 };
Shawn Guo5be03a72012-08-12 20:02:10 +0800376 };
377
Shawn Guo0c456cf2012-04-02 14:39:26 +0800378 uart1: serial@53fbc000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800379 compatible = "fsl,imx53-uart", "fsl,imx21-uart";
380 reg = <0x53fbc000 0x4000>;
381 interrupts = <31>;
382 status = "disabled";
383 };
384
Shawn Guo0c456cf2012-04-02 14:39:26 +0800385 uart2: serial@53fc0000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800386 compatible = "fsl,imx53-uart", "fsl,imx21-uart";
387 reg = <0x53fc0000 0x4000>;
388 interrupts = <32>;
389 status = "disabled";
390 };
391
Steffen Trumtrara9d1f922012-07-18 11:42:43 +0200392 can1: can@53fc8000 {
393 compatible = "fsl,imx53-flexcan", "fsl,p1010-flexcan";
394 reg = <0x53fc8000 0x4000>;
395 interrupts = <82>;
396 status = "disabled";
397 };
398
399 can2: can@53fcc000 {
400 compatible = "fsl,imx53-flexcan", "fsl,p1010-flexcan";
401 reg = <0x53fcc000 0x4000>;
402 interrupts = <83>;
403 status = "disabled";
404 };
405
Richard Zhao4d191862011-12-14 09:26:44 +0800406 gpio5: gpio@53fdc000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200407 compatible = "fsl,imx53-gpio", "fsl,imx35-gpio";
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800408 reg = <0x53fdc000 0x4000>;
409 interrupts = <103 104>;
410 gpio-controller;
411 #gpio-cells = <2>;
412 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800413 #interrupt-cells = <2>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800414 };
415
Richard Zhao4d191862011-12-14 09:26:44 +0800416 gpio6: gpio@53fe0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200417 compatible = "fsl,imx53-gpio", "fsl,imx35-gpio";
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800418 reg = <0x53fe0000 0x4000>;
419 interrupts = <105 106>;
420 gpio-controller;
421 #gpio-cells = <2>;
422 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800423 #interrupt-cells = <2>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800424 };
425
Richard Zhao4d191862011-12-14 09:26:44 +0800426 gpio7: gpio@53fe4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200427 compatible = "fsl,imx53-gpio", "fsl,imx35-gpio";
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800428 reg = <0x53fe4000 0x4000>;
429 interrupts = <107 108>;
430 gpio-controller;
431 #gpio-cells = <2>;
432 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800433 #interrupt-cells = <2>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800434 };
435
436 i2c@53fec000 { /* I2C3 */
437 #address-cells = <1>;
438 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800439 compatible = "fsl,imx53-i2c", "fsl,imx21-i2c";
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800440 reg = <0x53fec000 0x4000>;
441 interrupts = <64>;
442 status = "disabled";
443 };
444
Shawn Guo0c456cf2012-04-02 14:39:26 +0800445 uart4: serial@53ff0000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800446 compatible = "fsl,imx53-uart", "fsl,imx21-uart";
447 reg = <0x53ff0000 0x4000>;
448 interrupts = <13>;
449 status = "disabled";
450 };
451 };
452
453 aips@60000000 { /* AIPS2 */
454 compatible = "fsl,aips-bus", "simple-bus";
455 #address-cells = <1>;
456 #size-cells = <1>;
457 reg = <0x60000000 0x10000000>;
458 ranges;
459
Shawn Guo0c456cf2012-04-02 14:39:26 +0800460 uart5: serial@63f90000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800461 compatible = "fsl,imx53-uart", "fsl,imx21-uart";
462 reg = <0x63f90000 0x4000>;
463 interrupts = <86>;
464 status = "disabled";
465 };
466
467 ecspi@63fac000 { /* ECSPI2 */
468 #address-cells = <1>;
469 #size-cells = <0>;
470 compatible = "fsl,imx53-ecspi", "fsl,imx51-ecspi";
471 reg = <0x63fac000 0x4000>;
472 interrupts = <37>;
473 status = "disabled";
474 };
475
476 sdma@63fb0000 {
477 compatible = "fsl,imx53-sdma", "fsl,imx35-sdma";
478 reg = <0x63fb0000 0x4000>;
479 interrupts = <6>;
Fabio Estevam7e4f0362012-08-08 11:28:07 -0300480 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800481 };
482
483 cspi@63fc0000 {
484 #address-cells = <1>;
485 #size-cells = <0>;
486 compatible = "fsl,imx53-cspi", "fsl,imx35-cspi";
487 reg = <0x63fc0000 0x4000>;
488 interrupts = <38>;
489 status = "disabled";
490 };
491
492 i2c@63fc4000 { /* I2C2 */
493 #address-cells = <1>;
494 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800495 compatible = "fsl,imx53-i2c", "fsl,imx21-i2c";
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800496 reg = <0x63fc4000 0x4000>;
497 interrupts = <63>;
498 status = "disabled";
499 };
500
501 i2c@63fc8000 { /* I2C1 */
502 #address-cells = <1>;
503 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800504 compatible = "fsl,imx53-i2c", "fsl,imx21-i2c";
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800505 reg = <0x63fc8000 0x4000>;
506 interrupts = <62>;
507 status = "disabled";
508 };
509
Shawn Guoffc505c2012-05-11 13:12:01 +0800510 ssi1: ssi@63fcc000 {
511 compatible = "fsl,imx53-ssi", "fsl,imx21-ssi";
512 reg = <0x63fcc000 0x4000>;
513 interrupts = <29>;
514 fsl,fifo-depth = <15>;
515 fsl,ssi-dma-events = <29 28 27 26>; /* TX0 RX0 TX1 RX1 */
516 status = "disabled";
517 };
518
519 audmux@63fd0000 {
520 compatible = "fsl,imx53-audmux", "fsl,imx31-audmux";
521 reg = <0x63fd0000 0x4000>;
522 status = "disabled";
523 };
524
Sascha Hauer75453a02012-06-06 12:33:16 +0200525 nand@63fdb000 {
526 compatible = "fsl,imx53-nand";
527 reg = <0x63fdb000 0x1000 0xf7ff0000 0x10000>;
528 interrupts = <8>;
529 status = "disabled";
530 };
531
Shawn Guoffc505c2012-05-11 13:12:01 +0800532 ssi3: ssi@63fe8000 {
533 compatible = "fsl,imx53-ssi", "fsl,imx21-ssi";
534 reg = <0x63fe8000 0x4000>;
535 interrupts = <96>;
536 fsl,fifo-depth = <15>;
537 fsl,ssi-dma-events = <47 46 45 44>; /* TX0 RX0 TX1 RX1 */
538 status = "disabled";
539 };
540
Shawn Guo0c456cf2012-04-02 14:39:26 +0800541 ethernet@63fec000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800542 compatible = "fsl,imx53-fec", "fsl,imx25-fec";
543 reg = <0x63fec000 0x4000>;
544 interrupts = <87>;
545 status = "disabled";
546 };
547 };
548 };
549};