blob: 0f6d3315f7c8e6406776fc21468ea00f8099c9ba [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>;
Philipp Zabel4438a6a2013-03-27 18:30:36 +010071 clocks = <&clks 59>, <&clks 110>, <&clks 61>;
72 clock-names = "bus", "di0", "di1";
Philipp Zabel8d84c372013-03-28 17:35:23 +010073 resets = <&src 2>;
Sascha Hauerb5af6b12012-11-12 12:56:00 +010074 };
75
Shawn Guo9daaf312011-10-17 08:42:17 +080076 aips@70000000 { /* AIPS1 */
77 compatible = "fsl,aips-bus", "simple-bus";
78 #address-cells = <1>;
79 #size-cells = <1>;
80 reg = <0x70000000 0x10000000>;
81 ranges;
82
83 spba@70000000 {
84 compatible = "fsl,spba-bus", "simple-bus";
85 #address-cells = <1>;
86 #size-cells = <1>;
87 reg = <0x70000000 0x40000>;
88 ranges;
89
Sascha Hauer7b7d6722012-11-15 09:31:52 +010090 esdhc1: esdhc@70004000 {
Shawn Guo9daaf312011-10-17 08:42:17 +080091 compatible = "fsl,imx51-esdhc";
92 reg = <0x70004000 0x4000>;
93 interrupts = <1>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -020094 clocks = <&clks 44>, <&clks 0>, <&clks 71>;
95 clock-names = "ipg", "ahb", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +080096 status = "disabled";
97 };
98
Sascha Hauer7b7d6722012-11-15 09:31:52 +010099 esdhc2: esdhc@70008000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800100 compatible = "fsl,imx51-esdhc";
101 reg = <0x70008000 0x4000>;
102 interrupts = <2>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200103 clocks = <&clks 45>, <&clks 0>, <&clks 72>;
104 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200105 bus-width = <4>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800106 status = "disabled";
107 };
108
Shawn Guo0c456cf2012-04-02 14:39:26 +0800109 uart3: serial@7000c000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800110 compatible = "fsl,imx51-uart", "fsl,imx21-uart";
111 reg = <0x7000c000 0x4000>;
112 interrupts = <33>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200113 clocks = <&clks 32>, <&clks 33>;
114 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800115 status = "disabled";
116 };
117
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100118 ecspi1: ecspi@70010000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800119 #address-cells = <1>;
120 #size-cells = <0>;
121 compatible = "fsl,imx51-ecspi";
122 reg = <0x70010000 0x4000>;
123 interrupts = <36>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200124 clocks = <&clks 51>, <&clks 52>;
125 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800126 status = "disabled";
127 };
128
Shawn Guoa15d9f82012-05-11 13:08:46 +0800129 ssi2: ssi@70014000 {
130 compatible = "fsl,imx51-ssi", "fsl,imx21-ssi";
131 reg = <0x70014000 0x4000>;
132 interrupts = <30>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200133 clocks = <&clks 49>;
Shawn Guoa15d9f82012-05-11 13:08:46 +0800134 fsl,fifo-depth = <15>;
135 fsl,ssi-dma-events = <25 24 23 22>; /* TX0 RX0 TX1 RX1 */
136 status = "disabled";
137 };
138
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100139 esdhc3: esdhc@70020000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800140 compatible = "fsl,imx51-esdhc";
141 reg = <0x70020000 0x4000>;
142 interrupts = <3>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200143 clocks = <&clks 46>, <&clks 0>, <&clks 73>;
144 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200145 bus-width = <4>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800146 status = "disabled";
147 };
148
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100149 esdhc4: esdhc@70024000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800150 compatible = "fsl,imx51-esdhc";
151 reg = <0x70024000 0x4000>;
152 interrupts = <4>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200153 clocks = <&clks 47>, <&clks 0>, <&clks 74>;
154 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200155 bus-width = <4>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800156 status = "disabled";
157 };
158 };
159
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100160 usbotg: usb@73f80000 {
Michael Grzeschik212d0b82012-08-23 12:35:57 +0200161 compatible = "fsl,imx51-usb", "fsl,imx27-usb";
162 reg = <0x73f80000 0x0200>;
163 interrupts = <18>;
164 status = "disabled";
165 };
166
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100167 usbh1: usb@73f80200 {
Michael Grzeschik212d0b82012-08-23 12:35:57 +0200168 compatible = "fsl,imx51-usb", "fsl,imx27-usb";
169 reg = <0x73f80200 0x0200>;
170 interrupts = <14>;
171 status = "disabled";
172 };
173
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100174 usbh2: usb@73f80400 {
Michael Grzeschik212d0b82012-08-23 12:35:57 +0200175 compatible = "fsl,imx51-usb", "fsl,imx27-usb";
176 reg = <0x73f80400 0x0200>;
177 interrupts = <16>;
178 status = "disabled";
179 };
180
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100181 usbh3: usb@73f80600 {
Michael Grzeschik212d0b82012-08-23 12:35:57 +0200182 compatible = "fsl,imx51-usb", "fsl,imx27-usb";
183 reg = <0x73f80600 0x0200>;
184 interrupts = <17>;
185 status = "disabled";
186 };
187
Richard Zhao4d191862011-12-14 09:26:44 +0800188 gpio1: gpio@73f84000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200189 compatible = "fsl,imx51-gpio", "fsl,imx35-gpio";
Shawn Guo9daaf312011-10-17 08:42:17 +0800190 reg = <0x73f84000 0x4000>;
191 interrupts = <50 51>;
192 gpio-controller;
193 #gpio-cells = <2>;
194 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800195 #interrupt-cells = <2>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800196 };
197
Richard Zhao4d191862011-12-14 09:26:44 +0800198 gpio2: gpio@73f88000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200199 compatible = "fsl,imx51-gpio", "fsl,imx35-gpio";
Shawn Guo9daaf312011-10-17 08:42:17 +0800200 reg = <0x73f88000 0x4000>;
201 interrupts = <52 53>;
202 gpio-controller;
203 #gpio-cells = <2>;
204 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800205 #interrupt-cells = <2>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800206 };
207
Richard Zhao4d191862011-12-14 09:26:44 +0800208 gpio3: gpio@73f8c000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200209 compatible = "fsl,imx51-gpio", "fsl,imx35-gpio";
Shawn Guo9daaf312011-10-17 08:42:17 +0800210 reg = <0x73f8c000 0x4000>;
211 interrupts = <54 55>;
212 gpio-controller;
213 #gpio-cells = <2>;
214 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800215 #interrupt-cells = <2>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800216 };
217
Richard Zhao4d191862011-12-14 09:26:44 +0800218 gpio4: gpio@73f90000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200219 compatible = "fsl,imx51-gpio", "fsl,imx35-gpio";
Shawn Guo9daaf312011-10-17 08:42:17 +0800220 reg = <0x73f90000 0x4000>;
221 interrupts = <56 57>;
222 gpio-controller;
223 #gpio-cells = <2>;
224 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800225 #interrupt-cells = <2>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800226 };
227
Liu Ying60125552013-01-03 20:37:33 +0800228 kpp: kpp@73f94000 {
229 compatible = "fsl,imx51-kpp", "fsl,imx21-kpp";
230 reg = <0x73f94000 0x4000>;
231 interrupts = <60>;
232 clocks = <&clks 0>;
233 status = "disabled";
234 };
235
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100236 wdog1: wdog@73f98000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800237 compatible = "fsl,imx51-wdt", "fsl,imx21-wdt";
238 reg = <0x73f98000 0x4000>;
239 interrupts = <58>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200240 clocks = <&clks 0>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800241 };
242
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100243 wdog2: wdog@73f9c000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800244 compatible = "fsl,imx51-wdt", "fsl,imx21-wdt";
245 reg = <0x73f9c000 0x4000>;
246 interrupts = <59>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200247 clocks = <&clks 0>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800248 status = "disabled";
249 };
250
Sascha Hauered73c632013-03-14 13:08:59 +0100251 gpt: timer@73fa0000 {
252 compatible = "fsl,imx51-gpt", "fsl,imx31-gpt";
253 reg = <0x73fa0000 0x4000>;
254 interrupts = <39>;
255 clocks = <&clks 36>, <&clks 41>;
256 clock-names = "ipg", "per";
257 };
258
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100259 iomuxc: iomuxc@73fa8000 {
Shawn Guob72cf102012-08-13 19:45:19 +0800260 compatible = "fsl,imx51-iomuxc";
261 reg = <0x73fa8000 0x4000>;
262
263 audmux {
264 pinctrl_audmux_1: audmuxgrp-1 {
265 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800266 MX51_PAD_AUD3_BB_TXD__AUD3_TXD 0x80000000
267 MX51_PAD_AUD3_BB_RXD__AUD3_RXD 0x80000000
268 MX51_PAD_AUD3_BB_CK__AUD3_TXC 0x80000000
269 MX51_PAD_AUD3_BB_FS__AUD3_TXFS 0x80000000
Shawn Guob72cf102012-08-13 19:45:19 +0800270 >;
271 };
272 };
273
274 fec {
275 pinctrl_fec_1: fecgrp-1 {
276 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800277 MX51_PAD_EIM_EB2__FEC_MDIO 0x80000000
278 MX51_PAD_EIM_EB3__FEC_RDATA1 0x80000000
279 MX51_PAD_EIM_CS2__FEC_RDATA2 0x80000000
280 MX51_PAD_EIM_CS3__FEC_RDATA3 0x80000000
281 MX51_PAD_EIM_CS4__FEC_RX_ER 0x80000000
282 MX51_PAD_EIM_CS5__FEC_CRS 0x80000000
283 MX51_PAD_NANDF_RB2__FEC_COL 0x80000000
284 MX51_PAD_NANDF_RB3__FEC_RX_CLK 0x80000000
285 MX51_PAD_NANDF_D9__FEC_RDATA0 0x80000000
286 MX51_PAD_NANDF_D8__FEC_TDATA0 0x80000000
287 MX51_PAD_NANDF_CS2__FEC_TX_ER 0x80000000
288 MX51_PAD_NANDF_CS3__FEC_MDC 0x80000000
289 MX51_PAD_NANDF_CS4__FEC_TDATA1 0x80000000
290 MX51_PAD_NANDF_CS5__FEC_TDATA2 0x80000000
291 MX51_PAD_NANDF_CS6__FEC_TDATA3 0x80000000
292 MX51_PAD_NANDF_CS7__FEC_TX_EN 0x80000000
293 MX51_PAD_NANDF_RDY_INT__FEC_TX_CLK 0x80000000
Shawn Guob72cf102012-08-13 19:45:19 +0800294 >;
295 };
Laurent Cans1982d5b2013-01-20 23:55:29 +0100296
297 pinctrl_fec_2: fecgrp-2 {
298 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800299 MX51_PAD_DI_GP3__FEC_TX_ER 0x80000000
300 MX51_PAD_DI2_PIN4__FEC_CRS 0x80000000
301 MX51_PAD_DI2_PIN2__FEC_MDC 0x80000000
302 MX51_PAD_DI2_PIN3__FEC_MDIO 0x80000000
303 MX51_PAD_DI2_DISP_CLK__FEC_RDATA1 0x80000000
304 MX51_PAD_DI_GP4__FEC_RDATA2 0x80000000
305 MX51_PAD_DISP2_DAT0__FEC_RDATA3 0x80000000
306 MX51_PAD_DISP2_DAT1__FEC_RX_ER 0x80000000
307 MX51_PAD_DISP2_DAT6__FEC_TDATA1 0x80000000
308 MX51_PAD_DISP2_DAT7__FEC_TDATA2 0x80000000
309 MX51_PAD_DISP2_DAT8__FEC_TDATA3 0x80000000
310 MX51_PAD_DISP2_DAT9__FEC_TX_EN 0x80000000
311 MX51_PAD_DISP2_DAT10__FEC_COL 0x80000000
312 MX51_PAD_DISP2_DAT11__FEC_RX_CLK 0x80000000
313 MX51_PAD_DISP2_DAT12__FEC_RX_DV 0x80000000
314 MX51_PAD_DISP2_DAT13__FEC_TX_CLK 0x80000000
315 MX51_PAD_DISP2_DAT14__FEC_RDATA0 0x80000000
316 MX51_PAD_DISP2_DAT15__FEC_TDATA0 0x80000000
Laurent Cans1982d5b2013-01-20 23:55:29 +0100317 >;
318 };
Shawn Guob72cf102012-08-13 19:45:19 +0800319 };
320
321 ecspi1 {
322 pinctrl_ecspi1_1: ecspi1grp-1 {
323 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800324 MX51_PAD_CSPI1_MISO__ECSPI1_MISO 0x185
325 MX51_PAD_CSPI1_MOSI__ECSPI1_MOSI 0x185
326 MX51_PAD_CSPI1_SCLK__ECSPI1_SCLK 0x185
Shawn Guob72cf102012-08-13 19:45:19 +0800327 >;
328 };
329 };
330
Gwenhael Goavec-Meroua15ac4a2013-03-09 14:59:08 +0100331 ecspi2 {
332 pinctrl_ecspi2_1: ecspi2grp-1 {
333 fsl,pins = <
334 MX51_PAD_NANDF_RB3__ECSPI2_MISO 0x185
335 MX51_PAD_NANDF_D15__ECSPI2_MOSI 0x185
336 MX51_PAD_NANDF_RB2__ECSPI2_SCLK 0x185
337 >;
338 };
339 };
340
Shawn Guob72cf102012-08-13 19:45:19 +0800341 esdhc1 {
342 pinctrl_esdhc1_1: esdhc1grp-1 {
343 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800344 MX51_PAD_SD1_CMD__SD1_CMD 0x400020d5
345 MX51_PAD_SD1_CLK__SD1_CLK 0x20d5
346 MX51_PAD_SD1_DATA0__SD1_DATA0 0x20d5
347 MX51_PAD_SD1_DATA1__SD1_DATA1 0x20d5
348 MX51_PAD_SD1_DATA2__SD1_DATA2 0x20d5
349 MX51_PAD_SD1_DATA3__SD1_DATA3 0x20d5
Shawn Guob72cf102012-08-13 19:45:19 +0800350 >;
351 };
352 };
353
354 esdhc2 {
355 pinctrl_esdhc2_1: esdhc2grp-1 {
356 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800357 MX51_PAD_SD2_CMD__SD2_CMD 0x400020d5
358 MX51_PAD_SD2_CLK__SD2_CLK 0x20d5
359 MX51_PAD_SD2_DATA0__SD2_DATA0 0x20d5
360 MX51_PAD_SD2_DATA1__SD2_DATA1 0x20d5
361 MX51_PAD_SD2_DATA2__SD2_DATA2 0x20d5
362 MX51_PAD_SD2_DATA3__SD2_DATA3 0x20d5
Shawn Guob72cf102012-08-13 19:45:19 +0800363 >;
364 };
365 };
366
367 i2c2 {
368 pinctrl_i2c2_1: i2c2grp-1 {
369 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800370 MX51_PAD_KEY_COL4__I2C2_SCL 0x400001ed
371 MX51_PAD_KEY_COL5__I2C2_SDA 0x400001ed
Shawn Guob72cf102012-08-13 19:45:19 +0800372 >;
373 };
Gwenhael Goavec-Merou52c9aa92013-03-09 15:04:19 +0100374
375 pinctrl_i2c2_2: i2c2grp-2 {
376 fsl,pins = <
377 MX51_PAD_EIM_D27__I2C2_SCL 0x400001ed
378 MX51_PAD_EIM_D24__I2C2_SDA 0x400001ed
379 >;
380 };
Shawn Guob72cf102012-08-13 19:45:19 +0800381 };
382
Sascha Hauerb5af6b12012-11-12 12:56:00 +0100383 ipu_disp1 {
384 pinctrl_ipu_disp1_1: ipudisp1grp-1 {
385 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800386 MX51_PAD_DISP1_DAT0__DISP1_DAT0 0x5
387 MX51_PAD_DISP1_DAT1__DISP1_DAT1 0x5
388 MX51_PAD_DISP1_DAT2__DISP1_DAT2 0x5
389 MX51_PAD_DISP1_DAT3__DISP1_DAT3 0x5
390 MX51_PAD_DISP1_DAT4__DISP1_DAT4 0x5
391 MX51_PAD_DISP1_DAT5__DISP1_DAT5 0x5
392 MX51_PAD_DISP1_DAT6__DISP1_DAT6 0x5
393 MX51_PAD_DISP1_DAT7__DISP1_DAT7 0x5
394 MX51_PAD_DISP1_DAT8__DISP1_DAT8 0x5
395 MX51_PAD_DISP1_DAT9__DISP1_DAT9 0x5
396 MX51_PAD_DISP1_DAT10__DISP1_DAT10 0x5
397 MX51_PAD_DISP1_DAT11__DISP1_DAT11 0x5
398 MX51_PAD_DISP1_DAT12__DISP1_DAT12 0x5
399 MX51_PAD_DISP1_DAT13__DISP1_DAT13 0x5
400 MX51_PAD_DISP1_DAT14__DISP1_DAT14 0x5
401 MX51_PAD_DISP1_DAT15__DISP1_DAT15 0x5
402 MX51_PAD_DISP1_DAT16__DISP1_DAT16 0x5
403 MX51_PAD_DISP1_DAT17__DISP1_DAT17 0x5
404 MX51_PAD_DISP1_DAT18__DISP1_DAT18 0x5
405 MX51_PAD_DISP1_DAT19__DISP1_DAT19 0x5
406 MX51_PAD_DISP1_DAT20__DISP1_DAT20 0x5
407 MX51_PAD_DISP1_DAT21__DISP1_DAT21 0x5
408 MX51_PAD_DISP1_DAT22__DISP1_DAT22 0x5
409 MX51_PAD_DISP1_DAT23__DISP1_DAT23 0x5
410 MX51_PAD_DI1_PIN2__DI1_PIN2 0x5 /* hsync */
411 MX51_PAD_DI1_PIN3__DI1_PIN3 0x5 /* vsync */
Sascha Hauerb5af6b12012-11-12 12:56:00 +0100412 >;
413 };
414 };
415
416 ipu_disp2 {
417 pinctrl_ipu_disp2_1: ipudisp2grp-1 {
418 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800419 MX51_PAD_DISP2_DAT0__DISP2_DAT0 0x5
420 MX51_PAD_DISP2_DAT1__DISP2_DAT1 0x5
421 MX51_PAD_DISP2_DAT2__DISP2_DAT2 0x5
422 MX51_PAD_DISP2_DAT3__DISP2_DAT3 0x5
423 MX51_PAD_DISP2_DAT4__DISP2_DAT4 0x5
424 MX51_PAD_DISP2_DAT5__DISP2_DAT5 0x5
425 MX51_PAD_DISP2_DAT6__DISP2_DAT6 0x5
426 MX51_PAD_DISP2_DAT7__DISP2_DAT7 0x5
427 MX51_PAD_DISP2_DAT8__DISP2_DAT8 0x5
428 MX51_PAD_DISP2_DAT9__DISP2_DAT9 0x5
429 MX51_PAD_DISP2_DAT10__DISP2_DAT10 0x5
430 MX51_PAD_DISP2_DAT11__DISP2_DAT11 0x5
431 MX51_PAD_DISP2_DAT12__DISP2_DAT12 0x5
432 MX51_PAD_DISP2_DAT13__DISP2_DAT13 0x5
433 MX51_PAD_DISP2_DAT14__DISP2_DAT14 0x5
434 MX51_PAD_DISP2_DAT15__DISP2_DAT15 0x5
435 MX51_PAD_DI2_PIN2__DI2_PIN2 0x5 /* hsync */
436 MX51_PAD_DI2_PIN3__DI2_PIN3 0x5 /* vsync */
437 MX51_PAD_DI2_DISP_CLK__DI2_DISP_CLK 0x5
438 MX51_PAD_DI_GP4__DI2_PIN15 0x5
Sascha Hauerb5af6b12012-11-12 12:56:00 +0100439 >;
440 };
441 };
442
Shawn Guob72cf102012-08-13 19:45:19 +0800443 uart1 {
444 pinctrl_uart1_1: uart1grp-1 {
445 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800446 MX51_PAD_UART1_RXD__UART1_RXD 0x1c5
447 MX51_PAD_UART1_TXD__UART1_TXD 0x1c5
448 MX51_PAD_UART1_RTS__UART1_RTS 0x1c5
449 MX51_PAD_UART1_CTS__UART1_CTS 0x1c5
Shawn Guob72cf102012-08-13 19:45:19 +0800450 >;
451 };
452 };
453
454 uart2 {
455 pinctrl_uart2_1: uart2grp-1 {
456 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800457 MX51_PAD_UART2_RXD__UART2_RXD 0x1c5
458 MX51_PAD_UART2_TXD__UART2_TXD 0x1c5
Shawn Guob72cf102012-08-13 19:45:19 +0800459 >;
460 };
461 };
462
463 uart3 {
464 pinctrl_uart3_1: uart3grp-1 {
465 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800466 MX51_PAD_EIM_D25__UART3_RXD 0x1c5
467 MX51_PAD_EIM_D26__UART3_TXD 0x1c5
468 MX51_PAD_EIM_D27__UART3_RTS 0x1c5
469 MX51_PAD_EIM_D24__UART3_CTS 0x1c5
Shawn Guob72cf102012-08-13 19:45:19 +0800470 >;
471 };
Laurent Cans1982d5b2013-01-20 23:55:29 +0100472
473 pinctrl_uart3_2: uart3grp-2 {
474 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800475 MX51_PAD_UART3_RXD__UART3_RXD 0x1c5
476 MX51_PAD_UART3_TXD__UART3_TXD 0x1c5
Laurent Cans1982d5b2013-01-20 23:55:29 +0100477 >;
478 };
Shawn Guob72cf102012-08-13 19:45:19 +0800479 };
Liu Ying60125552013-01-03 20:37:33 +0800480
481 kpp {
482 pinctrl_kpp_1: kppgrp-1 {
483 fsl,pins = <
Shawn Guoe1641532013-02-20 10:32:52 +0800484 MX51_PAD_KEY_ROW0__KEY_ROW0 0xe0
485 MX51_PAD_KEY_ROW1__KEY_ROW1 0xe0
486 MX51_PAD_KEY_ROW2__KEY_ROW2 0xe0
487 MX51_PAD_KEY_ROW3__KEY_ROW3 0xe0
488 MX51_PAD_KEY_COL0__KEY_COL0 0xe8
489 MX51_PAD_KEY_COL1__KEY_COL1 0xe8
490 MX51_PAD_KEY_COL2__KEY_COL2 0xe8
491 MX51_PAD_KEY_COL3__KEY_COL3 0xe8
Liu Ying60125552013-01-03 20:37:33 +0800492 >;
493 };
494 };
Shawn Guob72cf102012-08-13 19:45:19 +0800495 };
496
Sascha Hauer82a618d2012-11-19 00:57:08 +0100497 pwm1: pwm@73fb4000 {
498 #pwm-cells = <2>;
499 compatible = "fsl,imx51-pwm", "fsl,imx27-pwm";
500 reg = <0x73fb4000 0x4000>;
501 clocks = <&clks 37>, <&clks 38>;
502 clock-names = "ipg", "per";
503 interrupts = <61>;
504 };
505
506 pwm2: pwm@73fb8000 {
507 #pwm-cells = <2>;
508 compatible = "fsl,imx51-pwm", "fsl,imx27-pwm";
509 reg = <0x73fb8000 0x4000>;
510 clocks = <&clks 39>, <&clks 40>;
511 clock-names = "ipg", "per";
512 interrupts = <94>;
513 };
514
Shawn Guo0c456cf2012-04-02 14:39:26 +0800515 uart1: serial@73fbc000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800516 compatible = "fsl,imx51-uart", "fsl,imx21-uart";
517 reg = <0x73fbc000 0x4000>;
518 interrupts = <31>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200519 clocks = <&clks 28>, <&clks 29>;
520 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800521 status = "disabled";
522 };
523
Shawn Guo0c456cf2012-04-02 14:39:26 +0800524 uart2: serial@73fc0000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800525 compatible = "fsl,imx51-uart", "fsl,imx21-uart";
526 reg = <0x73fc0000 0x4000>;
527 interrupts = <32>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200528 clocks = <&clks 30>, <&clks 31>;
529 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800530 status = "disabled";
531 };
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200532
Philipp Zabel8d84c372013-03-28 17:35:23 +0100533 src: src@73fd0000 {
534 compatible = "fsl,imx51-src";
535 reg = <0x73fd0000 0x4000>;
536 #reset-cells = <1>;
537 };
538
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200539 clks: ccm@73fd4000{
540 compatible = "fsl,imx51-ccm";
541 reg = <0x73fd4000 0x4000>;
542 interrupts = <0 71 0x04 0 72 0x04>;
543 #clock-cells = <1>;
544 };
Shawn Guo9daaf312011-10-17 08:42:17 +0800545 };
546
547 aips@80000000 { /* AIPS2 */
548 compatible = "fsl,aips-bus", "simple-bus";
549 #address-cells = <1>;
550 #size-cells = <1>;
551 reg = <0x80000000 0x10000000>;
552 ranges;
553
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100554 ecspi2: ecspi@83fac000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800555 #address-cells = <1>;
556 #size-cells = <0>;
557 compatible = "fsl,imx51-ecspi";
558 reg = <0x83fac000 0x4000>;
559 interrupts = <37>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200560 clocks = <&clks 53>, <&clks 54>;
561 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800562 status = "disabled";
563 };
564
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100565 sdma: sdma@83fb0000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800566 compatible = "fsl,imx51-sdma", "fsl,imx35-sdma";
567 reg = <0x83fb0000 0x4000>;
568 interrupts = <6>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200569 clocks = <&clks 56>, <&clks 56>;
570 clock-names = "ipg", "ahb";
Fabio Estevam7e4f0362012-08-08 11:28:07 -0300571 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin";
Shawn Guo9daaf312011-10-17 08:42:17 +0800572 };
573
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100574 cspi: cspi@83fc0000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800575 #address-cells = <1>;
576 #size-cells = <0>;
577 compatible = "fsl,imx51-cspi", "fsl,imx35-cspi";
578 reg = <0x83fc0000 0x4000>;
579 interrupts = <38>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200580 clocks = <&clks 55>, <&clks 0>;
581 clock-names = "ipg", "per";
Shawn Guo9daaf312011-10-17 08:42:17 +0800582 status = "disabled";
583 };
584
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100585 i2c2: i2c@83fc4000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800586 #address-cells = <1>;
587 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800588 compatible = "fsl,imx51-i2c", "fsl,imx21-i2c";
Shawn Guo9daaf312011-10-17 08:42:17 +0800589 reg = <0x83fc4000 0x4000>;
590 interrupts = <63>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200591 clocks = <&clks 35>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800592 status = "disabled";
593 };
594
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100595 i2c1: i2c@83fc8000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800596 #address-cells = <1>;
597 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800598 compatible = "fsl,imx51-i2c", "fsl,imx21-i2c";
Shawn Guo9daaf312011-10-17 08:42:17 +0800599 reg = <0x83fc8000 0x4000>;
600 interrupts = <62>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200601 clocks = <&clks 34>;
Shawn Guo9daaf312011-10-17 08:42:17 +0800602 status = "disabled";
603 };
604
Shawn Guoa15d9f82012-05-11 13:08:46 +0800605 ssi1: ssi@83fcc000 {
606 compatible = "fsl,imx51-ssi", "fsl,imx21-ssi";
607 reg = <0x83fcc000 0x4000>;
608 interrupts = <29>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200609 clocks = <&clks 48>;
Shawn Guoa15d9f82012-05-11 13:08:46 +0800610 fsl,fifo-depth = <15>;
611 fsl,ssi-dma-events = <29 28 27 26>; /* TX0 RX0 TX1 RX1 */
612 status = "disabled";
613 };
614
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100615 audmux: audmux@83fd0000 {
Shawn Guoa15d9f82012-05-11 13:08:46 +0800616 compatible = "fsl,imx51-audmux", "fsl,imx31-audmux";
617 reg = <0x83fd0000 0x4000>;
618 status = "disabled";
619 };
620
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100621 nfc: nand@83fdb000 {
Sascha Hauer75453a02012-06-06 12:33:16 +0200622 compatible = "fsl,imx51-nand";
623 reg = <0x83fdb000 0x1000 0xcfff0000 0x10000>;
624 interrupts = <8>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200625 clocks = <&clks 60>;
Sascha Hauer75453a02012-06-06 12:33:16 +0200626 status = "disabled";
627 };
628
Shawn Guoa15d9f82012-05-11 13:08:46 +0800629 ssi3: ssi@83fe8000 {
630 compatible = "fsl,imx51-ssi", "fsl,imx21-ssi";
631 reg = <0x83fe8000 0x4000>;
632 interrupts = <96>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200633 clocks = <&clks 50>;
Shawn Guoa15d9f82012-05-11 13:08:46 +0800634 fsl,fifo-depth = <15>;
635 fsl,ssi-dma-events = <47 46 37 35>; /* TX0 RX0 TX1 RX1 */
636 status = "disabled";
637 };
638
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100639 fec: ethernet@83fec000 {
Shawn Guo9daaf312011-10-17 08:42:17 +0800640 compatible = "fsl,imx51-fec", "fsl,imx27-fec";
641 reg = <0x83fec000 0x4000>;
642 interrupts = <87>;
Fabio Estevamf40f38d2012-11-21 13:43:05 -0200643 clocks = <&clks 42>, <&clks 42>, <&clks 42>;
644 clock-names = "ipg", "ahb", "ptp";
Shawn Guo9daaf312011-10-17 08:42:17 +0800645 status = "disabled";
646 };
647 };
648 };
649};