blob: 669c1d02b0aa8ece94fadfb23282c84156feb52a [file] [log] [blame]
Dong Aishengbc3a59c2012-03-31 21:26:57 +08001/*
2 * Copyright 2012 Freescale Semiconductor, Inc.
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/include/ "skeleton.dtsi"
13
14/ {
15 interrupt-parent = <&icoll>;
16
Shawn Guoce4c6f92012-05-04 14:32:35 +080017 aliases {
18 gpio0 = &gpio0;
19 gpio1 = &gpio1;
20 gpio2 = &gpio2;
21 gpio3 = &gpio3;
22 gpio4 = &gpio4;
Shawn Guo530f1d42012-05-10 15:03:16 +080023 saif0 = &saif0;
24 saif1 = &saif1;
Fabio Estevam80d969e2012-06-15 12:35:56 -030025 serial0 = &auart0;
26 serial1 = &auart1;
27 serial2 = &auart2;
28 serial3 = &auart3;
29 serial4 = &auart4;
Shawn Guoce4c6f92012-05-04 14:32:35 +080030 };
31
Dong Aishengbc3a59c2012-03-31 21:26:57 +080032 cpus {
33 cpu@0 {
34 compatible = "arm,arm926ejs";
35 };
36 };
37
38 apb@80000000 {
39 compatible = "simple-bus";
40 #address-cells = <1>;
41 #size-cells = <1>;
42 reg = <0x80000000 0x80000>;
43 ranges;
44
45 apbh@80000000 {
46 compatible = "simple-bus";
47 #address-cells = <1>;
48 #size-cells = <1>;
49 reg = <0x80000000 0x3c900>;
50 ranges;
51
52 icoll: interrupt-controller@80000000 {
53 compatible = "fsl,imx28-icoll", "fsl,mxs-icoll";
54 interrupt-controller;
55 #interrupt-cells = <1>;
56 reg = <0x80000000 0x2000>;
57 };
58
59 hsadc@80002000 {
60 reg = <0x80002000 2000>;
61 interrupts = <13 87>;
62 status = "disabled";
63 };
64
65 dma-apbh@80004000 {
Dong Aisheng84f35702012-05-04 20:12:19 +080066 compatible = "fsl,imx28-dma-apbh";
Dong Aishengbc3a59c2012-03-31 21:26:57 +080067 reg = <0x80004000 2000>;
Dong Aishengbc3a59c2012-03-31 21:26:57 +080068 };
69
70 perfmon@80006000 {
71 reg = <0x80006000 800>;
72 interrupts = <27>;
73 status = "disabled";
74 };
75
Huang Shijie7a8e5142012-05-25 17:25:35 +080076 gpmi-nand@8000c000 {
77 compatible = "fsl,imx28-gpmi-nand";
78 #address-cells = <1>;
79 #size-cells = <1>;
80 reg = <0x8000c000 2000>, <0x8000a000 2000>;
81 reg-names = "gpmi-nand", "bch";
82 interrupts = <88>, <41>;
83 interrupt-names = "gpmi-dma", "bch";
84 fsl,gpmi-dma-channel = <4>;
Dong Aishengbc3a59c2012-03-31 21:26:57 +080085 status = "disabled";
86 };
87
88 ssp0: ssp@80010000 {
89 reg = <0x80010000 2000>;
90 interrupts = <96 82>;
Shawn Guo35d23042012-05-06 16:33:34 +080091 fsl,ssp-dma-channel = <0>;
Dong Aishengbc3a59c2012-03-31 21:26:57 +080092 status = "disabled";
93 };
94
95 ssp1: ssp@80012000 {
96 reg = <0x80012000 2000>;
97 interrupts = <97 83>;
Shawn Guo35d23042012-05-06 16:33:34 +080098 fsl,ssp-dma-channel = <1>;
Dong Aishengbc3a59c2012-03-31 21:26:57 +080099 status = "disabled";
100 };
101
102 ssp2: ssp@80014000 {
103 reg = <0x80014000 2000>;
104 interrupts = <98 84>;
Shawn Guo35d23042012-05-06 16:33:34 +0800105 fsl,ssp-dma-channel = <2>;
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800106 status = "disabled";
107 };
108
109 ssp3: ssp@80016000 {
110 reg = <0x80016000 2000>;
111 interrupts = <99 85>;
Shawn Guo35d23042012-05-06 16:33:34 +0800112 fsl,ssp-dma-channel = <3>;
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800113 status = "disabled";
114 };
115
116 pinctrl@80018000 {
117 #address-cells = <1>;
118 #size-cells = <0>;
Shawn Guoce4c6f92012-05-04 14:32:35 +0800119 compatible = "fsl,imx28-pinctrl", "simple-bus";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800120 reg = <0x80018000 2000>;
121
Shawn Guoce4c6f92012-05-04 14:32:35 +0800122 gpio0: gpio@0 {
123 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
124 interrupts = <127>;
125 gpio-controller;
126 #gpio-cells = <2>;
127 interrupt-controller;
128 #interrupt-cells = <2>;
129 };
130
131 gpio1: gpio@1 {
132 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
133 interrupts = <126>;
134 gpio-controller;
135 #gpio-cells = <2>;
136 interrupt-controller;
137 #interrupt-cells = <2>;
138 };
139
140 gpio2: gpio@2 {
141 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
142 interrupts = <125>;
143 gpio-controller;
144 #gpio-cells = <2>;
145 interrupt-controller;
146 #interrupt-cells = <2>;
147 };
148
149 gpio3: gpio@3 {
150 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
151 interrupts = <124>;
152 gpio-controller;
153 #gpio-cells = <2>;
154 interrupt-controller;
155 #interrupt-cells = <2>;
156 };
157
158 gpio4: gpio@4 {
159 compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
160 interrupts = <123>;
161 gpio-controller;
162 #gpio-cells = <2>;
163 interrupt-controller;
164 #interrupt-cells = <2>;
165 };
166
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800167 duart_pins_a: duart@0 {
168 reg = <0>;
Shawn Guof14da762012-06-28 11:44:57 +0800169 fsl,pinmux-ids = <
170 0x3102 /* MX28_PAD_PWM0__DUART_RX */
171 0x3112 /* MX28_PAD_PWM1__DUART_TX */
172 >;
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800173 fsl,drive-strength = <0>;
174 fsl,voltage = <1>;
175 fsl,pull-up = <0>;
176 };
177
Maxime Ripard8385e7c2012-06-27 10:18:11 +0200178 duart_pins_b: duart@1 {
179 reg = <1>;
Shawn Guof14da762012-06-28 11:44:57 +0800180 fsl,pinmux-ids = <
181 0x3022 /* MX28_PAD_AUART0_CTS__DUART_RX */
182 0x3032 /* MX28_PAD_AUART0_RTS__DUART_TX */
183 >;
Maxime Ripard8385e7c2012-06-27 10:18:11 +0200184 fsl,drive-strength = <0>;
185 fsl,voltage = <1>;
186 fsl,pull-up = <0>;
187 };
188
Huang Shijie7a8e5142012-05-25 17:25:35 +0800189 gpmi_pins_a: gpmi-nand@0 {
190 reg = <0>;
Shawn Guof14da762012-06-28 11:44:57 +0800191 fsl,pinmux-ids = <
192 0x0000 /* MX28_PAD_GPMI_D00__GPMI_D0 */
193 0x0010 /* MX28_PAD_GPMI_D01__GPMI_D1 */
194 0x0020 /* MX28_PAD_GPMI_D02__GPMI_D2 */
195 0x0030 /* MX28_PAD_GPMI_D03__GPMI_D3 */
196 0x0040 /* MX28_PAD_GPMI_D04__GPMI_D4 */
197 0x0050 /* MX28_PAD_GPMI_D05__GPMI_D5 */
198 0x0060 /* MX28_PAD_GPMI_D06__GPMI_D6 */
199 0x0070 /* MX28_PAD_GPMI_D07__GPMI_D7 */
200 0x0100 /* MX28_PAD_GPMI_CE0N__GPMI_CE0N */
201 0x0110 /* MX28_PAD_GPMI_CE1N__GPMI_CE1N */
202 0x0140 /* MX28_PAD_GPMI_RDY0__GPMI_READY0 */
203 0x0150 /* MX28_PAD_GPMI_RDY1__GPMI_READY1 */
204 0x0180 /* MX28_PAD_GPMI_RDN__GPMI_RDN */
205 0x0190 /* MX28_PAD_GPMI_WRN__GPMI_WRN */
206 0x01a0 /* MX28_PAD_GPMI_ALE__GPMI_ALE */
207 0x01b0 /* MX28_PAD_GPMI_CLE__GPMI_CLE */
208 0x01c0 /* MX28_PAD_GPMI_RESETN__GPMI_RESETN */
209 >;
Huang Shijie7a8e5142012-05-25 17:25:35 +0800210 fsl,drive-strength = <0>;
211 fsl,voltage = <1>;
212 fsl,pull-up = <0>;
213 };
214
215 gpmi_status_cfg: gpmi-status-cfg {
Shawn Guof14da762012-06-28 11:44:57 +0800216 fsl,pinmux-ids = <
217 0x0180 /* MX28_PAD_GPMI_RDN__GPMI_RDN */
218 0x0190 /* MX28_PAD_GPMI_WRN__GPMI_WRN */
219 0x01c0 /* MX28_PAD_GPMI_RESETN__GPMI_RESETN */
220 >;
Huang Shijie7a8e5142012-05-25 17:25:35 +0800221 fsl,drive-strength = <2>;
222 };
223
Fabio Estevam80d969e2012-06-15 12:35:56 -0300224 auart0_pins_a: auart0@0 {
225 reg = <0>;
Shawn Guof14da762012-06-28 11:44:57 +0800226 fsl,pinmux-ids = <
227 0x3000 /* MX28_PAD_AUART0_RX__AUART0_RX */
228 0x3010 /* MX28_PAD_AUART0_TX__AUART0_TX */
229 0x3020 /* MX28_PAD_AUART0_CTS__AUART0_CTS */
230 0x3030 /* MX28_PAD_AUART0_RTS__AUART0_RTS */
231 >;
Fabio Estevam80d969e2012-06-15 12:35:56 -0300232 fsl,drive-strength = <0>;
233 fsl,voltage = <1>;
234 fsl,pull-up = <0>;
235 };
236
237 auart3_pins_a: auart3@0 {
238 reg = <0>;
Shawn Guof14da762012-06-28 11:44:57 +0800239 fsl,pinmux-ids = <
240 0x30c0 /* MX28_PAD_AUART3_RX__AUART3_RX */
241 0x30d0 /* MX28_PAD_AUART3_TX__AUART3_TX */
242 0x30e0 /* MX28_PAD_AUART3_CTS__AUART3_CTS */
243 0x30f0 /* MX28_PAD_AUART3_RTS__AUART3_RTS */
244 >;
Fabio Estevam80d969e2012-06-15 12:35:56 -0300245 fsl,drive-strength = <0>;
246 fsl,voltage = <1>;
247 fsl,pull-up = <0>;
248 };
249
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800250 mac0_pins_a: mac0@0 {
251 reg = <0>;
Shawn Guof14da762012-06-28 11:44:57 +0800252 fsl,pinmux-ids = <
253 0x4000 /* MX28_PAD_ENET0_MDC__ENET0_MDC */
254 0x4010 /* MX28_PAD_ENET0_MDIO__ENET0_MDIO */
255 0x4020 /* MX28_PAD_ENET0_RX_EN__ENET0_RX_EN */
256 0x4030 /* MX28_PAD_ENET0_RXD0__ENET0_RXD0 */
257 0x4040 /* MX28_PAD_ENET0_RXD1__ENET0_RXD1 */
258 0x4060 /* MX28_PAD_ENET0_TX_EN__ENET0_TX_EN */
259 0x4070 /* MX28_PAD_ENET0_TXD0__ENET0_TXD0 */
260 0x4080 /* MX28_PAD_ENET0_TXD1__ENET0_TXD1 */
261 0x4100 /* MX28_PAD_ENET_CLK__CLKCTRL_ENET */
262 >;
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800263 fsl,drive-strength = <1>;
264 fsl,voltage = <1>;
265 fsl,pull-up = <1>;
266 };
267
268 mac1_pins_a: mac1@0 {
269 reg = <0>;
Shawn Guof14da762012-06-28 11:44:57 +0800270 fsl,pinmux-ids = <
271 0x40f1 /* MX28_PAD_ENET0_CRS__ENET1_RX_EN */
272 0x4091 /* MX28_PAD_ENET0_RXD2__ENET1_RXD0 */
273 0x40a1 /* MX28_PAD_ENET0_RXD3__ENET1_RXD1 */
274 0x40e1 /* MX28_PAD_ENET0_COL__ENET1_TX_EN */
275 0x40b1 /* MX28_PAD_ENET0_TXD2__ENET1_TXD0 */
276 0x40c1 /* MX28_PAD_ENET0_TXD3__ENET1_TXD1 */
277 >;
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800278 fsl,drive-strength = <1>;
279 fsl,voltage = <1>;
280 fsl,pull-up = <1>;
281 };
Shawn Guo35d23042012-05-06 16:33:34 +0800282
283 mmc0_8bit_pins_a: mmc0-8bit@0 {
284 reg = <0>;
Shawn Guof14da762012-06-28 11:44:57 +0800285 fsl,pinmux-ids = <
286 0x2000 /* MX28_PAD_SSP0_DATA0__SSP0_D0 */
287 0x2010 /* MX28_PAD_SSP0_DATA1__SSP0_D1 */
288 0x2020 /* MX28_PAD_SSP0_DATA2__SSP0_D2 */
289 0x2030 /* MX28_PAD_SSP0_DATA3__SSP0_D3 */
290 0x2040 /* MX28_PAD_SSP0_DATA4__SSP0_D4 */
291 0x2050 /* MX28_PAD_SSP0_DATA5__SSP0_D5 */
292 0x2060 /* MX28_PAD_SSP0_DATA6__SSP0_D6 */
293 0x2070 /* MX28_PAD_SSP0_DATA7__SSP0_D7 */
294 0x2080 /* MX28_PAD_SSP0_CMD__SSP0_CMD */
295 0x2090 /* MX28_PAD_SSP0_DETECT__SSP0_CARD_DETECT */
296 0x20a0 /* MX28_PAD_SSP0_SCK__SSP0_SCK */
297 >;
Shawn Guo35d23042012-05-06 16:33:34 +0800298 fsl,drive-strength = <1>;
299 fsl,voltage = <1>;
300 fsl,pull-up = <1>;
301 };
302
Maxime Ripard8385e7c2012-06-27 10:18:11 +0200303 mmc0_4bit_pins_a: mmc0-4bit@0 {
304 reg = <0>;
Shawn Guof14da762012-06-28 11:44:57 +0800305 fsl,pinmux-ids = <
306 0x2000 /* MX28_PAD_SSP0_DATA0__SSP0_D0 */
307 0x2010 /* MX28_PAD_SSP0_DATA1__SSP0_D1 */
308 0x2020 /* MX28_PAD_SSP0_DATA2__SSP0_D2 */
309 0x2030 /* MX28_PAD_SSP0_DATA3__SSP0_D3 */
310 0x2080 /* MX28_PAD_SSP0_CMD__SSP0_CMD */
311 0x2090 /* MX28_PAD_SSP0_DETECT__SSP0_CARD_DETECT */
312 0x20a0 /* MX28_PAD_SSP0_SCK__SSP0_SCK */
313 >;
Maxime Ripard8385e7c2012-06-27 10:18:11 +0200314 fsl,drive-strength = <1>;
315 fsl,voltage = <1>;
316 fsl,pull-up = <1>;
317 };
318
Shawn Guo35d23042012-05-06 16:33:34 +0800319 mmc0_cd_cfg: mmc0-cd-cfg {
Shawn Guof14da762012-06-28 11:44:57 +0800320 fsl,pinmux-ids = <
321 0x2090 /* MX28_PAD_SSP0_DETECT__SSP0_CARD_DETECT */
322 >;
Shawn Guo35d23042012-05-06 16:33:34 +0800323 fsl,pull-up = <0>;
324 };
325
326 mmc0_sck_cfg: mmc0-sck-cfg {
Shawn Guof14da762012-06-28 11:44:57 +0800327 fsl,pinmux-ids = <
328 0x20a0 /* MX28_PAD_SSP0_SCK__SSP0_SCK */
329 >;
Shawn Guo35d23042012-05-06 16:33:34 +0800330 fsl,drive-strength = <2>;
331 fsl,pull-up = <0>;
332 };
Shawn Guo2a96e392012-05-10 15:02:10 +0800333
334 i2c0_pins_a: i2c0@0 {
335 reg = <0>;
Shawn Guof14da762012-06-28 11:44:57 +0800336 fsl,pinmux-ids = <
337 0x3180 /* MX28_PAD_I2C0_SCL__I2C0_SCL */
338 0x3190 /* MX28_PAD_I2C0_SDA__I2C0_SDA */
339 >;
Shawn Guo2a96e392012-05-10 15:02:10 +0800340 fsl,drive-strength = <1>;
341 fsl,voltage = <1>;
342 fsl,pull-up = <1>;
343 };
Shawn Guo530f1d42012-05-10 15:03:16 +0800344
345 saif0_pins_a: saif0@0 {
346 reg = <0>;
Shawn Guof14da762012-06-28 11:44:57 +0800347 fsl,pinmux-ids = <
348 0x3140 /* MX28_PAD_SAIF0_MCLK__SAIF0_MCLK */
349 0x3150 /* MX28_PAD_SAIF0_LRCLK__SAIF0_LRCLK */
350 0x3160 /* MX28_PAD_SAIF0_BITCLK__SAIF0_BITCLK */
351 0x3170 /* MX28_PAD_SAIF0_SDATA0__SAIF0_SDATA0 */
352 >;
Shawn Guo530f1d42012-05-10 15:03:16 +0800353 fsl,drive-strength = <2>;
354 fsl,voltage = <1>;
355 fsl,pull-up = <1>;
356 };
357
358 saif1_pins_a: saif1@0 {
359 reg = <0>;
Shawn Guof14da762012-06-28 11:44:57 +0800360 fsl,pinmux-ids = <
361 0x31a0 /* MX28_PAD_SAIF1_SDATA0__SAIF1_SDATA0 */
362 >;
Shawn Guo530f1d42012-05-10 15:03:16 +0800363 fsl,drive-strength = <2>;
364 fsl,voltage = <1>;
365 fsl,pull-up = <1>;
366 };
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800367 };
368
369 digctl@8001c000 {
370 reg = <0x8001c000 2000>;
371 interrupts = <89>;
372 status = "disabled";
373 };
374
375 etm@80022000 {
376 reg = <0x80022000 2000>;
377 status = "disabled";
378 };
379
380 dma-apbx@80024000 {
Dong Aisheng84f35702012-05-04 20:12:19 +0800381 compatible = "fsl,imx28-dma-apbx";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800382 reg = <0x80024000 2000>;
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800383 };
384
385 dcp@80028000 {
386 reg = <0x80028000 2000>;
387 interrupts = <52 53 54>;
388 status = "disabled";
389 };
390
391 pxp@8002a000 {
392 reg = <0x8002a000 2000>;
393 interrupts = <39>;
394 status = "disabled";
395 };
396
397 ocotp@8002c000 {
398 reg = <0x8002c000 2000>;
399 status = "disabled";
400 };
401
402 axi-ahb@8002e000 {
403 reg = <0x8002e000 2000>;
404 status = "disabled";
405 };
406
407 lcdif@80030000 {
408 reg = <0x80030000 2000>;
409 interrupts = <38 86>;
410 status = "disabled";
411 };
412
413 can0: can@80032000 {
414 reg = <0x80032000 2000>;
415 interrupts = <8>;
416 status = "disabled";
417 };
418
419 can1: can@80034000 {
420 reg = <0x80034000 2000>;
421 interrupts = <9>;
422 status = "disabled";
423 };
424
425 simdbg@8003c000 {
426 reg = <0x8003c000 200>;
427 status = "disabled";
428 };
429
430 simgpmisel@8003c200 {
431 reg = <0x8003c200 100>;
432 status = "disabled";
433 };
434
435 simsspsel@8003c300 {
436 reg = <0x8003c300 100>;
437 status = "disabled";
438 };
439
440 simmemsel@8003c400 {
441 reg = <0x8003c400 100>;
442 status = "disabled";
443 };
444
445 gpiomon@8003c500 {
446 reg = <0x8003c500 100>;
447 status = "disabled";
448 };
449
450 simenet@8003c700 {
451 reg = <0x8003c700 100>;
452 status = "disabled";
453 };
454
455 armjtag@8003c800 {
456 reg = <0x8003c800 100>;
457 status = "disabled";
458 };
459 };
460
461 apbx@80040000 {
462 compatible = "simple-bus";
463 #address-cells = <1>;
464 #size-cells = <1>;
465 reg = <0x80040000 0x40000>;
466 ranges;
467
468 clkctl@80040000 {
469 reg = <0x80040000 2000>;
470 status = "disabled";
471 };
472
473 saif0: saif@80042000 {
Shawn Guo530f1d42012-05-10 15:03:16 +0800474 compatible = "fsl,imx28-saif";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800475 reg = <0x80042000 2000>;
476 interrupts = <59 80>;
Shawn Guo530f1d42012-05-10 15:03:16 +0800477 fsl,saif-dma-channel = <4>;
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800478 status = "disabled";
479 };
480
481 power@80044000 {
482 reg = <0x80044000 2000>;
483 status = "disabled";
484 };
485
486 saif1: saif@80046000 {
Shawn Guo530f1d42012-05-10 15:03:16 +0800487 compatible = "fsl,imx28-saif";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800488 reg = <0x80046000 2000>;
489 interrupts = <58 81>;
Shawn Guo530f1d42012-05-10 15:03:16 +0800490 fsl,saif-dma-channel = <5>;
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800491 status = "disabled";
492 };
493
494 lradc@80050000 {
495 reg = <0x80050000 2000>;
496 status = "disabled";
497 };
498
499 spdif@80054000 {
500 reg = <0x80054000 2000>;
501 interrupts = <45 66>;
502 status = "disabled";
503 };
504
505 rtc@80056000 {
Shawn Guof98c9902012-06-28 11:45:05 +0800506 compatible = "fsl,imx28-rtc", "fsl,stmp3xxx-rtc";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800507 reg = <0x80056000 2000>;
Shawn Guof98c9902012-06-28 11:45:05 +0800508 interrupts = <29>;
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800509 };
510
511 i2c0: i2c@80058000 {
Shawn Guo2a96e392012-05-10 15:02:10 +0800512 #address-cells = <1>;
513 #size-cells = <0>;
514 compatible = "fsl,imx28-i2c";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800515 reg = <0x80058000 2000>;
516 interrupts = <111 68>;
517 status = "disabled";
518 };
519
520 i2c1: i2c@8005a000 {
Shawn Guo2a96e392012-05-10 15:02:10 +0800521 #address-cells = <1>;
522 #size-cells = <0>;
523 compatible = "fsl,imx28-i2c";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800524 reg = <0x8005a000 2000>;
525 interrupts = <110 69>;
526 status = "disabled";
527 };
528
529 pwm@80064000 {
530 reg = <0x80064000 2000>;
531 status = "disabled";
532 };
533
534 timrot@80068000 {
535 reg = <0x80068000 2000>;
536 status = "disabled";
537 };
538
539 auart0: serial@8006a000 {
Fabio Estevam80d969e2012-06-15 12:35:56 -0300540 compatible = "fsl,imx28-auart", "fsl,imx23-auart";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800541 reg = <0x8006a000 0x2000>;
542 interrupts = <112 70 71>;
543 status = "disabled";
544 };
545
546 auart1: serial@8006c000 {
Fabio Estevam80d969e2012-06-15 12:35:56 -0300547 compatible = "fsl,imx28-auart", "fsl,imx23-auart";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800548 reg = <0x8006c000 0x2000>;
549 interrupts = <113 72 73>;
550 status = "disabled";
551 };
552
553 auart2: serial@8006e000 {
Fabio Estevam80d969e2012-06-15 12:35:56 -0300554 compatible = "fsl,imx28-auart", "fsl,imx23-auart";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800555 reg = <0x8006e000 0x2000>;
556 interrupts = <114 74 75>;
557 status = "disabled";
558 };
559
560 auart3: serial@80070000 {
Fabio Estevam80d969e2012-06-15 12:35:56 -0300561 compatible = "fsl,imx28-auart", "fsl,imx23-auart";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800562 reg = <0x80070000 0x2000>;
563 interrupts = <115 76 77>;
564 status = "disabled";
565 };
566
567 auart4: serial@80072000 {
Fabio Estevam80d969e2012-06-15 12:35:56 -0300568 compatible = "fsl,imx28-auart", "fsl,imx23-auart";
Dong Aishengbc3a59c2012-03-31 21:26:57 +0800569 reg = <0x80072000 0x2000>;
570 interrupts = <116 78 79>;
571 status = "disabled";
572 };
573
574 duart: serial@80074000 {
575 compatible = "arm,pl011", "arm,primecell";
576 reg = <0x80074000 0x1000>;
577 interrupts = <47>;
578 status = "disabled";
579 };
580
581 usbphy0: usbphy@8007c000 {
582 reg = <0x8007c000 0x2000>;
583 status = "disabled";
584 };
585
586 usbphy1: usbphy@8007e000 {
587 reg = <0x8007e000 0x2000>;
588 status = "disabled";
589 };
590 };
591 };
592
593 ahb@80080000 {
594 compatible = "simple-bus";
595 #address-cells = <1>;
596 #size-cells = <1>;
597 reg = <0x80080000 0x80000>;
598 ranges;
599
600 usbctrl0: usbctrl@80080000 {
601 reg = <0x80080000 0x10000>;
602 status = "disabled";
603 };
604
605 usbctrl1: usbctrl@80090000 {
606 reg = <0x80090000 0x10000>;
607 status = "disabled";
608 };
609
610 dflpt@800c0000 {
611 reg = <0x800c0000 0x10000>;
612 status = "disabled";
613 };
614
615 mac0: ethernet@800f0000 {
616 compatible = "fsl,imx28-fec";
617 reg = <0x800f0000 0x4000>;
618 interrupts = <101>;
619 status = "disabled";
620 };
621
622 mac1: ethernet@800f4000 {
623 compatible = "fsl,imx28-fec";
624 reg = <0x800f4000 0x4000>;
625 interrupts = <102>;
626 status = "disabled";
627 };
628
629 switch@800f8000 {
630 reg = <0x800f8000 0x8000>;
631 status = "disabled";
632 };
633
634 };
635};