blob: b40c0ddd2648f99588a9ad56dd24172ea4f1886c [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
403 anatop@020c8000 {
404 compatible = "fsl,imx6q-anatop";
405 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
534 iomuxc@020e0000 {
Dong Aisheng551fd202012-05-11 14:58:00 +0800535 compatible = "fsl,imx6q-iomuxc";
Shawn Guo7d740f82011-09-06 13:53:26 +0800536 reg = <0x020e0000 0x4000>;
Dong Aisheng551fd202012-05-11 14:58:00 +0800537
538 /* shared pinctrl settings */
Richard Zhao5ca65c12012-05-09 11:21:11 +0800539 audmux {
540 pinctrl_audmux_1: audmux-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800541 fsl,pins = <
542 18 0x80000000 /* MX6Q_PAD_SD2_DAT0__AUDMUX_AUD4_RXD */
543 1586 0x80000000 /* MX6Q_PAD_SD2_DAT3__AUDMUX_AUD4_TXC */
544 11 0x80000000 /* MX6Q_PAD_SD2_DAT2__AUDMUX_AUD4_TXD */
545 3 0x80000000 /* MX6Q_PAD_SD2_DAT1__AUDMUX_AUD4_TXFS */
546 >;
Richard Zhao5ca65c12012-05-09 11:21:11 +0800547 };
548 };
549
Shawn Guo52ccd492012-08-11 11:17:42 +0800550 ecspi1 {
551 pinctrl_ecspi1_1: ecspi1grp-1 {
552 fsl,pins = <
553 101 0x100b1 /* MX6Q_PAD_EIM_D17__ECSPI1_MISO */
554 109 0x100b1 /* MX6Q_PAD_EIM_D18__ECSPI1_MOSI */
555 94 0x100b1 /* MX6Q_PAD_EIM_D16__ECSPI1_SCLK */
556 >;
557 };
558 };
559
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800560 enet {
561 pinctrl_enet_1: enetgrp-1 {
562 fsl,pins = <
563 695 0x1b0b0 /* MX6Q_PAD_ENET_MDIO__ENET_MDIO */
564 756 0x1b0b0 /* MX6Q_PAD_ENET_MDC__ENET_MDC */
565 24 0x1b0b0 /* MX6Q_PAD_RGMII_TXC__ENET_RGMII_TXC */
566 30 0x1b0b0 /* MX6Q_PAD_RGMII_TD0__ENET_RGMII_TD0 */
567 34 0x1b0b0 /* MX6Q_PAD_RGMII_TD1__ENET_RGMII_TD1 */
568 39 0x1b0b0 /* MX6Q_PAD_RGMII_TD2__ENET_RGMII_TD2 */
569 44 0x1b0b0 /* MX6Q_PAD_RGMII_TD3__ENET_RGMII_TD3 */
570 56 0x1b0b0 /* MX6Q_PAD_RGMII_TX_CTL__RGMII_TX_CTL */
571 702 0x1b0b0 /* MX6Q_PAD_ENET_REF_CLK__ENET_TX_CLK */
572 74 0x1b0b0 /* MX6Q_PAD_RGMII_RXC__ENET_RGMII_RXC */
573 52 0x1b0b0 /* MX6Q_PAD_RGMII_RD0__ENET_RGMII_RD0 */
574 61 0x1b0b0 /* MX6Q_PAD_RGMII_RD1__ENET_RGMII_RD1 */
575 66 0x1b0b0 /* MX6Q_PAD_RGMII_RD2__ENET_RGMII_RD2 */
576 70 0x1b0b0 /* MX6Q_PAD_RGMII_RD3__ENET_RGMII_RD3 */
577 48 0x1b0b0 /* MX6Q_PAD_RGMII_RX_CTL__RGMII_RX_CTL */
578 >;
579 };
Shawn Guo9e3c0062012-08-11 12:49:11 +0800580
581 pinctrl_enet_2: enetgrp-2 {
582 fsl,pins = <
583 890 0x1b0b0 /* MX6Q_PAD_KEY_COL1__ENET_MDIO */
584 909 0x1b0b0 /* MX6Q_PAD_KEY_COL2__ENET_MDC */
585 24 0x1b0b0 /* MX6Q_PAD_RGMII_TXC__ENET_RGMII_TXC */
586 30 0x1b0b0 /* MX6Q_PAD_RGMII_TD0__ENET_RGMII_TD0 */
587 34 0x1b0b0 /* MX6Q_PAD_RGMII_TD1__ENET_RGMII_TD1 */
588 39 0x1b0b0 /* MX6Q_PAD_RGMII_TD2__ENET_RGMII_TD2 */
589 44 0x1b0b0 /* MX6Q_PAD_RGMII_TD3__ENET_RGMII_TD3 */
590 56 0x1b0b0 /* MX6Q_PAD_RGMII_TX_CTL__RGMII_TX_CTL */
591 702 0x1b0b0 /* MX6Q_PAD_ENET_REF_CLK__ENET_TX_CLK */
592 74 0x1b0b0 /* MX6Q_PAD_RGMII_RXC__ENET_RGMII_RXC */
593 52 0x1b0b0 /* MX6Q_PAD_RGMII_RD0__ENET_RGMII_RD0 */
594 61 0x1b0b0 /* MX6Q_PAD_RGMII_RD1__ENET_RGMII_RD1 */
595 66 0x1b0b0 /* MX6Q_PAD_RGMII_RD2__ENET_RGMII_RD2 */
596 70 0x1b0b0 /* MX6Q_PAD_RGMII_RD3__ENET_RGMII_RD3 */
597 48 0x1b0b0 /* MX6Q_PAD_RGMII_RX_CTL__RGMII_RX_CTL */
598 >;
599 };
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800600 };
601
Huang Shijiecf922fa2012-07-01 23:38:46 -0400602 gpmi-nand {
603 pinctrl_gpmi_nand_1: gpmi-nand-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800604 fsl,pins = <
605 1328 0xb0b1 /* MX6Q_PAD_NANDF_CLE__RAWNAND_CLE */
606 1336 0xb0b1 /* MX6Q_PAD_NANDF_ALE__RAWNAND_ALE */
607 1344 0xb0b1 /* MX6Q_PAD_NANDF_WP_B__RAWNAND_RESETN */
608 1352 0xb000 /* MX6Q_PAD_NANDF_RB0__RAWNAND_READY0 */
609 1360 0xb0b1 /* MX6Q_PAD_NANDF_CS0__RAWNAND_CE0N */
610 1365 0xb0b1 /* MX6Q_PAD_NANDF_CS1__RAWNAND_CE1N */
611 1371 0xb0b1 /* MX6Q_PAD_NANDF_CS2__RAWNAND_CE2N */
612 1378 0xb0b1 /* MX6Q_PAD_NANDF_CS3__RAWNAND_CE3N */
613 1387 0xb0b1 /* MX6Q_PAD_SD4_CMD__RAWNAND_RDN */
614 1393 0xb0b1 /* MX6Q_PAD_SD4_CLK__RAWNAND_WRN */
615 1397 0xb0b1 /* MX6Q_PAD_NANDF_D0__RAWNAND_D0 */
616 1405 0xb0b1 /* MX6Q_PAD_NANDF_D1__RAWNAND_D1 */
617 1413 0xb0b1 /* MX6Q_PAD_NANDF_D2__RAWNAND_D2 */
618 1421 0xb0b1 /* MX6Q_PAD_NANDF_D3__RAWNAND_D3 */
619 1429 0xb0b1 /* MX6Q_PAD_NANDF_D4__RAWNAND_D4 */
620 1437 0xb0b1 /* MX6Q_PAD_NANDF_D5__RAWNAND_D5 */
621 1445 0xb0b1 /* MX6Q_PAD_NANDF_D6__RAWNAND_D6 */
622 1453 0xb0b1 /* MX6Q_PAD_NANDF_D7__RAWNAND_D7 */
623 1463 0x00b1 /* MX6Q_PAD_SD4_DAT0__RAWNAND_DQS */
624 >;
Huang Shijiecf922fa2012-07-01 23:38:46 -0400625 };
626 };
627
Richard Zhaod99a79f2012-05-09 10:47:20 +0800628 i2c1 {
629 pinctrl_i2c1_1: i2c1grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800630 fsl,pins = <
631 137 0x4001b8b1 /* MX6Q_PAD_EIM_D21__I2C1_SCL */
632 196 0x4001b8b1 /* MX6Q_PAD_EIM_D28__I2C1_SDA */
633 >;
Richard Zhaod99a79f2012-05-09 10:47:20 +0800634 };
635 };
636
Shawn Guo497ae172012-08-11 22:06:26 +0800637 uart1 {
638 pinctrl_uart1_1: uart1grp-1 {
639 fsl,pins = <
640 1140 0x1b0b1 /* MX6Q_PAD_CSI0_DAT10__UART1_TXD */
641 1148 0x1b0b1 /* MX6Q_PAD_CSI0_DAT11__UART1_RXD */
642 >;
643 };
644 };
645
Shawn Guoe30ba892012-08-11 12:33:51 +0800646 uart2 {
647 pinctrl_uart2_1: uart2grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800648 fsl,pins = <
649 183 0x1b0b1 /* MX6Q_PAD_EIM_D26__UART2_TXD */
650 191 0x1b0b1 /* MX6Q_PAD_EIM_D27__UART2_RXD */
651 >;
Richard Zhaoc3001b22012-05-09 14:44:47 +0800652 };
653 };
654
Shawn Guo9e3c0062012-08-11 12:49:11 +0800655 uart4 {
656 pinctrl_uart4_1: uart4grp-1 {
657 fsl,pins = <
658 877 0x1b0b1 /* MX6Q_PAD_KEY_COL0__UART4_TXD */
659 885 0x1b0b1 /* MX6Q_PAD_KEY_ROW0__UART4_RXD */
660 >;
661 };
662 };
663
Shawn Guo497ae172012-08-11 22:06:26 +0800664 usdhc2 {
665 pinctrl_usdhc2_1: usdhc2grp-1 {
666 fsl,pins = <
667 1577 0x17059 /* MX6Q_PAD_SD2_CMD__USDHC2_CMD */
668 1569 0x10059 /* MX6Q_PAD_SD2_CLK__USDHC2_CLK */
669 16 0x17059 /* MX6Q_PAD_SD2_DAT0__USDHC2_DAT0 */
670 0 0x17059 /* MX6Q_PAD_SD2_DAT1__USDHC2_DAT1 */
671 8 0x17059 /* MX6Q_PAD_SD2_DAT2__USDHC2_DAT2 */
672 1583 0x17059 /* MX6Q_PAD_SD2_DAT3__USDHC2_DAT3 */
673 1430 0x17059 /* MX6Q_PAD_NANDF_D4__USDHC2_DAT4 */
674 1438 0x17059 /* MX6Q_PAD_NANDF_D5__USDHC2_DAT5 */
675 1446 0x17059 /* MX6Q_PAD_NANDF_D6__USDHC2_DAT6 */
676 1454 0x17059 /* MX6Q_PAD_NANDF_D7__USDHC2_DAT7 */
677 >;
678 };
679 };
680
Dong Aisheng551fd202012-05-11 14:58:00 +0800681 usdhc3 {
682 pinctrl_usdhc3_1: usdhc3grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800683 fsl,pins = <
684 1273 0x17059 /* MX6Q_PAD_SD3_CMD__USDHC3_CMD */
685 1281 0x10059 /* MX6Q_PAD_SD3_CLK__USDHC3_CLK */
686 1289 0x17059 /* MX6Q_PAD_SD3_DAT0__USDHC3_DAT0 */
687 1297 0x17059 /* MX6Q_PAD_SD3_DAT1__USDHC3_DAT1 */
688 1305 0x17059 /* MX6Q_PAD_SD3_DAT2__USDHC3_DAT2 */
689 1312 0x17059 /* MX6Q_PAD_SD3_DAT3__USDHC3_DAT3 */
690 1265 0x17059 /* MX6Q_PAD_SD3_DAT4__USDHC3_DAT4 */
691 1257 0x17059 /* MX6Q_PAD_SD3_DAT5__USDHC3_DAT5 */
692 1249 0x17059 /* MX6Q_PAD_SD3_DAT6__USDHC3_DAT6 */
693 1241 0x17059 /* MX6Q_PAD_SD3_DAT7__USDHC3_DAT7 */
694 >;
Dong Aisheng551fd202012-05-11 14:58:00 +0800695 };
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800696
697 pinctrl_usdhc3_2: usdhc3grp-2 {
698 fsl,pins = <
699 1273 0x17059 /* MX6Q_PAD_SD3_CMD__USDHC3_CMD */
700 1281 0x10059 /* MX6Q_PAD_SD3_CLK__USDHC3_CLK */
701 1289 0x17059 /* MX6Q_PAD_SD3_DAT0__USDHC3_DAT0 */
702 1297 0x17059 /* MX6Q_PAD_SD3_DAT1__USDHC3_DAT1 */
703 1305 0x17059 /* MX6Q_PAD_SD3_DAT2__USDHC3_DAT2 */
704 1312 0x17059 /* MX6Q_PAD_SD3_DAT3__USDHC3_DAT3 */
705 >;
706 };
Dong Aisheng551fd202012-05-11 14:58:00 +0800707 };
708
709 usdhc4 {
710 pinctrl_usdhc4_1: usdhc4grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800711 fsl,pins = <
712 1386 0x17059 /* MX6Q_PAD_SD4_CMD__USDHC4_CMD */
713 1392 0x10059 /* MX6Q_PAD_SD4_CLK__USDHC4_CLK */
714 1462 0x17059 /* MX6Q_PAD_SD4_DAT0__USDHC4_DAT0 */
715 1470 0x17059 /* MX6Q_PAD_SD4_DAT1__USDHC4_DAT1 */
716 1478 0x17059 /* MX6Q_PAD_SD4_DAT2__USDHC4_DAT2 */
717 1486 0x17059 /* MX6Q_PAD_SD4_DAT3__USDHC4_DAT3 */
718 1493 0x17059 /* MX6Q_PAD_SD4_DAT4__USDHC4_DAT4 */
719 1501 0x17059 /* MX6Q_PAD_SD4_DAT5__USDHC4_DAT5 */
720 1509 0x17059 /* MX6Q_PAD_SD4_DAT6__USDHC4_DAT6 */
721 1517 0x17059 /* MX6Q_PAD_SD4_DAT7__USDHC4_DAT7 */
722 >;
Dong Aisheng551fd202012-05-11 14:58:00 +0800723 };
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800724
725 pinctrl_usdhc4_2: usdhc4grp-2 {
726 fsl,pins = <
727 1386 0x17059 /* MX6Q_PAD_SD4_CMD__USDHC4_CMD */
728 1392 0x10059 /* MX6Q_PAD_SD4_CLK__USDHC4_CLK */
729 1462 0x17059 /* MX6Q_PAD_SD4_DAT0__USDHC4_DAT0 */
730 1470 0x17059 /* MX6Q_PAD_SD4_DAT1__USDHC4_DAT1 */
731 1478 0x17059 /* MX6Q_PAD_SD4_DAT2__USDHC4_DAT2 */
732 1486 0x17059 /* MX6Q_PAD_SD4_DAT3__USDHC4_DAT3 */
733 >;
734 };
Dong Aisheng551fd202012-05-11 14:58:00 +0800735 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800736 };
737
738 dcic@020e4000 { /* DCIC1 */
739 reg = <0x020e4000 0x4000>;
740 interrupts = <0 124 0x04>;
741 };
742
743 dcic@020e8000 { /* DCIC2 */
744 reg = <0x020e8000 0x4000>;
745 interrupts = <0 125 0x04>;
746 };
747
748 sdma@020ec000 {
749 compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
750 reg = <0x020ec000 0x4000>;
751 interrupts = <0 2 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800752 clocks = <&clks 155>, <&clks 155>;
753 clock-names = "ipg", "ahb";
754 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q-to1.bin";
Shawn Guo7d740f82011-09-06 13:53:26 +0800755 };
756 };
757
758 aips-bus@02100000 { /* AIPS2 */
759 compatible = "fsl,aips-bus", "simple-bus";
760 #address-cells = <1>;
761 #size-cells = <1>;
762 reg = <0x02100000 0x100000>;
763 ranges;
764
765 caam@02100000 {
766 reg = <0x02100000 0x40000>;
767 interrupts = <0 105 0x04 0 106 0x04>;
768 };
769
770 aipstz@0217c000 { /* AIPSTZ2 */
771 reg = <0x0217c000 0x4000>;
772 };
773
Richard Zhao74bd88f2012-07-12 14:21:41 +0800774 usb@02184000 { /* USB OTG */
775 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
776 reg = <0x02184000 0x200>;
777 interrupts = <0 43 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800778 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800779 fsl,usbphy = <&usbphy1>;
Richard Zhao28342c62012-09-14 14:42:45 +0800780 fsl,usbmisc = <&usbmisc 0>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800781 status = "disabled";
782 };
783
784 usb@02184200 { /* USB1 */
785 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
786 reg = <0x02184200 0x200>;
787 interrupts = <0 40 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800788 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800789 fsl,usbphy = <&usbphy2>;
Richard Zhao28342c62012-09-14 14:42:45 +0800790 fsl,usbmisc = <&usbmisc 1>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800791 status = "disabled";
792 };
793
794 usb@02184400 { /* USB2 */
795 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
796 reg = <0x02184400 0x200>;
797 interrupts = <0 41 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800798 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800799 fsl,usbmisc = <&usbmisc 2>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800800 status = "disabled";
801 };
802
803 usb@02184600 { /* USB3 */
804 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
805 reg = <0x02184600 0x200>;
806 interrupts = <0 42 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800807 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800808 fsl,usbmisc = <&usbmisc 3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800809 status = "disabled";
810 };
811
Richard Zhao28342c62012-09-14 14:42:45 +0800812 usbmisc: usbmisc@02184800 {
813 #index-cells = <1>;
814 compatible = "fsl,imx6q-usbmisc";
815 reg = <0x02184800 0x200>;
816 clocks = <&clks 162>;
817 };
818
Shawn Guo0c456cf2012-04-02 14:39:26 +0800819 ethernet@02188000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800820 compatible = "fsl,imx6q-fec";
821 reg = <0x02188000 0x4000>;
822 interrupts = <0 118 0x04 0 119 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800823 clocks = <&clks 117>, <&clks 117>;
824 clock-names = "ipg", "ahb";
Shawn Guo7d740f82011-09-06 13:53:26 +0800825 status = "disabled";
826 };
827
828 mlb@0218c000 {
829 reg = <0x0218c000 0x4000>;
830 interrupts = <0 53 0x04 0 117 0x04 0 126 0x04>;
831 };
832
833 usdhc@02190000 { /* uSDHC1 */
834 compatible = "fsl,imx6q-usdhc";
835 reg = <0x02190000 0x4000>;
836 interrupts = <0 22 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800837 clocks = <&clks 163>, <&clks 163>, <&clks 163>;
838 clock-names = "ipg", "ahb", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800839 status = "disabled";
840 };
841
842 usdhc@02194000 { /* uSDHC2 */
843 compatible = "fsl,imx6q-usdhc";
844 reg = <0x02194000 0x4000>;
845 interrupts = <0 23 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800846 clocks = <&clks 164>, <&clks 164>, <&clks 164>;
847 clock-names = "ipg", "ahb", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800848 status = "disabled";
849 };
850
851 usdhc@02198000 { /* uSDHC3 */
852 compatible = "fsl,imx6q-usdhc";
853 reg = <0x02198000 0x4000>;
854 interrupts = <0 24 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800855 clocks = <&clks 165>, <&clks 165>, <&clks 165>;
856 clock-names = "ipg", "ahb", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800857 status = "disabled";
858 };
859
860 usdhc@0219c000 { /* uSDHC4 */
861 compatible = "fsl,imx6q-usdhc";
862 reg = <0x0219c000 0x4000>;
863 interrupts = <0 25 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800864 clocks = <&clks 166>, <&clks 166>, <&clks 166>;
865 clock-names = "ipg", "ahb", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800866 status = "disabled";
867 };
868
869 i2c@021a0000 { /* I2C1 */
870 #address-cells = <1>;
871 #size-cells = <0>;
872 compatible = "fsl,imx6q-i2c", "fsl,imx1-i2c";
873 reg = <0x021a0000 0x4000>;
874 interrupts = <0 36 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800875 clocks = <&clks 125>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800876 status = "disabled";
877 };
878
879 i2c@021a4000 { /* I2C2 */
880 #address-cells = <1>;
881 #size-cells = <0>;
882 compatible = "fsl,imx6q-i2c", "fsl,imx1-i2c";
883 reg = <0x021a4000 0x4000>;
884 interrupts = <0 37 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800885 clocks = <&clks 126>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800886 status = "disabled";
887 };
888
889 i2c@021a8000 { /* I2C3 */
890 #address-cells = <1>;
891 #size-cells = <0>;
892 compatible = "fsl,imx6q-i2c", "fsl,imx1-i2c";
893 reg = <0x021a8000 0x4000>;
894 interrupts = <0 38 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800895 clocks = <&clks 127>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800896 status = "disabled";
897 };
898
899 romcp@021ac000 {
900 reg = <0x021ac000 0x4000>;
901 };
902
903 mmdc@021b0000 { /* MMDC0 */
904 compatible = "fsl,imx6q-mmdc";
905 reg = <0x021b0000 0x4000>;
906 };
907
908 mmdc@021b4000 { /* MMDC1 */
909 reg = <0x021b4000 0x4000>;
910 };
911
912 weim@021b8000 {
913 reg = <0x021b8000 0x4000>;
914 interrupts = <0 14 0x04>;
915 };
916
917 ocotp@021bc000 {
918 reg = <0x021bc000 0x4000>;
919 };
920
921 ocotp@021c0000 {
922 reg = <0x021c0000 0x4000>;
923 interrupts = <0 21 0x04>;
924 };
925
926 tzasc@021d0000 { /* TZASC1 */
927 reg = <0x021d0000 0x4000>;
928 interrupts = <0 108 0x04>;
929 };
930
931 tzasc@021d4000 { /* TZASC2 */
932 reg = <0x021d4000 0x4000>;
933 interrupts = <0 109 0x04>;
934 };
935
936 audmux@021d8000 {
Richard Zhaof965cd52012-05-02 10:32:26 +0800937 compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
Shawn Guo7d740f82011-09-06 13:53:26 +0800938 reg = <0x021d8000 0x4000>;
Richard Zhaof965cd52012-05-02 10:32:26 +0800939 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800940 };
941
942 mipi@021dc000 { /* MIPI-CSI */
943 reg = <0x021dc000 0x4000>;
944 };
945
946 mipi@021e0000 { /* MIPI-DSI */
947 reg = <0x021e0000 0x4000>;
948 };
949
950 vdoa@021e4000 {
951 reg = <0x021e4000 0x4000>;
952 interrupts = <0 18 0x04>;
953 };
954
Shawn Guo0c456cf2012-04-02 14:39:26 +0800955 uart2: serial@021e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800956 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
957 reg = <0x021e8000 0x4000>;
958 interrupts = <0 27 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800959 clocks = <&clks 160>, <&clks 161>;
960 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800961 status = "disabled";
962 };
963
Shawn Guo0c456cf2012-04-02 14:39:26 +0800964 uart3: serial@021ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800965 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
966 reg = <0x021ec000 0x4000>;
967 interrupts = <0 28 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800968 clocks = <&clks 160>, <&clks 161>;
969 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800970 status = "disabled";
971 };
972
Shawn Guo0c456cf2012-04-02 14:39:26 +0800973 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800974 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
975 reg = <0x021f0000 0x4000>;
976 interrupts = <0 29 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800977 clocks = <&clks 160>, <&clks 161>;
978 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800979 status = "disabled";
980 };
981
Shawn Guo0c456cf2012-04-02 14:39:26 +0800982 uart5: serial@021f4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800983 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
984 reg = <0x021f4000 0x4000>;
985 interrupts = <0 30 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800986 clocks = <&clks 160>, <&clks 161>;
987 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800988 status = "disabled";
989 };
990 };
991 };
992};