blob: 6e14b7574343aa79f868e6d8a68e7046280833f8 [file] [log] [blame]
Shawn Guo9daaf312011-10-17 08:42:17 +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
Shawn Guo36dffd82013-04-07 10:49:34 +080013#include "skeleton.dtsi"
Shawn Guoe1641532013-02-20 10:32:52 +080014#include "imx51-pinfunc.h"
Shawn Guo9daaf312011-10-17 08:42:17 +080015
16/ {
17 aliases {
Richard Zhao8f9ffec2011-12-14 09:26:45 +080018 serial0 = &uart1;
19 serial1 = &uart2;
20 serial2 = &uart3;
Shawn Guo5230f8f2012-08-05 14:01:28 +080021 gpio0 = &gpio1;
22 gpio1 = &gpio2;
23 gpio2 = &gpio3;
24 gpio3 = &gpio4;
Shawn Guo9daaf312011-10-17 08:42:17 +080025 };
26
27 tzic: tz-interrupt-controller@e0000000 {
28 compatible = "fsl,imx51-tzic", "fsl,tzic";
29 interrupt-controller;
30 #interrupt-cells = <1>;
31 reg = <0xe0000000 0x4000>;
32 };
33
34 clocks {
35 #address-cells = <1>;
36 #size-cells = <0>;
37
38 ckil {
39 compatible = "fsl,imx-ckil", "fixed-clock";
40 clock-frequency = <32768>;
41 };
42
43 ckih1 {
44 compatible = "fsl,imx-ckih1", "fixed-clock";
45 clock-frequency = <22579200>;
46 };
47
48 ckih2 {
49 compatible = "fsl,imx-ckih2", "fixed-clock";
50 clock-frequency = <0>;
51 };
52
53 osc {
54 compatible = "fsl,imx-osc", "fixed-clock";
55 clock-frequency = <24000000>;
56 };
57 };
58
59 soc {
60 #address-cells = <1>;
61 #size-cells = <1>;
62 compatible = "simple-bus";
63 interrupt-parent = <&tzic>;
64 ranges;
65
Sascha Hauerb5af6b12012-11-12 12:56:00 +010066 ipu: ipu@40000000 {
67 #crtc-cells = <1>;
68 compatible = "fsl,imx51-ipu";
69 reg = <0x40000000 0x20000000>;
70 interrupts = <11 10>;
71 };
72
Shawn Guo9daaf312011-10-17 08:42:17 +080073 aips@70000000 { /* AIPS1 */
74 compatible = "fsl,aips-bus", "simple-bus";
75 #address-cells = <1>;
76 #size-cells = <1>;
77 reg = <0x70000000 0x10000000>;
78 ranges;
79
80 spba@70000000 {
81 compatible = "fsl,spba-bus", "simple-bus";
82 #address-cells = <1>;
83 #size-cells = <1>;
84 reg = <0x70000000 0x40000>;
85 ranges;
86
Sascha Hauer7b7d6722012-11-15 09:31:52 +010087 esdhc1: esdhc@70004000 {
Shawn Guo9daaf312011-10-17 08:42:17 +080088 compatible = "fsl,imx51-esdhc";
89 reg = <0x70004000 0x4000>;
90 interrupts = <1>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -020091 clocks = <&clks 44>, <&clks 0>, <&clks 71>;
92 clock-names = "ipg", "ahb", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +080093 status = "disabled";
94 };
95
Sascha Hauer7b7d6722012-11-15 09:31:52 +010096 esdhc2: esdhc@70008000 {
Shawn Guo9daaf312011-10-17 08:42:17 +080097 compatible = "fsl,imx51-esdhc";
98 reg = <0x70008000 0x4000>;
99 interrupts = <2>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200100 clocks = <&clks 45>, <&clks 0>, <&clks 72>;
101 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200102 bus-width = <4>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800103 status = "disabled";
104 };
105
Shawn Guo0c456cf2012-04-02 14:39:26 +0800106 uart3: serial@7000c000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800107 compatible = "fsl,imx51-uart", "fsl,imx21-uart";
108 reg = <0x7000c000 0x4000>;
109 interrupts = <33>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200110 clocks = <&clks 32>, <&clks 33>;
111 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800112 status = "disabled";
113 };
114
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100115 ecspi1: ecspi@70010000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800116 #address-cells = <1>;
117 #size-cells = <0>;
118 compatible = "fsl,imx51-ecspi";
119 reg = <0x70010000 0x4000>;
120 interrupts = <36>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200121 clocks = <&clks 51>, <&clks 52>;
122 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800123 status = "disabled";
124 };
125
Shawn Guoa15d9f82012-05-11 13:08:46 +0800126 ssi2: ssi@70014000 {
127 compatible = "fsl,imx51-ssi", "fsl,imx21-ssi";
128 reg = <0x70014000 0x4000>;
129 interrupts = <30>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200130 clocks = <&clks 49>;
Shawn Guoa15d9f82012-05-11 13:08:46 +0800131 fsl,fifo-depth = <15>;
132 fsl,ssi-dma-events = <25 24 23 22>; /* TX0 RX0 TX1 RX1 */
133 status = "disabled";
134 };
135
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100136 esdhc3: esdhc@70020000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800137 compatible = "fsl,imx51-esdhc";
138 reg = <0x70020000 0x4000>;
139 interrupts = <3>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200140 clocks = <&clks 46>, <&clks 0>, <&clks 73>;
141 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200142 bus-width = <4>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800143 status = "disabled";
144 };
145
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100146 esdhc4: esdhc@70024000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800147 compatible = "fsl,imx51-esdhc";
148 reg = <0x70024000 0x4000>;
149 interrupts = <4>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200150 clocks = <&clks 47>, <&clks 0>, <&clks 74>;
151 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200152 bus-width = <4>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800153 status = "disabled";
154 };
155 };
156
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100157 usbotg: usb@73f80000 {
Michael Grzeschik212d0b82012-08-23 12:35:57 +0200158 compatible = "fsl,imx51-usb", "fsl,imx27-usb";
159 reg = <0x73f80000 0x0200>;
160 interrupts = <18>;
161 status = "disabled";
162 };
163
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100164 usbh1: usb@73f80200 {
Michael Grzeschik212d0b82012-08-23 12:35:57 +0200165 compatible = "fsl,imx51-usb", "fsl,imx27-usb";
166 reg = <0x73f80200 0x0200>;
167 interrupts = <14>;
168 status = "disabled";
169 };
170
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100171 usbh2: usb@73f80400 {
Michael Grzeschik212d0b82012-08-23 12:35:57 +0200172 compatible = "fsl,imx51-usb", "fsl,imx27-usb";
173 reg = <0x73f80400 0x0200>;
174 interrupts = <16>;
175 status = "disabled";
176 };
177
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100178 usbh3: usb@73f80600 {
Michael Grzeschik212d0b82012-08-23 12:35:57 +0200179 compatible = "fsl,imx51-usb", "fsl,imx27-usb";
180 reg = <0x73f80600 0x0200>;
181 interrupts = <17>;
182 status = "disabled";
183 };
184
Richard Zhao4d191862011-12-14 09:26:44 +0800185 gpio1: gpio@73f84000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200186 compatible = "fsl,imx51-gpio", "fsl,imx35-gpio";
Shawn Guo9daaf312011-10-17 08:42:17 +0800187 reg = <0x73f84000 0x4000>;
188 interrupts = <50 51>;
189 gpio-controller;
190 #gpio-cells = <2>;
191 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800192 #interrupt-cells = <2>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800193 };
194
Richard Zhao4d191862011-12-14 09:26:44 +0800195 gpio2: gpio@73f88000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200196 compatible = "fsl,imx51-gpio", "fsl,imx35-gpio";
Shawn Guo9daaf312011-10-17 08:42:17 +0800197 reg = <0x73f88000 0x4000>;
198 interrupts = <52 53>;
199 gpio-controller;
200 #gpio-cells = <2>;
201 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800202 #interrupt-cells = <2>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800203 };
204
Richard Zhao4d191862011-12-14 09:26:44 +0800205 gpio3: gpio@73f8c000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200206 compatible = "fsl,imx51-gpio", "fsl,imx35-gpio";
Shawn Guo9daaf312011-10-17 08:42:17 +0800207 reg = <0x73f8c000 0x4000>;
208 interrupts = <54 55>;
209 gpio-controller;
210 #gpio-cells = <2>;
211 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800212 #interrupt-cells = <2>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800213 };
214
Richard Zhao4d191862011-12-14 09:26:44 +0800215 gpio4: gpio@73f90000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200216 compatible = "fsl,imx51-gpio", "fsl,imx35-gpio";
Shawn Guo9daaf312011-10-17 08:42:17 +0800217 reg = <0x73f90000 0x4000>;
218 interrupts = <56 57>;
219 gpio-controller;
220 #gpio-cells = <2>;
221 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800222 #interrupt-cells = <2>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800223 };
224
Liu Ying60125552013-01-03 20:37:33 +0800225 kpp: kpp@73f94000 {
226 compatible = "fsl,imx51-kpp", "fsl,imx21-kpp";
227 reg = <0x73f94000 0x4000>;
228 interrupts = <60>;
229 clocks = <&clks 0>;
230 status = "disabled";
231 };
232
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100233 wdog1: wdog@73f98000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800234 compatible = "fsl,imx51-wdt", "fsl,imx21-wdt";
235 reg = <0x73f98000 0x4000>;
236 interrupts = <58>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200237 clocks = <&clks 0>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800238 };
239
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100240 wdog2: wdog@73f9c000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800241 compatible = "fsl,imx51-wdt", "fsl,imx21-wdt";
242 reg = <0x73f9c000 0x4000>;
243 interrupts = <59>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200244 clocks = <&clks 0>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800245 status = "disabled";
246 };
247
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100248 iomuxc: iomuxc@73fa8000 {
Shawn Guob72cf102012-08-13 19:45:19 +0800249 compatible = "fsl,imx51-iomuxc";
250 reg = <0x73fa8000 0x4000>;
251
252 audmux {
253 pinctrl_audmux_1: audmuxgrp-1 {
254 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800255 MX51_PAD_AUD3_BB_TXD__AUD3_TXD 0x80000000
256 MX51_PAD_AUD3_BB_RXD__AUD3_RXD 0x80000000
257 MX51_PAD_AUD3_BB_CK__AUD3_TXC 0x80000000
258 MX51_PAD_AUD3_BB_FS__AUD3_TXFS 0x80000000
Shawn Guob72cf102012-08-13 19:45:19 +0800259 >;
260 };
261 };
262
263 fec {
264 pinctrl_fec_1: fecgrp-1 {
265 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800266 MX51_PAD_EIM_EB2__FEC_MDIO 0x80000000
267 MX51_PAD_EIM_EB3__FEC_RDATA1 0x80000000
268 MX51_PAD_EIM_CS2__FEC_RDATA2 0x80000000
269 MX51_PAD_EIM_CS3__FEC_RDATA3 0x80000000
270 MX51_PAD_EIM_CS4__FEC_RX_ER 0x80000000
271 MX51_PAD_EIM_CS5__FEC_CRS 0x80000000
272 MX51_PAD_NANDF_RB2__FEC_COL 0x80000000
273 MX51_PAD_NANDF_RB3__FEC_RX_CLK 0x80000000
274 MX51_PAD_NANDF_D9__FEC_RDATA0 0x80000000
275 MX51_PAD_NANDF_D8__FEC_TDATA0 0x80000000
276 MX51_PAD_NANDF_CS2__FEC_TX_ER 0x80000000
277 MX51_PAD_NANDF_CS3__FEC_MDC 0x80000000
278 MX51_PAD_NANDF_CS4__FEC_TDATA1 0x80000000
279 MX51_PAD_NANDF_CS5__FEC_TDATA2 0x80000000
280 MX51_PAD_NANDF_CS6__FEC_TDATA3 0x80000000
281 MX51_PAD_NANDF_CS7__FEC_TX_EN 0x80000000
282 MX51_PAD_NANDF_RDY_INT__FEC_TX_CLK 0x80000000
Shawn Guob72cf102012-08-13 19:45:19 +0800283 >;
284 };
Laurent Cans1982d5b2013-01-20 23:55:29 +0100285
286 pinctrl_fec_2: fecgrp-2 {
287 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800288 MX51_PAD_DI_GP3__FEC_TX_ER 0x80000000
289 MX51_PAD_DI2_PIN4__FEC_CRS 0x80000000
290 MX51_PAD_DI2_PIN2__FEC_MDC 0x80000000
291 MX51_PAD_DI2_PIN3__FEC_MDIO 0x80000000
292 MX51_PAD_DI2_DISP_CLK__FEC_RDATA1 0x80000000
293 MX51_PAD_DI_GP4__FEC_RDATA2 0x80000000
294 MX51_PAD_DISP2_DAT0__FEC_RDATA3 0x80000000
295 MX51_PAD_DISP2_DAT1__FEC_RX_ER 0x80000000
296 MX51_PAD_DISP2_DAT6__FEC_TDATA1 0x80000000
297 MX51_PAD_DISP2_DAT7__FEC_TDATA2 0x80000000
298 MX51_PAD_DISP2_DAT8__FEC_TDATA3 0x80000000
299 MX51_PAD_DISP2_DAT9__FEC_TX_EN 0x80000000
300 MX51_PAD_DISP2_DAT10__FEC_COL 0x80000000
301 MX51_PAD_DISP2_DAT11__FEC_RX_CLK 0x80000000
302 MX51_PAD_DISP2_DAT12__FEC_RX_DV 0x80000000
303 MX51_PAD_DISP2_DAT13__FEC_TX_CLK 0x80000000
304 MX51_PAD_DISP2_DAT14__FEC_RDATA0 0x80000000
305 MX51_PAD_DISP2_DAT15__FEC_TDATA0 0x80000000
Laurent Cans1982d5b2013-01-20 23:55:29 +0100306 >;
307 };
Shawn Guob72cf102012-08-13 19:45:19 +0800308 };
309
310 ecspi1 {
311 pinctrl_ecspi1_1: ecspi1grp-1 {
312 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800313 MX51_PAD_CSPI1_MISO__ECSPI1_MISO 0x185
314 MX51_PAD_CSPI1_MOSI__ECSPI1_MOSI 0x185
315 MX51_PAD_CSPI1_SCLK__ECSPI1_SCLK 0x185
Shawn Guob72cf102012-08-13 19:45:19 +0800316 >;
317 };
318 };
319
320 esdhc1 {
321 pinctrl_esdhc1_1: esdhc1grp-1 {
322 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800323 MX51_PAD_SD1_CMD__SD1_CMD 0x400020d5
324 MX51_PAD_SD1_CLK__SD1_CLK 0x20d5
325 MX51_PAD_SD1_DATA0__SD1_DATA0 0x20d5
326 MX51_PAD_SD1_DATA1__SD1_DATA1 0x20d5
327 MX51_PAD_SD1_DATA2__SD1_DATA2 0x20d5
328 MX51_PAD_SD1_DATA3__SD1_DATA3 0x20d5
Shawn Guob72cf102012-08-13 19:45:19 +0800329 >;
330 };
331 };
332
333 esdhc2 {
334 pinctrl_esdhc2_1: esdhc2grp-1 {
335 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800336 MX51_PAD_SD2_CMD__SD2_CMD 0x400020d5
337 MX51_PAD_SD2_CLK__SD2_CLK 0x20d5
338 MX51_PAD_SD2_DATA0__SD2_DATA0 0x20d5
339 MX51_PAD_SD2_DATA1__SD2_DATA1 0x20d5
340 MX51_PAD_SD2_DATA2__SD2_DATA2 0x20d5
341 MX51_PAD_SD2_DATA3__SD2_DATA3 0x20d5
Shawn Guob72cf102012-08-13 19:45:19 +0800342 >;
343 };
344 };
345
346 i2c2 {
347 pinctrl_i2c2_1: i2c2grp-1 {
348 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800349 MX51_PAD_KEY_COL4__I2C2_SCL 0x400001ed
350 MX51_PAD_KEY_COL5__I2C2_SDA 0x400001ed
Shawn Guob72cf102012-08-13 19:45:19 +0800351 >;
352 };
353 };
354
Sascha Hauerb5af6b12012-11-12 12:56:00 +0100355 ipu_disp1 {
356 pinctrl_ipu_disp1_1: ipudisp1grp-1 {
357 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800358 MX51_PAD_DISP1_DAT0__DISP1_DAT0 0x5
359 MX51_PAD_DISP1_DAT1__DISP1_DAT1 0x5
360 MX51_PAD_DISP1_DAT2__DISP1_DAT2 0x5
361 MX51_PAD_DISP1_DAT3__DISP1_DAT3 0x5
362 MX51_PAD_DISP1_DAT4__DISP1_DAT4 0x5
363 MX51_PAD_DISP1_DAT5__DISP1_DAT5 0x5
364 MX51_PAD_DISP1_DAT6__DISP1_DAT6 0x5
365 MX51_PAD_DISP1_DAT7__DISP1_DAT7 0x5
366 MX51_PAD_DISP1_DAT8__DISP1_DAT8 0x5
367 MX51_PAD_DISP1_DAT9__DISP1_DAT9 0x5
368 MX51_PAD_DISP1_DAT10__DISP1_DAT10 0x5
369 MX51_PAD_DISP1_DAT11__DISP1_DAT11 0x5
370 MX51_PAD_DISP1_DAT12__DISP1_DAT12 0x5
371 MX51_PAD_DISP1_DAT13__DISP1_DAT13 0x5
372 MX51_PAD_DISP1_DAT14__DISP1_DAT14 0x5
373 MX51_PAD_DISP1_DAT15__DISP1_DAT15 0x5
374 MX51_PAD_DISP1_DAT16__DISP1_DAT16 0x5
375 MX51_PAD_DISP1_DAT17__DISP1_DAT17 0x5
376 MX51_PAD_DISP1_DAT18__DISP1_DAT18 0x5
377 MX51_PAD_DISP1_DAT19__DISP1_DAT19 0x5
378 MX51_PAD_DISP1_DAT20__DISP1_DAT20 0x5
379 MX51_PAD_DISP1_DAT21__DISP1_DAT21 0x5
380 MX51_PAD_DISP1_DAT22__DISP1_DAT22 0x5
381 MX51_PAD_DISP1_DAT23__DISP1_DAT23 0x5
382 MX51_PAD_DI1_PIN2__DI1_PIN2 0x5 /* hsync */
383 MX51_PAD_DI1_PIN3__DI1_PIN3 0x5 /* vsync */
Sascha Hauerb5af6b12012-11-12 12:56:00 +0100384 >;
385 };
386 };
387
388 ipu_disp2 {
389 pinctrl_ipu_disp2_1: ipudisp2grp-1 {
390 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800391 MX51_PAD_DISP2_DAT0__DISP2_DAT0 0x5
392 MX51_PAD_DISP2_DAT1__DISP2_DAT1 0x5
393 MX51_PAD_DISP2_DAT2__DISP2_DAT2 0x5
394 MX51_PAD_DISP2_DAT3__DISP2_DAT3 0x5
395 MX51_PAD_DISP2_DAT4__DISP2_DAT4 0x5
396 MX51_PAD_DISP2_DAT5__DISP2_DAT5 0x5
397 MX51_PAD_DISP2_DAT6__DISP2_DAT6 0x5
398 MX51_PAD_DISP2_DAT7__DISP2_DAT7 0x5
399 MX51_PAD_DISP2_DAT8__DISP2_DAT8 0x5
400 MX51_PAD_DISP2_DAT9__DISP2_DAT9 0x5
401 MX51_PAD_DISP2_DAT10__DISP2_DAT10 0x5
402 MX51_PAD_DISP2_DAT11__DISP2_DAT11 0x5
403 MX51_PAD_DISP2_DAT12__DISP2_DAT12 0x5
404 MX51_PAD_DISP2_DAT13__DISP2_DAT13 0x5
405 MX51_PAD_DISP2_DAT14__DISP2_DAT14 0x5
406 MX51_PAD_DISP2_DAT15__DISP2_DAT15 0x5
407 MX51_PAD_DI2_PIN2__DI2_PIN2 0x5 /* hsync */
408 MX51_PAD_DI2_PIN3__DI2_PIN3 0x5 /* vsync */
409 MX51_PAD_DI2_DISP_CLK__DI2_DISP_CLK 0x5
410 MX51_PAD_DI_GP4__DI2_PIN15 0x5
Sascha Hauerb5af6b12012-11-12 12:56:00 +0100411 >;
412 };
413 };
414
Shawn Guob72cf102012-08-13 19:45:19 +0800415 uart1 {
416 pinctrl_uart1_1: uart1grp-1 {
417 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800418 MX51_PAD_UART1_RXD__UART1_RXD 0x1c5
419 MX51_PAD_UART1_TXD__UART1_TXD 0x1c5
420 MX51_PAD_UART1_RTS__UART1_RTS 0x1c5
421 MX51_PAD_UART1_CTS__UART1_CTS 0x1c5
Shawn Guob72cf102012-08-13 19:45:19 +0800422 >;
423 };
424 };
425
426 uart2 {
427 pinctrl_uart2_1: uart2grp-1 {
428 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800429 MX51_PAD_UART2_RXD__UART2_RXD 0x1c5
430 MX51_PAD_UART2_TXD__UART2_TXD 0x1c5
Shawn Guob72cf102012-08-13 19:45:19 +0800431 >;
432 };
433 };
434
435 uart3 {
436 pinctrl_uart3_1: uart3grp-1 {
437 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800438 MX51_PAD_EIM_D25__UART3_RXD 0x1c5
439 MX51_PAD_EIM_D26__UART3_TXD 0x1c5
440 MX51_PAD_EIM_D27__UART3_RTS 0x1c5
441 MX51_PAD_EIM_D24__UART3_CTS 0x1c5
Shawn Guob72cf102012-08-13 19:45:19 +0800442 >;
443 };
Laurent Cans1982d5b2013-01-20 23:55:29 +0100444
445 pinctrl_uart3_2: uart3grp-2 {
446 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800447 MX51_PAD_UART3_RXD__UART3_RXD 0x1c5
448 MX51_PAD_UART3_TXD__UART3_TXD 0x1c5
Laurent Cans1982d5b2013-01-20 23:55:29 +0100449 >;
450 };
Shawn Guob72cf102012-08-13 19:45:19 +0800451 };
Liu Ying60125552013-01-03 20:37:33 +0800452
453 kpp {
454 pinctrl_kpp_1: kppgrp-1 {
455 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800456 MX51_PAD_KEY_ROW0__KEY_ROW0 0xe0
457 MX51_PAD_KEY_ROW1__KEY_ROW1 0xe0
458 MX51_PAD_KEY_ROW2__KEY_ROW2 0xe0
459 MX51_PAD_KEY_ROW3__KEY_ROW3 0xe0
460 MX51_PAD_KEY_COL0__KEY_COL0 0xe8
461 MX51_PAD_KEY_COL1__KEY_COL1 0xe8
462 MX51_PAD_KEY_COL2__KEY_COL2 0xe8
463 MX51_PAD_KEY_COL3__KEY_COL3 0xe8
Liu Ying60125552013-01-03 20:37:33 +0800464 >;
465 };
466 };
Shawn Guob72cf102012-08-13 19:45:19 +0800467 };
468
Sascha Hauer82a618d2012-11-19 00:57:08 +0100469 pwm1: pwm@73fb4000 {
470 #pwm-cells = <2>;
471 compatible = "fsl,imx51-pwm", "fsl,imx27-pwm";
472 reg = <0x73fb4000 0x4000>;
473 clocks = <&clks 37>, <&clks 38>;
474 clock-names = "ipg", "per";
475 interrupts = <61>;
476 };
477
478 pwm2: pwm@73fb8000 {
479 #pwm-cells = <2>;
480 compatible = "fsl,imx51-pwm", "fsl,imx27-pwm";
481 reg = <0x73fb8000 0x4000>;
482 clocks = <&clks 39>, <&clks 40>;
483 clock-names = "ipg", "per";
484 interrupts = <94>;
485 };
486
Shawn Guo0c456cf2012-04-02 14:39:26 +0800487 uart1: serial@73fbc000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800488 compatible = "fsl,imx51-uart", "fsl,imx21-uart";
489 reg = <0x73fbc000 0x4000>;
490 interrupts = <31>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200491 clocks = <&clks 28>, <&clks 29>;
492 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800493 status = "disabled";
494 };
495
Shawn Guo0c456cf2012-04-02 14:39:26 +0800496 uart2: serial@73fc0000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800497 compatible = "fsl,imx51-uart", "fsl,imx21-uart";
498 reg = <0x73fc0000 0x4000>;
499 interrupts = <32>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200500 clocks = <&clks 30>, <&clks 31>;
501 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800502 status = "disabled";
503 };
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200504
505 clks: ccm@73fd4000{
506 compatible = "fsl,imx51-ccm";
507 reg = <0x73fd4000 0x4000>;
508 interrupts = <0 71 0x04 0 72 0x04>;
509 #clock-cells = <1>;
510 };
Shawn Guo9daaf312011-10-17 08:42:17 +0800511 };
512
513 aips@80000000 { /* AIPS2 */
514 compatible = "fsl,aips-bus", "simple-bus";
515 #address-cells = <1>;
516 #size-cells = <1>;
517 reg = <0x80000000 0x10000000>;
518 ranges;
519
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100520 ecspi2: ecspi@83fac000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800521 #address-cells = <1>;
522 #size-cells = <0>;
523 compatible = "fsl,imx51-ecspi";
524 reg = <0x83fac000 0x4000>;
525 interrupts = <37>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200526 clocks = <&clks 53>, <&clks 54>;
527 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800528 status = "disabled";
529 };
530
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100531 sdma: sdma@83fb0000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800532 compatible = "fsl,imx51-sdma", "fsl,imx35-sdma";
533 reg = <0x83fb0000 0x4000>;
534 interrupts = <6>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200535 clocks = <&clks 56>, <&clks 56>;
536 clock-names = "ipg", "ahb";
Fabio Estevam7e4f0362012-08-08 11:28:07 -0300537 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin";
Shawn Guo9daaf312011-10-17 08:42:17 +0800538 };
539
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100540 cspi: cspi@83fc0000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800541 #address-cells = <1>;
542 #size-cells = <0>;
543 compatible = "fsl,imx51-cspi", "fsl,imx35-cspi";
544 reg = <0x83fc0000 0x4000>;
545 interrupts = <38>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200546 clocks = <&clks 55>, <&clks 0>;
547 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800548 status = "disabled";
549 };
550
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100551 i2c2: i2c@83fc4000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800552 #address-cells = <1>;
553 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800554 compatible = "fsl,imx51-i2c", "fsl,imx21-i2c";
Shawn Guo9daaf312011-10-17 08:42:17 +0800555 reg = <0x83fc4000 0x4000>;
556 interrupts = <63>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200557 clocks = <&clks 35>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800558 status = "disabled";
559 };
560
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100561 i2c1: i2c@83fc8000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800562 #address-cells = <1>;
563 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800564 compatible = "fsl,imx51-i2c", "fsl,imx21-i2c";
Shawn Guo9daaf312011-10-17 08:42:17 +0800565 reg = <0x83fc8000 0x4000>;
566 interrupts = <62>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200567 clocks = <&clks 34>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800568 status = "disabled";
569 };
570
Shawn Guoa15d9f82012-05-11 13:08:46 +0800571 ssi1: ssi@83fcc000 {
572 compatible = "fsl,imx51-ssi", "fsl,imx21-ssi";
573 reg = <0x83fcc000 0x4000>;
574 interrupts = <29>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200575 clocks = <&clks 48>;
Shawn Guoa15d9f82012-05-11 13:08:46 +0800576 fsl,fifo-depth = <15>;
577 fsl,ssi-dma-events = <29 28 27 26>; /* TX0 RX0 TX1 RX1 */
578 status = "disabled";
579 };
580
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100581 audmux: audmux@83fd0000 {
Shawn Guoa15d9f82012-05-11 13:08:46 +0800582 compatible = "fsl,imx51-audmux", "fsl,imx31-audmux";
583 reg = <0x83fd0000 0x4000>;
584 status = "disabled";
585 };
586
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100587 nfc: nand@83fdb000 {
Sascha Hauer75453a02012-06-06 12:33:16 +0200588 compatible = "fsl,imx51-nand";
589 reg = <0x83fdb000 0x1000 0xcfff0000 0x10000>;
590 interrupts = <8>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200591 clocks = <&clks 60>;
Sascha Hauer75453a02012-06-06 12:33:16 +0200592 status = "disabled";
593 };
594
Shawn Guoa15d9f82012-05-11 13:08:46 +0800595 ssi3: ssi@83fe8000 {
596 compatible = "fsl,imx51-ssi", "fsl,imx21-ssi";
597 reg = <0x83fe8000 0x4000>;
598 interrupts = <96>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200599 clocks = <&clks 50>;
Shawn Guoa15d9f82012-05-11 13:08:46 +0800600 fsl,fifo-depth = <15>;
601 fsl,ssi-dma-events = <47 46 37 35>; /* TX0 RX0 TX1 RX1 */
602 status = "disabled";
603 };
604
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100605 fec: ethernet@83fec000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800606 compatible = "fsl,imx51-fec", "fsl,imx27-fec";
607 reg = <0x83fec000 0x4000>;
608 interrupts = <87>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200609 clocks = <&clks 42>, <&clks 42>, <&clks 42>;
610 clock-names = "ipg", "ahb", "ptp";
Shawn Guo9daaf312011-10-17 08:42:17 +0800611 status = "disabled";
612 };
613 };
614 };
615};