blob: f604a44a5c66c7225333e7c8abe17dd6d1a7623a [file] [log] [blame]
Shawn Guo7d740f82011-09-06 13:53:26 +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 Guo7d740f82011-09-06 13:53:26 +080029 };
30
31 cpus {
32 #address-cells = <1>;
33 #size-cells = <0>;
34
35 cpu@0 {
36 compatible = "arm,cortex-a9";
37 reg = <0>;
38 next-level-cache = <&L2>;
39 };
40
41 cpu@1 {
42 compatible = "arm,cortex-a9";
43 reg = <1>;
44 next-level-cache = <&L2>;
45 };
46
47 cpu@2 {
48 compatible = "arm,cortex-a9";
49 reg = <2>;
50 next-level-cache = <&L2>;
51 };
52
53 cpu@3 {
54 compatible = "arm,cortex-a9";
55 reg = <3>;
56 next-level-cache = <&L2>;
57 };
58 };
59
60 intc: interrupt-controller@00a01000 {
61 compatible = "arm,cortex-a9-gic";
62 #interrupt-cells = <3>;
63 #address-cells = <1>;
64 #size-cells = <1>;
65 interrupt-controller;
66 reg = <0x00a01000 0x1000>,
67 <0x00a00100 0x100>;
68 };
69
70 clocks {
71 #address-cells = <1>;
72 #size-cells = <0>;
73
74 ckil {
75 compatible = "fsl,imx-ckil", "fixed-clock";
76 clock-frequency = <32768>;
77 };
78
79 ckih1 {
80 compatible = "fsl,imx-ckih1", "fixed-clock";
81 clock-frequency = <0>;
82 };
83
84 osc {
85 compatible = "fsl,imx-osc", "fixed-clock";
86 clock-frequency = <24000000>;
87 };
88 };
89
90 soc {
91 #address-cells = <1>;
92 #size-cells = <1>;
93 compatible = "simple-bus";
94 interrupt-parent = <&intc>;
95 ranges;
96
Huang Shijiee5d0f9f2012-06-06 21:22:57 -040097 dma-apbh@00110000 {
98 compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
99 reg = <0x00110000 0x2000>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800100 clocks = <&clks 106>;
Huang Shijiee5d0f9f2012-06-06 21:22:57 -0400101 };
102
Huang Shijiecf922fa2012-07-01 23:38:46 -0400103 gpmi-nand@00112000 {
Shawn Guo0e87e042012-08-22 21:36:28 +0800104 compatible = "fsl,imx6q-gpmi-nand";
105 #address-cells = <1>;
106 #size-cells = <1>;
107 reg = <0x00112000 0x2000>, <0x00114000 0x2000>;
108 reg-names = "gpmi-nand", "bch";
109 interrupts = <0 13 0x04>, <0 15 0x04>;
110 interrupt-names = "gpmi-dma", "bch";
111 clocks = <&clks 152>, <&clks 153>, <&clks 151>,
112 <&clks 150>, <&clks 149>;
113 clock-names = "gpmi_io", "gpmi_apb", "gpmi_bch",
114 "gpmi_bch_apb", "per1_bch";
115 fsl,gpmi-dma-channel = <0>;
116 status = "disabled";
Huang Shijiecf922fa2012-07-01 23:38:46 -0400117 };
118
Shawn Guo7d740f82011-09-06 13:53:26 +0800119 timer@00a00600 {
Marc Zyngier58458e02012-01-10 19:44:19 +0000120 compatible = "arm,cortex-a9-twd-timer";
121 reg = <0x00a00600 0x20>;
122 interrupts = <1 13 0xf01>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800123 };
124
125 L2: l2-cache@00a02000 {
126 compatible = "arm,pl310-cache";
127 reg = <0x00a02000 0x1000>;
128 interrupts = <0 92 0x04>;
129 cache-unified;
130 cache-level = <2>;
131 };
132
133 aips-bus@02000000 { /* AIPS1 */
134 compatible = "fsl,aips-bus", "simple-bus";
135 #address-cells = <1>;
136 #size-cells = <1>;
137 reg = <0x02000000 0x100000>;
138 ranges;
139
140 spba-bus@02000000 {
141 compatible = "fsl,spba-bus", "simple-bus";
142 #address-cells = <1>;
143 #size-cells = <1>;
144 reg = <0x02000000 0x40000>;
145 ranges;
146
147 spdif@02004000 {
148 reg = <0x02004000 0x4000>;
149 interrupts = <0 52 0x04>;
150 };
151
152 ecspi@02008000 { /* eCSPI1 */
153 #address-cells = <1>;
154 #size-cells = <0>;
155 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
156 reg = <0x02008000 0x4000>;
157 interrupts = <0 31 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800158 clocks = <&clks 112>, <&clks 112>;
159 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800160 status = "disabled";
161 };
162
163 ecspi@0200c000 { /* eCSPI2 */
164 #address-cells = <1>;
165 #size-cells = <0>;
166 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
167 reg = <0x0200c000 0x4000>;
168 interrupts = <0 32 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800169 clocks = <&clks 113>, <&clks 113>;
170 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800171 status = "disabled";
172 };
173
174 ecspi@02010000 { /* eCSPI3 */
175 #address-cells = <1>;
176 #size-cells = <0>;
177 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
178 reg = <0x02010000 0x4000>;
179 interrupts = <0 33 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800180 clocks = <&clks 114>, <&clks 114>;
181 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800182 status = "disabled";
183 };
184
185 ecspi@02014000 { /* eCSPI4 */
186 #address-cells = <1>;
187 #size-cells = <0>;
188 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
189 reg = <0x02014000 0x4000>;
190 interrupts = <0 34 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800191 clocks = <&clks 115>, <&clks 115>;
192 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800193 status = "disabled";
194 };
195
196 ecspi@02018000 { /* eCSPI5 */
197 #address-cells = <1>;
198 #size-cells = <0>;
199 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
200 reg = <0x02018000 0x4000>;
201 interrupts = <0 35 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800202 clocks = <&clks 116>, <&clks 116>;
203 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800204 status = "disabled";
205 };
206
Shawn Guo0c456cf2012-04-02 14:39:26 +0800207 uart1: serial@02020000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800208 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
209 reg = <0x02020000 0x4000>;
210 interrupts = <0 26 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800211 clocks = <&clks 160>, <&clks 161>;
212 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800213 status = "disabled";
214 };
215
216 esai@02024000 {
217 reg = <0x02024000 0x4000>;
218 interrupts = <0 51 0x04>;
219 };
220
Richard Zhaob1a5da82012-05-02 10:29:10 +0800221 ssi1: ssi@02028000 {
222 compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800223 reg = <0x02028000 0x4000>;
224 interrupts = <0 46 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800225 clocks = <&clks 178>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800226 fsl,fifo-depth = <15>;
227 fsl,ssi-dma-events = <38 37>;
228 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800229 };
230
Richard Zhaob1a5da82012-05-02 10:29:10 +0800231 ssi2: ssi@0202c000 {
232 compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800233 reg = <0x0202c000 0x4000>;
234 interrupts = <0 47 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800235 clocks = <&clks 179>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800236 fsl,fifo-depth = <15>;
237 fsl,ssi-dma-events = <42 41>;
238 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800239 };
240
Richard Zhaob1a5da82012-05-02 10:29:10 +0800241 ssi3: ssi@02030000 {
242 compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800243 reg = <0x02030000 0x4000>;
244 interrupts = <0 48 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800245 clocks = <&clks 180>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800246 fsl,fifo-depth = <15>;
247 fsl,ssi-dma-events = <46 45>;
248 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800249 };
250
251 asrc@02034000 {
252 reg = <0x02034000 0x4000>;
253 interrupts = <0 50 0x04>;
254 };
255
256 spba@0203c000 {
257 reg = <0x0203c000 0x4000>;
258 };
259 };
260
261 vpu@02040000 {
262 reg = <0x02040000 0x3c000>;
263 interrupts = <0 3 0x04 0 12 0x04>;
264 };
265
266 aipstz@0207c000 { /* AIPSTZ1 */
267 reg = <0x0207c000 0x4000>;
268 };
269
270 pwm@02080000 { /* PWM1 */
271 reg = <0x02080000 0x4000>;
272 interrupts = <0 83 0x04>;
273 };
274
275 pwm@02084000 { /* PWM2 */
276 reg = <0x02084000 0x4000>;
277 interrupts = <0 84 0x04>;
278 };
279
280 pwm@02088000 { /* PWM3 */
281 reg = <0x02088000 0x4000>;
282 interrupts = <0 85 0x04>;
283 };
284
285 pwm@0208c000 { /* PWM4 */
286 reg = <0x0208c000 0x4000>;
287 interrupts = <0 86 0x04>;
288 };
289
290 flexcan@02090000 { /* CAN1 */
291 reg = <0x02090000 0x4000>;
292 interrupts = <0 110 0x04>;
293 };
294
295 flexcan@02094000 { /* CAN2 */
296 reg = <0x02094000 0x4000>;
297 interrupts = <0 111 0x04>;
298 };
299
300 gpt@02098000 {
301 compatible = "fsl,imx6q-gpt";
302 reg = <0x02098000 0x4000>;
303 interrupts = <0 55 0x04>;
304 };
305
Richard Zhao4d191862011-12-14 09:26:44 +0800306 gpio1: gpio@0209c000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200307 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800308 reg = <0x0209c000 0x4000>;
309 interrupts = <0 66 0x04 0 67 0x04>;
310 gpio-controller;
311 #gpio-cells = <2>;
312 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800313 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800314 };
315
Richard Zhao4d191862011-12-14 09:26:44 +0800316 gpio2: gpio@020a0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200317 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800318 reg = <0x020a0000 0x4000>;
319 interrupts = <0 68 0x04 0 69 0x04>;
320 gpio-controller;
321 #gpio-cells = <2>;
322 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800323 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800324 };
325
Richard Zhao4d191862011-12-14 09:26:44 +0800326 gpio3: gpio@020a4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200327 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800328 reg = <0x020a4000 0x4000>;
329 interrupts = <0 70 0x04 0 71 0x04>;
330 gpio-controller;
331 #gpio-cells = <2>;
332 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800333 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800334 };
335
Richard Zhao4d191862011-12-14 09:26:44 +0800336 gpio4: gpio@020a8000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200337 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800338 reg = <0x020a8000 0x4000>;
339 interrupts = <0 72 0x04 0 73 0x04>;
340 gpio-controller;
341 #gpio-cells = <2>;
342 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800343 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800344 };
345
Richard Zhao4d191862011-12-14 09:26:44 +0800346 gpio5: gpio@020ac000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200347 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800348 reg = <0x020ac000 0x4000>;
349 interrupts = <0 74 0x04 0 75 0x04>;
350 gpio-controller;
351 #gpio-cells = <2>;
352 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800353 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800354 };
355
Richard Zhao4d191862011-12-14 09:26:44 +0800356 gpio6: gpio@020b0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200357 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800358 reg = <0x020b0000 0x4000>;
359 interrupts = <0 76 0x04 0 77 0x04>;
360 gpio-controller;
361 #gpio-cells = <2>;
362 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800363 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800364 };
365
Richard Zhao4d191862011-12-14 09:26:44 +0800366 gpio7: gpio@020b4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200367 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800368 reg = <0x020b4000 0x4000>;
369 interrupts = <0 78 0x04 0 79 0x04>;
370 gpio-controller;
371 #gpio-cells = <2>;
372 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800373 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800374 };
375
376 kpp@020b8000 {
377 reg = <0x020b8000 0x4000>;
378 interrupts = <0 82 0x04>;
379 };
380
381 wdog@020bc000 { /* WDOG1 */
382 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
383 reg = <0x020bc000 0x4000>;
384 interrupts = <0 80 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800385 clocks = <&clks 0>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800386 };
387
388 wdog@020c0000 { /* WDOG2 */
389 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
390 reg = <0x020c0000 0x4000>;
391 interrupts = <0 81 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800392 clocks = <&clks 0>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800393 status = "disabled";
394 };
395
Shawn Guo0e87e042012-08-22 21:36:28 +0800396 clks: ccm@020c4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800397 compatible = "fsl,imx6q-ccm";
398 reg = <0x020c4000 0x4000>;
399 interrupts = <0 87 0x04 0 88 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800400 #clock-cells = <1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800401 };
402
Dong Aishengbaa64152012-09-05 10:57:15 +0800403 anatop: anatop@020c8000 {
404 compatible = "fsl,imx6q-anatop", "syscon", "simple-bus";
Shawn Guo7d740f82011-09-06 13:53:26 +0800405 reg = <0x020c8000 0x1000>;
406 interrupts = <0 49 0x04 0 54 0x04 0 127 0x04>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800407
408 regulator-1p1@110 {
409 compatible = "fsl,anatop-regulator";
410 regulator-name = "vdd1p1";
411 regulator-min-microvolt = <800000>;
412 regulator-max-microvolt = <1375000>;
413 regulator-always-on;
414 anatop-reg-offset = <0x110>;
415 anatop-vol-bit-shift = <8>;
416 anatop-vol-bit-width = <5>;
417 anatop-min-bit-val = <4>;
418 anatop-min-voltage = <800000>;
419 anatop-max-voltage = <1375000>;
420 };
421
422 regulator-3p0@120 {
423 compatible = "fsl,anatop-regulator";
424 regulator-name = "vdd3p0";
425 regulator-min-microvolt = <2800000>;
426 regulator-max-microvolt = <3150000>;
427 regulator-always-on;
428 anatop-reg-offset = <0x120>;
429 anatop-vol-bit-shift = <8>;
430 anatop-vol-bit-width = <5>;
431 anatop-min-bit-val = <0>;
432 anatop-min-voltage = <2625000>;
433 anatop-max-voltage = <3400000>;
434 };
435
436 regulator-2p5@130 {
437 compatible = "fsl,anatop-regulator";
438 regulator-name = "vdd2p5";
439 regulator-min-microvolt = <2000000>;
440 regulator-max-microvolt = <2750000>;
441 regulator-always-on;
442 anatop-reg-offset = <0x130>;
443 anatop-vol-bit-shift = <8>;
444 anatop-vol-bit-width = <5>;
445 anatop-min-bit-val = <0>;
446 anatop-min-voltage = <2000000>;
447 anatop-max-voltage = <2750000>;
448 };
449
450 regulator-vddcore@140 {
451 compatible = "fsl,anatop-regulator";
452 regulator-name = "cpu";
453 regulator-min-microvolt = <725000>;
454 regulator-max-microvolt = <1450000>;
455 regulator-always-on;
456 anatop-reg-offset = <0x140>;
457 anatop-vol-bit-shift = <0>;
458 anatop-vol-bit-width = <5>;
459 anatop-min-bit-val = <1>;
460 anatop-min-voltage = <725000>;
461 anatop-max-voltage = <1450000>;
462 };
463
464 regulator-vddpu@140 {
465 compatible = "fsl,anatop-regulator";
466 regulator-name = "vddpu";
467 regulator-min-microvolt = <725000>;
468 regulator-max-microvolt = <1450000>;
469 regulator-always-on;
470 anatop-reg-offset = <0x140>;
471 anatop-vol-bit-shift = <9>;
472 anatop-vol-bit-width = <5>;
473 anatop-min-bit-val = <1>;
474 anatop-min-voltage = <725000>;
475 anatop-max-voltage = <1450000>;
476 };
477
478 regulator-vddsoc@140 {
479 compatible = "fsl,anatop-regulator";
480 regulator-name = "vddsoc";
481 regulator-min-microvolt = <725000>;
482 regulator-max-microvolt = <1450000>;
483 regulator-always-on;
484 anatop-reg-offset = <0x140>;
485 anatop-vol-bit-shift = <18>;
486 anatop-vol-bit-width = <5>;
487 anatop-min-bit-val = <1>;
488 anatop-min-voltage = <725000>;
489 anatop-max-voltage = <1450000>;
490 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800491 };
492
Richard Zhao74bd88f2012-07-12 14:21:41 +0800493 usbphy1: usbphy@020c9000 {
494 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800495 reg = <0x020c9000 0x1000>;
496 interrupts = <0 44 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800497 clocks = <&clks 182>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800498 };
499
Richard Zhao74bd88f2012-07-12 14:21:41 +0800500 usbphy2: usbphy@020ca000 {
501 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800502 reg = <0x020ca000 0x1000>;
503 interrupts = <0 45 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800504 clocks = <&clks 183>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800505 };
506
507 snvs@020cc000 {
508 reg = <0x020cc000 0x4000>;
509 interrupts = <0 19 0x04 0 20 0x04>;
510 };
511
512 epit@020d0000 { /* EPIT1 */
513 reg = <0x020d0000 0x4000>;
514 interrupts = <0 56 0x04>;
515 };
516
517 epit@020d4000 { /* EPIT2 */
518 reg = <0x020d4000 0x4000>;
519 interrupts = <0 57 0x04>;
520 };
521
522 src@020d8000 {
523 compatible = "fsl,imx6q-src";
524 reg = <0x020d8000 0x4000>;
525 interrupts = <0 91 0x04 0 96 0x04>;
526 };
527
528 gpc@020dc000 {
529 compatible = "fsl,imx6q-gpc";
530 reg = <0x020dc000 0x4000>;
531 interrupts = <0 89 0x04 0 90 0x04>;
532 };
533
Dong Aishengdf37e0c2012-09-05 10:57:14 +0800534 gpr: iomuxc-gpr@020e0000 {
535 compatible = "fsl,imx6q-iomuxc-gpr", "syscon";
536 reg = <0x020e0000 0x38>;
537 };
538
Shawn Guo7d740f82011-09-06 13:53:26 +0800539 iomuxc@020e0000 {
Dong Aisheng551fd202012-05-11 14:58:00 +0800540 compatible = "fsl,imx6q-iomuxc";
Shawn Guo7d740f82011-09-06 13:53:26 +0800541 reg = <0x020e0000 0x4000>;
Dong Aisheng551fd202012-05-11 14:58:00 +0800542
543 /* shared pinctrl settings */
Richard Zhao5ca65c12012-05-09 11:21:11 +0800544 audmux {
545 pinctrl_audmux_1: audmux-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800546 fsl,pins = <
547 18 0x80000000 /* MX6Q_PAD_SD2_DAT0__AUDMUX_AUD4_RXD */
548 1586 0x80000000 /* MX6Q_PAD_SD2_DAT3__AUDMUX_AUD4_TXC */
549 11 0x80000000 /* MX6Q_PAD_SD2_DAT2__AUDMUX_AUD4_TXD */
550 3 0x80000000 /* MX6Q_PAD_SD2_DAT1__AUDMUX_AUD4_TXFS */
551 >;
Richard Zhao5ca65c12012-05-09 11:21:11 +0800552 };
553 };
554
Shawn Guo52ccd492012-08-11 11:17:42 +0800555 ecspi1 {
556 pinctrl_ecspi1_1: ecspi1grp-1 {
557 fsl,pins = <
558 101 0x100b1 /* MX6Q_PAD_EIM_D17__ECSPI1_MISO */
559 109 0x100b1 /* MX6Q_PAD_EIM_D18__ECSPI1_MOSI */
560 94 0x100b1 /* MX6Q_PAD_EIM_D16__ECSPI1_SCLK */
561 >;
562 };
563 };
564
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800565 enet {
566 pinctrl_enet_1: enetgrp-1 {
567 fsl,pins = <
568 695 0x1b0b0 /* MX6Q_PAD_ENET_MDIO__ENET_MDIO */
569 756 0x1b0b0 /* MX6Q_PAD_ENET_MDC__ENET_MDC */
570 24 0x1b0b0 /* MX6Q_PAD_RGMII_TXC__ENET_RGMII_TXC */
571 30 0x1b0b0 /* MX6Q_PAD_RGMII_TD0__ENET_RGMII_TD0 */
572 34 0x1b0b0 /* MX6Q_PAD_RGMII_TD1__ENET_RGMII_TD1 */
573 39 0x1b0b0 /* MX6Q_PAD_RGMII_TD2__ENET_RGMII_TD2 */
574 44 0x1b0b0 /* MX6Q_PAD_RGMII_TD3__ENET_RGMII_TD3 */
575 56 0x1b0b0 /* MX6Q_PAD_RGMII_TX_CTL__RGMII_TX_CTL */
576 702 0x1b0b0 /* MX6Q_PAD_ENET_REF_CLK__ENET_TX_CLK */
577 74 0x1b0b0 /* MX6Q_PAD_RGMII_RXC__ENET_RGMII_RXC */
578 52 0x1b0b0 /* MX6Q_PAD_RGMII_RD0__ENET_RGMII_RD0 */
579 61 0x1b0b0 /* MX6Q_PAD_RGMII_RD1__ENET_RGMII_RD1 */
580 66 0x1b0b0 /* MX6Q_PAD_RGMII_RD2__ENET_RGMII_RD2 */
581 70 0x1b0b0 /* MX6Q_PAD_RGMII_RD3__ENET_RGMII_RD3 */
582 48 0x1b0b0 /* MX6Q_PAD_RGMII_RX_CTL__RGMII_RX_CTL */
583 >;
584 };
Shawn Guo9e3c0062012-08-11 12:49:11 +0800585
586 pinctrl_enet_2: enetgrp-2 {
587 fsl,pins = <
588 890 0x1b0b0 /* MX6Q_PAD_KEY_COL1__ENET_MDIO */
589 909 0x1b0b0 /* MX6Q_PAD_KEY_COL2__ENET_MDC */
590 24 0x1b0b0 /* MX6Q_PAD_RGMII_TXC__ENET_RGMII_TXC */
591 30 0x1b0b0 /* MX6Q_PAD_RGMII_TD0__ENET_RGMII_TD0 */
592 34 0x1b0b0 /* MX6Q_PAD_RGMII_TD1__ENET_RGMII_TD1 */
593 39 0x1b0b0 /* MX6Q_PAD_RGMII_TD2__ENET_RGMII_TD2 */
594 44 0x1b0b0 /* MX6Q_PAD_RGMII_TD3__ENET_RGMII_TD3 */
595 56 0x1b0b0 /* MX6Q_PAD_RGMII_TX_CTL__RGMII_TX_CTL */
596 702 0x1b0b0 /* MX6Q_PAD_ENET_REF_CLK__ENET_TX_CLK */
597 74 0x1b0b0 /* MX6Q_PAD_RGMII_RXC__ENET_RGMII_RXC */
598 52 0x1b0b0 /* MX6Q_PAD_RGMII_RD0__ENET_RGMII_RD0 */
599 61 0x1b0b0 /* MX6Q_PAD_RGMII_RD1__ENET_RGMII_RD1 */
600 66 0x1b0b0 /* MX6Q_PAD_RGMII_RD2__ENET_RGMII_RD2 */
601 70 0x1b0b0 /* MX6Q_PAD_RGMII_RD3__ENET_RGMII_RD3 */
602 48 0x1b0b0 /* MX6Q_PAD_RGMII_RX_CTL__RGMII_RX_CTL */
603 >;
604 };
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800605 };
606
Huang Shijiecf922fa2012-07-01 23:38:46 -0400607 gpmi-nand {
608 pinctrl_gpmi_nand_1: gpmi-nand-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800609 fsl,pins = <
610 1328 0xb0b1 /* MX6Q_PAD_NANDF_CLE__RAWNAND_CLE */
611 1336 0xb0b1 /* MX6Q_PAD_NANDF_ALE__RAWNAND_ALE */
612 1344 0xb0b1 /* MX6Q_PAD_NANDF_WP_B__RAWNAND_RESETN */
613 1352 0xb000 /* MX6Q_PAD_NANDF_RB0__RAWNAND_READY0 */
614 1360 0xb0b1 /* MX6Q_PAD_NANDF_CS0__RAWNAND_CE0N */
615 1365 0xb0b1 /* MX6Q_PAD_NANDF_CS1__RAWNAND_CE1N */
616 1371 0xb0b1 /* MX6Q_PAD_NANDF_CS2__RAWNAND_CE2N */
617 1378 0xb0b1 /* MX6Q_PAD_NANDF_CS3__RAWNAND_CE3N */
618 1387 0xb0b1 /* MX6Q_PAD_SD4_CMD__RAWNAND_RDN */
619 1393 0xb0b1 /* MX6Q_PAD_SD4_CLK__RAWNAND_WRN */
620 1397 0xb0b1 /* MX6Q_PAD_NANDF_D0__RAWNAND_D0 */
621 1405 0xb0b1 /* MX6Q_PAD_NANDF_D1__RAWNAND_D1 */
622 1413 0xb0b1 /* MX6Q_PAD_NANDF_D2__RAWNAND_D2 */
623 1421 0xb0b1 /* MX6Q_PAD_NANDF_D3__RAWNAND_D3 */
624 1429 0xb0b1 /* MX6Q_PAD_NANDF_D4__RAWNAND_D4 */
625 1437 0xb0b1 /* MX6Q_PAD_NANDF_D5__RAWNAND_D5 */
626 1445 0xb0b1 /* MX6Q_PAD_NANDF_D6__RAWNAND_D6 */
627 1453 0xb0b1 /* MX6Q_PAD_NANDF_D7__RAWNAND_D7 */
628 1463 0x00b1 /* MX6Q_PAD_SD4_DAT0__RAWNAND_DQS */
629 >;
Huang Shijiecf922fa2012-07-01 23:38:46 -0400630 };
631 };
632
Richard Zhaod99a79f2012-05-09 10:47:20 +0800633 i2c1 {
634 pinctrl_i2c1_1: i2c1grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800635 fsl,pins = <
636 137 0x4001b8b1 /* MX6Q_PAD_EIM_D21__I2C1_SCL */
637 196 0x4001b8b1 /* MX6Q_PAD_EIM_D28__I2C1_SDA */
638 >;
Richard Zhaod99a79f2012-05-09 10:47:20 +0800639 };
640 };
641
Shawn Guo497ae172012-08-11 22:06:26 +0800642 uart1 {
643 pinctrl_uart1_1: uart1grp-1 {
644 fsl,pins = <
645 1140 0x1b0b1 /* MX6Q_PAD_CSI0_DAT10__UART1_TXD */
646 1148 0x1b0b1 /* MX6Q_PAD_CSI0_DAT11__UART1_RXD */
647 >;
648 };
649 };
650
Shawn Guoe30ba892012-08-11 12:33:51 +0800651 uart2 {
652 pinctrl_uart2_1: uart2grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800653 fsl,pins = <
654 183 0x1b0b1 /* MX6Q_PAD_EIM_D26__UART2_TXD */
655 191 0x1b0b1 /* MX6Q_PAD_EIM_D27__UART2_RXD */
656 >;
Richard Zhaoc3001b22012-05-09 14:44:47 +0800657 };
658 };
659
Shawn Guo9e3c0062012-08-11 12:49:11 +0800660 uart4 {
661 pinctrl_uart4_1: uart4grp-1 {
662 fsl,pins = <
663 877 0x1b0b1 /* MX6Q_PAD_KEY_COL0__UART4_TXD */
664 885 0x1b0b1 /* MX6Q_PAD_KEY_ROW0__UART4_RXD */
665 >;
666 };
667 };
668
Richard Zhao97a53092012-09-19 11:25:16 +0800669 usbotg {
670 pinctrl_usbotg_1: usbotggrp-1 {
671 fsl,pins = <
672 1592 0x17059 /* MX6Q_PAD_GPIO_1__ANATOP_USBOTG_ID */
673 >;
674 };
675 };
676
Shawn Guo497ae172012-08-11 22:06:26 +0800677 usdhc2 {
678 pinctrl_usdhc2_1: usdhc2grp-1 {
679 fsl,pins = <
680 1577 0x17059 /* MX6Q_PAD_SD2_CMD__USDHC2_CMD */
681 1569 0x10059 /* MX6Q_PAD_SD2_CLK__USDHC2_CLK */
682 16 0x17059 /* MX6Q_PAD_SD2_DAT0__USDHC2_DAT0 */
683 0 0x17059 /* MX6Q_PAD_SD2_DAT1__USDHC2_DAT1 */
684 8 0x17059 /* MX6Q_PAD_SD2_DAT2__USDHC2_DAT2 */
685 1583 0x17059 /* MX6Q_PAD_SD2_DAT3__USDHC2_DAT3 */
686 1430 0x17059 /* MX6Q_PAD_NANDF_D4__USDHC2_DAT4 */
687 1438 0x17059 /* MX6Q_PAD_NANDF_D5__USDHC2_DAT5 */
688 1446 0x17059 /* MX6Q_PAD_NANDF_D6__USDHC2_DAT6 */
689 1454 0x17059 /* MX6Q_PAD_NANDF_D7__USDHC2_DAT7 */
690 >;
691 };
692 };
693
Dong Aisheng551fd202012-05-11 14:58:00 +0800694 usdhc3 {
695 pinctrl_usdhc3_1: usdhc3grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800696 fsl,pins = <
697 1273 0x17059 /* MX6Q_PAD_SD3_CMD__USDHC3_CMD */
698 1281 0x10059 /* MX6Q_PAD_SD3_CLK__USDHC3_CLK */
699 1289 0x17059 /* MX6Q_PAD_SD3_DAT0__USDHC3_DAT0 */
700 1297 0x17059 /* MX6Q_PAD_SD3_DAT1__USDHC3_DAT1 */
701 1305 0x17059 /* MX6Q_PAD_SD3_DAT2__USDHC3_DAT2 */
702 1312 0x17059 /* MX6Q_PAD_SD3_DAT3__USDHC3_DAT3 */
703 1265 0x17059 /* MX6Q_PAD_SD3_DAT4__USDHC3_DAT4 */
704 1257 0x17059 /* MX6Q_PAD_SD3_DAT5__USDHC3_DAT5 */
705 1249 0x17059 /* MX6Q_PAD_SD3_DAT6__USDHC3_DAT6 */
706 1241 0x17059 /* MX6Q_PAD_SD3_DAT7__USDHC3_DAT7 */
707 >;
Dong Aisheng551fd202012-05-11 14:58:00 +0800708 };
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800709
710 pinctrl_usdhc3_2: usdhc3grp-2 {
711 fsl,pins = <
712 1273 0x17059 /* MX6Q_PAD_SD3_CMD__USDHC3_CMD */
713 1281 0x10059 /* MX6Q_PAD_SD3_CLK__USDHC3_CLK */
714 1289 0x17059 /* MX6Q_PAD_SD3_DAT0__USDHC3_DAT0 */
715 1297 0x17059 /* MX6Q_PAD_SD3_DAT1__USDHC3_DAT1 */
716 1305 0x17059 /* MX6Q_PAD_SD3_DAT2__USDHC3_DAT2 */
717 1312 0x17059 /* MX6Q_PAD_SD3_DAT3__USDHC3_DAT3 */
718 >;
719 };
Dong Aisheng551fd202012-05-11 14:58:00 +0800720 };
721
722 usdhc4 {
723 pinctrl_usdhc4_1: usdhc4grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800724 fsl,pins = <
725 1386 0x17059 /* MX6Q_PAD_SD4_CMD__USDHC4_CMD */
726 1392 0x10059 /* MX6Q_PAD_SD4_CLK__USDHC4_CLK */
727 1462 0x17059 /* MX6Q_PAD_SD4_DAT0__USDHC4_DAT0 */
728 1470 0x17059 /* MX6Q_PAD_SD4_DAT1__USDHC4_DAT1 */
729 1478 0x17059 /* MX6Q_PAD_SD4_DAT2__USDHC4_DAT2 */
730 1486 0x17059 /* MX6Q_PAD_SD4_DAT3__USDHC4_DAT3 */
731 1493 0x17059 /* MX6Q_PAD_SD4_DAT4__USDHC4_DAT4 */
732 1501 0x17059 /* MX6Q_PAD_SD4_DAT5__USDHC4_DAT5 */
733 1509 0x17059 /* MX6Q_PAD_SD4_DAT6__USDHC4_DAT6 */
734 1517 0x17059 /* MX6Q_PAD_SD4_DAT7__USDHC4_DAT7 */
735 >;
Dong Aisheng551fd202012-05-11 14:58:00 +0800736 };
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800737
738 pinctrl_usdhc4_2: usdhc4grp-2 {
739 fsl,pins = <
740 1386 0x17059 /* MX6Q_PAD_SD4_CMD__USDHC4_CMD */
741 1392 0x10059 /* MX6Q_PAD_SD4_CLK__USDHC4_CLK */
742 1462 0x17059 /* MX6Q_PAD_SD4_DAT0__USDHC4_DAT0 */
743 1470 0x17059 /* MX6Q_PAD_SD4_DAT1__USDHC4_DAT1 */
744 1478 0x17059 /* MX6Q_PAD_SD4_DAT2__USDHC4_DAT2 */
745 1486 0x17059 /* MX6Q_PAD_SD4_DAT3__USDHC4_DAT3 */
746 >;
747 };
Dong Aisheng551fd202012-05-11 14:58:00 +0800748 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800749 };
750
751 dcic@020e4000 { /* DCIC1 */
752 reg = <0x020e4000 0x4000>;
753 interrupts = <0 124 0x04>;
754 };
755
756 dcic@020e8000 { /* DCIC2 */
757 reg = <0x020e8000 0x4000>;
758 interrupts = <0 125 0x04>;
759 };
760
761 sdma@020ec000 {
762 compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
763 reg = <0x020ec000 0x4000>;
764 interrupts = <0 2 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800765 clocks = <&clks 155>, <&clks 155>;
766 clock-names = "ipg", "ahb";
767 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q-to1.bin";
Shawn Guo7d740f82011-09-06 13:53:26 +0800768 };
769 };
770
771 aips-bus@02100000 { /* AIPS2 */
772 compatible = "fsl,aips-bus", "simple-bus";
773 #address-cells = <1>;
774 #size-cells = <1>;
775 reg = <0x02100000 0x100000>;
776 ranges;
777
778 caam@02100000 {
779 reg = <0x02100000 0x40000>;
780 interrupts = <0 105 0x04 0 106 0x04>;
781 };
782
783 aipstz@0217c000 { /* AIPSTZ2 */
784 reg = <0x0217c000 0x4000>;
785 };
786
Richard Zhao74bd88f2012-07-12 14:21:41 +0800787 usb@02184000 { /* USB OTG */
788 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
789 reg = <0x02184000 0x200>;
790 interrupts = <0 43 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800791 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800792 fsl,usbphy = <&usbphy1>;
Richard Zhao28342c62012-09-14 14:42:45 +0800793 fsl,usbmisc = <&usbmisc 0>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800794 status = "disabled";
795 };
796
797 usb@02184200 { /* USB1 */
798 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
799 reg = <0x02184200 0x200>;
800 interrupts = <0 40 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800801 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800802 fsl,usbphy = <&usbphy2>;
Richard Zhao28342c62012-09-14 14:42:45 +0800803 fsl,usbmisc = <&usbmisc 1>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800804 status = "disabled";
805 };
806
807 usb@02184400 { /* USB2 */
808 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
809 reg = <0x02184400 0x200>;
810 interrupts = <0 41 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800811 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800812 fsl,usbmisc = <&usbmisc 2>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800813 status = "disabled";
814 };
815
816 usb@02184600 { /* USB3 */
817 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
818 reg = <0x02184600 0x200>;
819 interrupts = <0 42 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800820 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800821 fsl,usbmisc = <&usbmisc 3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800822 status = "disabled";
823 };
824
Richard Zhao28342c62012-09-14 14:42:45 +0800825 usbmisc: usbmisc@02184800 {
826 #index-cells = <1>;
827 compatible = "fsl,imx6q-usbmisc";
828 reg = <0x02184800 0x200>;
829 clocks = <&clks 162>;
830 };
831
Shawn Guo0c456cf2012-04-02 14:39:26 +0800832 ethernet@02188000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800833 compatible = "fsl,imx6q-fec";
834 reg = <0x02188000 0x4000>;
835 interrupts = <0 118 0x04 0 119 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800836 clocks = <&clks 117>, <&clks 117>;
837 clock-names = "ipg", "ahb";
Shawn Guo7d740f82011-09-06 13:53:26 +0800838 status = "disabled";
839 };
840
841 mlb@0218c000 {
842 reg = <0x0218c000 0x4000>;
843 interrupts = <0 53 0x04 0 117 0x04 0 126 0x04>;
844 };
845
846 usdhc@02190000 { /* uSDHC1 */
847 compatible = "fsl,imx6q-usdhc";
848 reg = <0x02190000 0x4000>;
849 interrupts = <0 22 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800850 clocks = <&clks 163>, <&clks 163>, <&clks 163>;
851 clock-names = "ipg", "ahb", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800852 status = "disabled";
853 };
854
855 usdhc@02194000 { /* uSDHC2 */
856 compatible = "fsl,imx6q-usdhc";
857 reg = <0x02194000 0x4000>;
858 interrupts = <0 23 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800859 clocks = <&clks 164>, <&clks 164>, <&clks 164>;
860 clock-names = "ipg", "ahb", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800861 status = "disabled";
862 };
863
864 usdhc@02198000 { /* uSDHC3 */
865 compatible = "fsl,imx6q-usdhc";
866 reg = <0x02198000 0x4000>;
867 interrupts = <0 24 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800868 clocks = <&clks 165>, <&clks 165>, <&clks 165>;
869 clock-names = "ipg", "ahb", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800870 status = "disabled";
871 };
872
873 usdhc@0219c000 { /* uSDHC4 */
874 compatible = "fsl,imx6q-usdhc";
875 reg = <0x0219c000 0x4000>;
876 interrupts = <0 25 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800877 clocks = <&clks 166>, <&clks 166>, <&clks 166>;
878 clock-names = "ipg", "ahb", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800879 status = "disabled";
880 };
881
882 i2c@021a0000 { /* I2C1 */
883 #address-cells = <1>;
884 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800885 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800886 reg = <0x021a0000 0x4000>;
887 interrupts = <0 36 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800888 clocks = <&clks 125>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800889 status = "disabled";
890 };
891
892 i2c@021a4000 { /* I2C2 */
893 #address-cells = <1>;
894 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800895 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800896 reg = <0x021a4000 0x4000>;
897 interrupts = <0 37 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800898 clocks = <&clks 126>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800899 status = "disabled";
900 };
901
902 i2c@021a8000 { /* I2C3 */
903 #address-cells = <1>;
904 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800905 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800906 reg = <0x021a8000 0x4000>;
907 interrupts = <0 38 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800908 clocks = <&clks 127>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800909 status = "disabled";
910 };
911
912 romcp@021ac000 {
913 reg = <0x021ac000 0x4000>;
914 };
915
916 mmdc@021b0000 { /* MMDC0 */
917 compatible = "fsl,imx6q-mmdc";
918 reg = <0x021b0000 0x4000>;
919 };
920
921 mmdc@021b4000 { /* MMDC1 */
922 reg = <0x021b4000 0x4000>;
923 };
924
925 weim@021b8000 {
926 reg = <0x021b8000 0x4000>;
927 interrupts = <0 14 0x04>;
928 };
929
930 ocotp@021bc000 {
931 reg = <0x021bc000 0x4000>;
932 };
933
934 ocotp@021c0000 {
935 reg = <0x021c0000 0x4000>;
936 interrupts = <0 21 0x04>;
937 };
938
939 tzasc@021d0000 { /* TZASC1 */
940 reg = <0x021d0000 0x4000>;
941 interrupts = <0 108 0x04>;
942 };
943
944 tzasc@021d4000 { /* TZASC2 */
945 reg = <0x021d4000 0x4000>;
946 interrupts = <0 109 0x04>;
947 };
948
949 audmux@021d8000 {
Richard Zhaof965cd52012-05-02 10:32:26 +0800950 compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
Shawn Guo7d740f82011-09-06 13:53:26 +0800951 reg = <0x021d8000 0x4000>;
Richard Zhaof965cd52012-05-02 10:32:26 +0800952 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800953 };
954
955 mipi@021dc000 { /* MIPI-CSI */
956 reg = <0x021dc000 0x4000>;
957 };
958
959 mipi@021e0000 { /* MIPI-DSI */
960 reg = <0x021e0000 0x4000>;
961 };
962
963 vdoa@021e4000 {
964 reg = <0x021e4000 0x4000>;
965 interrupts = <0 18 0x04>;
966 };
967
Shawn Guo0c456cf2012-04-02 14:39:26 +0800968 uart2: serial@021e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800969 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
970 reg = <0x021e8000 0x4000>;
971 interrupts = <0 27 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800972 clocks = <&clks 160>, <&clks 161>;
973 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800974 status = "disabled";
975 };
976
Shawn Guo0c456cf2012-04-02 14:39:26 +0800977 uart3: serial@021ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800978 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
979 reg = <0x021ec000 0x4000>;
980 interrupts = <0 28 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800981 clocks = <&clks 160>, <&clks 161>;
982 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800983 status = "disabled";
984 };
985
Shawn Guo0c456cf2012-04-02 14:39:26 +0800986 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800987 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
988 reg = <0x021f0000 0x4000>;
989 interrupts = <0 29 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800990 clocks = <&clks 160>, <&clks 161>;
991 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800992 status = "disabled";
993 };
994
Shawn Guo0c456cf2012-04-02 14:39:26 +0800995 uart5: serial@021f4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800996 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
997 reg = <0x021f4000 0x4000>;
998 interrupts = <0 30 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800999 clocks = <&clks 160>, <&clks 161>;
1000 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +08001001 status = "disabled";
1002 };
1003 };
1004 };
1005};