blob: 255f56b124e6b2ac685f175d95192f62239d2afc [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 {
Shawn Guoc9250382012-07-02 20:13:03 +0800508 compatible = "fsl,sec-v4.0-mon", "simple-bus";
509 #address-cells = <1>;
510 #size-cells = <1>;
511 ranges = <0 0x020cc000 0x4000>;
512
513 snvs-rtc-lp@34 {
514 compatible = "fsl,sec-v4.0-mon-rtc-lp";
515 reg = <0x34 0x58>;
516 interrupts = <0 19 0x04 0 20 0x04>;
517 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800518 };
519
520 epit@020d0000 { /* EPIT1 */
521 reg = <0x020d0000 0x4000>;
522 interrupts = <0 56 0x04>;
523 };
524
525 epit@020d4000 { /* EPIT2 */
526 reg = <0x020d4000 0x4000>;
527 interrupts = <0 57 0x04>;
528 };
529
530 src@020d8000 {
531 compatible = "fsl,imx6q-src";
532 reg = <0x020d8000 0x4000>;
533 interrupts = <0 91 0x04 0 96 0x04>;
534 };
535
536 gpc@020dc000 {
537 compatible = "fsl,imx6q-gpc";
538 reg = <0x020dc000 0x4000>;
539 interrupts = <0 89 0x04 0 90 0x04>;
540 };
541
Dong Aishengdf37e0c2012-09-05 10:57:14 +0800542 gpr: iomuxc-gpr@020e0000 {
543 compatible = "fsl,imx6q-iomuxc-gpr", "syscon";
544 reg = <0x020e0000 0x38>;
545 };
546
Shawn Guo7d740f82011-09-06 13:53:26 +0800547 iomuxc@020e0000 {
Dong Aisheng551fd202012-05-11 14:58:00 +0800548 compatible = "fsl,imx6q-iomuxc";
Shawn Guo7d740f82011-09-06 13:53:26 +0800549 reg = <0x020e0000 0x4000>;
Dong Aisheng551fd202012-05-11 14:58:00 +0800550
551 /* shared pinctrl settings */
Richard Zhao5ca65c12012-05-09 11:21:11 +0800552 audmux {
553 pinctrl_audmux_1: audmux-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800554 fsl,pins = <
555 18 0x80000000 /* MX6Q_PAD_SD2_DAT0__AUDMUX_AUD4_RXD */
556 1586 0x80000000 /* MX6Q_PAD_SD2_DAT3__AUDMUX_AUD4_TXC */
557 11 0x80000000 /* MX6Q_PAD_SD2_DAT2__AUDMUX_AUD4_TXD */
558 3 0x80000000 /* MX6Q_PAD_SD2_DAT1__AUDMUX_AUD4_TXFS */
559 >;
Richard Zhao5ca65c12012-05-09 11:21:11 +0800560 };
561 };
562
Shawn Guo52ccd492012-08-11 11:17:42 +0800563 ecspi1 {
564 pinctrl_ecspi1_1: ecspi1grp-1 {
565 fsl,pins = <
566 101 0x100b1 /* MX6Q_PAD_EIM_D17__ECSPI1_MISO */
567 109 0x100b1 /* MX6Q_PAD_EIM_D18__ECSPI1_MOSI */
568 94 0x100b1 /* MX6Q_PAD_EIM_D16__ECSPI1_SCLK */
569 >;
570 };
571 };
572
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800573 enet {
574 pinctrl_enet_1: enetgrp-1 {
575 fsl,pins = <
576 695 0x1b0b0 /* MX6Q_PAD_ENET_MDIO__ENET_MDIO */
577 756 0x1b0b0 /* MX6Q_PAD_ENET_MDC__ENET_MDC */
578 24 0x1b0b0 /* MX6Q_PAD_RGMII_TXC__ENET_RGMII_TXC */
579 30 0x1b0b0 /* MX6Q_PAD_RGMII_TD0__ENET_RGMII_TD0 */
580 34 0x1b0b0 /* MX6Q_PAD_RGMII_TD1__ENET_RGMII_TD1 */
581 39 0x1b0b0 /* MX6Q_PAD_RGMII_TD2__ENET_RGMII_TD2 */
582 44 0x1b0b0 /* MX6Q_PAD_RGMII_TD3__ENET_RGMII_TD3 */
583 56 0x1b0b0 /* MX6Q_PAD_RGMII_TX_CTL__RGMII_TX_CTL */
584 702 0x1b0b0 /* MX6Q_PAD_ENET_REF_CLK__ENET_TX_CLK */
585 74 0x1b0b0 /* MX6Q_PAD_RGMII_RXC__ENET_RGMII_RXC */
586 52 0x1b0b0 /* MX6Q_PAD_RGMII_RD0__ENET_RGMII_RD0 */
587 61 0x1b0b0 /* MX6Q_PAD_RGMII_RD1__ENET_RGMII_RD1 */
588 66 0x1b0b0 /* MX6Q_PAD_RGMII_RD2__ENET_RGMII_RD2 */
589 70 0x1b0b0 /* MX6Q_PAD_RGMII_RD3__ENET_RGMII_RD3 */
590 48 0x1b0b0 /* MX6Q_PAD_RGMII_RX_CTL__RGMII_RX_CTL */
591 >;
592 };
Shawn Guo9e3c0062012-08-11 12:49:11 +0800593
594 pinctrl_enet_2: enetgrp-2 {
595 fsl,pins = <
596 890 0x1b0b0 /* MX6Q_PAD_KEY_COL1__ENET_MDIO */
597 909 0x1b0b0 /* MX6Q_PAD_KEY_COL2__ENET_MDC */
598 24 0x1b0b0 /* MX6Q_PAD_RGMII_TXC__ENET_RGMII_TXC */
599 30 0x1b0b0 /* MX6Q_PAD_RGMII_TD0__ENET_RGMII_TD0 */
600 34 0x1b0b0 /* MX6Q_PAD_RGMII_TD1__ENET_RGMII_TD1 */
601 39 0x1b0b0 /* MX6Q_PAD_RGMII_TD2__ENET_RGMII_TD2 */
602 44 0x1b0b0 /* MX6Q_PAD_RGMII_TD3__ENET_RGMII_TD3 */
603 56 0x1b0b0 /* MX6Q_PAD_RGMII_TX_CTL__RGMII_TX_CTL */
604 702 0x1b0b0 /* MX6Q_PAD_ENET_REF_CLK__ENET_TX_CLK */
605 74 0x1b0b0 /* MX6Q_PAD_RGMII_RXC__ENET_RGMII_RXC */
606 52 0x1b0b0 /* MX6Q_PAD_RGMII_RD0__ENET_RGMII_RD0 */
607 61 0x1b0b0 /* MX6Q_PAD_RGMII_RD1__ENET_RGMII_RD1 */
608 66 0x1b0b0 /* MX6Q_PAD_RGMII_RD2__ENET_RGMII_RD2 */
609 70 0x1b0b0 /* MX6Q_PAD_RGMII_RD3__ENET_RGMII_RD3 */
610 48 0x1b0b0 /* MX6Q_PAD_RGMII_RX_CTL__RGMII_RX_CTL */
611 >;
612 };
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800613 };
614
Huang Shijiecf922fa2012-07-01 23:38:46 -0400615 gpmi-nand {
616 pinctrl_gpmi_nand_1: gpmi-nand-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800617 fsl,pins = <
618 1328 0xb0b1 /* MX6Q_PAD_NANDF_CLE__RAWNAND_CLE */
619 1336 0xb0b1 /* MX6Q_PAD_NANDF_ALE__RAWNAND_ALE */
620 1344 0xb0b1 /* MX6Q_PAD_NANDF_WP_B__RAWNAND_RESETN */
621 1352 0xb000 /* MX6Q_PAD_NANDF_RB0__RAWNAND_READY0 */
622 1360 0xb0b1 /* MX6Q_PAD_NANDF_CS0__RAWNAND_CE0N */
623 1365 0xb0b1 /* MX6Q_PAD_NANDF_CS1__RAWNAND_CE1N */
624 1371 0xb0b1 /* MX6Q_PAD_NANDF_CS2__RAWNAND_CE2N */
625 1378 0xb0b1 /* MX6Q_PAD_NANDF_CS3__RAWNAND_CE3N */
626 1387 0xb0b1 /* MX6Q_PAD_SD4_CMD__RAWNAND_RDN */
627 1393 0xb0b1 /* MX6Q_PAD_SD4_CLK__RAWNAND_WRN */
628 1397 0xb0b1 /* MX6Q_PAD_NANDF_D0__RAWNAND_D0 */
629 1405 0xb0b1 /* MX6Q_PAD_NANDF_D1__RAWNAND_D1 */
630 1413 0xb0b1 /* MX6Q_PAD_NANDF_D2__RAWNAND_D2 */
631 1421 0xb0b1 /* MX6Q_PAD_NANDF_D3__RAWNAND_D3 */
632 1429 0xb0b1 /* MX6Q_PAD_NANDF_D4__RAWNAND_D4 */
633 1437 0xb0b1 /* MX6Q_PAD_NANDF_D5__RAWNAND_D5 */
634 1445 0xb0b1 /* MX6Q_PAD_NANDF_D6__RAWNAND_D6 */
635 1453 0xb0b1 /* MX6Q_PAD_NANDF_D7__RAWNAND_D7 */
636 1463 0x00b1 /* MX6Q_PAD_SD4_DAT0__RAWNAND_DQS */
637 >;
Huang Shijiecf922fa2012-07-01 23:38:46 -0400638 };
639 };
640
Richard Zhaod99a79f2012-05-09 10:47:20 +0800641 i2c1 {
642 pinctrl_i2c1_1: i2c1grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800643 fsl,pins = <
644 137 0x4001b8b1 /* MX6Q_PAD_EIM_D21__I2C1_SCL */
645 196 0x4001b8b1 /* MX6Q_PAD_EIM_D28__I2C1_SDA */
646 >;
Richard Zhaod99a79f2012-05-09 10:47:20 +0800647 };
648 };
649
Shawn Guo497ae172012-08-11 22:06:26 +0800650 uart1 {
651 pinctrl_uart1_1: uart1grp-1 {
652 fsl,pins = <
653 1140 0x1b0b1 /* MX6Q_PAD_CSI0_DAT10__UART1_TXD */
654 1148 0x1b0b1 /* MX6Q_PAD_CSI0_DAT11__UART1_RXD */
655 >;
656 };
657 };
658
Shawn Guoe30ba892012-08-11 12:33:51 +0800659 uart2 {
660 pinctrl_uart2_1: uart2grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800661 fsl,pins = <
662 183 0x1b0b1 /* MX6Q_PAD_EIM_D26__UART2_TXD */
663 191 0x1b0b1 /* MX6Q_PAD_EIM_D27__UART2_RXD */
664 >;
Richard Zhaoc3001b22012-05-09 14:44:47 +0800665 };
666 };
667
Shawn Guo9e3c0062012-08-11 12:49:11 +0800668 uart4 {
669 pinctrl_uart4_1: uart4grp-1 {
670 fsl,pins = <
671 877 0x1b0b1 /* MX6Q_PAD_KEY_COL0__UART4_TXD */
672 885 0x1b0b1 /* MX6Q_PAD_KEY_ROW0__UART4_RXD */
673 >;
674 };
675 };
676
Richard Zhao97a53092012-09-19 11:25:16 +0800677 usbotg {
678 pinctrl_usbotg_1: usbotggrp-1 {
679 fsl,pins = <
680 1592 0x17059 /* MX6Q_PAD_GPIO_1__ANATOP_USBOTG_ID */
681 >;
682 };
683 };
684
Shawn Guo497ae172012-08-11 22:06:26 +0800685 usdhc2 {
686 pinctrl_usdhc2_1: usdhc2grp-1 {
687 fsl,pins = <
688 1577 0x17059 /* MX6Q_PAD_SD2_CMD__USDHC2_CMD */
689 1569 0x10059 /* MX6Q_PAD_SD2_CLK__USDHC2_CLK */
690 16 0x17059 /* MX6Q_PAD_SD2_DAT0__USDHC2_DAT0 */
691 0 0x17059 /* MX6Q_PAD_SD2_DAT1__USDHC2_DAT1 */
692 8 0x17059 /* MX6Q_PAD_SD2_DAT2__USDHC2_DAT2 */
693 1583 0x17059 /* MX6Q_PAD_SD2_DAT3__USDHC2_DAT3 */
694 1430 0x17059 /* MX6Q_PAD_NANDF_D4__USDHC2_DAT4 */
695 1438 0x17059 /* MX6Q_PAD_NANDF_D5__USDHC2_DAT5 */
696 1446 0x17059 /* MX6Q_PAD_NANDF_D6__USDHC2_DAT6 */
697 1454 0x17059 /* MX6Q_PAD_NANDF_D7__USDHC2_DAT7 */
698 >;
699 };
700 };
701
Dong Aisheng551fd202012-05-11 14:58:00 +0800702 usdhc3 {
703 pinctrl_usdhc3_1: usdhc3grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800704 fsl,pins = <
705 1273 0x17059 /* MX6Q_PAD_SD3_CMD__USDHC3_CMD */
706 1281 0x10059 /* MX6Q_PAD_SD3_CLK__USDHC3_CLK */
707 1289 0x17059 /* MX6Q_PAD_SD3_DAT0__USDHC3_DAT0 */
708 1297 0x17059 /* MX6Q_PAD_SD3_DAT1__USDHC3_DAT1 */
709 1305 0x17059 /* MX6Q_PAD_SD3_DAT2__USDHC3_DAT2 */
710 1312 0x17059 /* MX6Q_PAD_SD3_DAT3__USDHC3_DAT3 */
711 1265 0x17059 /* MX6Q_PAD_SD3_DAT4__USDHC3_DAT4 */
712 1257 0x17059 /* MX6Q_PAD_SD3_DAT5__USDHC3_DAT5 */
713 1249 0x17059 /* MX6Q_PAD_SD3_DAT6__USDHC3_DAT6 */
714 1241 0x17059 /* MX6Q_PAD_SD3_DAT7__USDHC3_DAT7 */
715 >;
Dong Aisheng551fd202012-05-11 14:58:00 +0800716 };
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800717
718 pinctrl_usdhc3_2: usdhc3grp-2 {
719 fsl,pins = <
720 1273 0x17059 /* MX6Q_PAD_SD3_CMD__USDHC3_CMD */
721 1281 0x10059 /* MX6Q_PAD_SD3_CLK__USDHC3_CLK */
722 1289 0x17059 /* MX6Q_PAD_SD3_DAT0__USDHC3_DAT0 */
723 1297 0x17059 /* MX6Q_PAD_SD3_DAT1__USDHC3_DAT1 */
724 1305 0x17059 /* MX6Q_PAD_SD3_DAT2__USDHC3_DAT2 */
725 1312 0x17059 /* MX6Q_PAD_SD3_DAT3__USDHC3_DAT3 */
726 >;
727 };
Dong Aisheng551fd202012-05-11 14:58:00 +0800728 };
729
730 usdhc4 {
731 pinctrl_usdhc4_1: usdhc4grp-1 {
Shawn Guo44a509f2012-08-10 17:17:56 +0800732 fsl,pins = <
733 1386 0x17059 /* MX6Q_PAD_SD4_CMD__USDHC4_CMD */
734 1392 0x10059 /* MX6Q_PAD_SD4_CLK__USDHC4_CLK */
735 1462 0x17059 /* MX6Q_PAD_SD4_DAT0__USDHC4_DAT0 */
736 1470 0x17059 /* MX6Q_PAD_SD4_DAT1__USDHC4_DAT1 */
737 1478 0x17059 /* MX6Q_PAD_SD4_DAT2__USDHC4_DAT2 */
738 1486 0x17059 /* MX6Q_PAD_SD4_DAT3__USDHC4_DAT3 */
739 1493 0x17059 /* MX6Q_PAD_SD4_DAT4__USDHC4_DAT4 */
740 1501 0x17059 /* MX6Q_PAD_SD4_DAT5__USDHC4_DAT5 */
741 1509 0x17059 /* MX6Q_PAD_SD4_DAT6__USDHC4_DAT6 */
742 1517 0x17059 /* MX6Q_PAD_SD4_DAT7__USDHC4_DAT7 */
743 >;
Dong Aisheng551fd202012-05-11 14:58:00 +0800744 };
Shawn Guo99d5f0c2012-08-11 10:47:14 +0800745
746 pinctrl_usdhc4_2: usdhc4grp-2 {
747 fsl,pins = <
748 1386 0x17059 /* MX6Q_PAD_SD4_CMD__USDHC4_CMD */
749 1392 0x10059 /* MX6Q_PAD_SD4_CLK__USDHC4_CLK */
750 1462 0x17059 /* MX6Q_PAD_SD4_DAT0__USDHC4_DAT0 */
751 1470 0x17059 /* MX6Q_PAD_SD4_DAT1__USDHC4_DAT1 */
752 1478 0x17059 /* MX6Q_PAD_SD4_DAT2__USDHC4_DAT2 */
753 1486 0x17059 /* MX6Q_PAD_SD4_DAT3__USDHC4_DAT3 */
754 >;
755 };
Dong Aisheng551fd202012-05-11 14:58:00 +0800756 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800757 };
758
759 dcic@020e4000 { /* DCIC1 */
760 reg = <0x020e4000 0x4000>;
761 interrupts = <0 124 0x04>;
762 };
763
764 dcic@020e8000 { /* DCIC2 */
765 reg = <0x020e8000 0x4000>;
766 interrupts = <0 125 0x04>;
767 };
768
769 sdma@020ec000 {
770 compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
771 reg = <0x020ec000 0x4000>;
772 interrupts = <0 2 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800773 clocks = <&clks 155>, <&clks 155>;
774 clock-names = "ipg", "ahb";
775 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q-to1.bin";
Shawn Guo7d740f82011-09-06 13:53:26 +0800776 };
777 };
778
779 aips-bus@02100000 { /* AIPS2 */
780 compatible = "fsl,aips-bus", "simple-bus";
781 #address-cells = <1>;
782 #size-cells = <1>;
783 reg = <0x02100000 0x100000>;
784 ranges;
785
786 caam@02100000 {
787 reg = <0x02100000 0x40000>;
788 interrupts = <0 105 0x04 0 106 0x04>;
789 };
790
791 aipstz@0217c000 { /* AIPSTZ2 */
792 reg = <0x0217c000 0x4000>;
793 };
794
Richard Zhao74bd88f2012-07-12 14:21:41 +0800795 usb@02184000 { /* USB OTG */
796 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
797 reg = <0x02184000 0x200>;
798 interrupts = <0 43 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800799 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800800 fsl,usbphy = <&usbphy1>;
Richard Zhao28342c62012-09-14 14:42:45 +0800801 fsl,usbmisc = <&usbmisc 0>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800802 status = "disabled";
803 };
804
805 usb@02184200 { /* USB1 */
806 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
807 reg = <0x02184200 0x200>;
808 interrupts = <0 40 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800809 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800810 fsl,usbphy = <&usbphy2>;
Richard Zhao28342c62012-09-14 14:42:45 +0800811 fsl,usbmisc = <&usbmisc 1>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800812 status = "disabled";
813 };
814
815 usb@02184400 { /* USB2 */
816 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
817 reg = <0x02184400 0x200>;
818 interrupts = <0 41 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800819 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800820 fsl,usbmisc = <&usbmisc 2>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800821 status = "disabled";
822 };
823
824 usb@02184600 { /* USB3 */
825 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
826 reg = <0x02184600 0x200>;
827 interrupts = <0 42 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800828 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800829 fsl,usbmisc = <&usbmisc 3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800830 status = "disabled";
831 };
832
Richard Zhao28342c62012-09-14 14:42:45 +0800833 usbmisc: usbmisc@02184800 {
834 #index-cells = <1>;
835 compatible = "fsl,imx6q-usbmisc";
836 reg = <0x02184800 0x200>;
837 clocks = <&clks 162>;
838 };
839
Shawn Guo0c456cf2012-04-02 14:39:26 +0800840 ethernet@02188000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800841 compatible = "fsl,imx6q-fec";
842 reg = <0x02188000 0x4000>;
843 interrupts = <0 118 0x04 0 119 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800844 clocks = <&clks 117>, <&clks 117>;
845 clock-names = "ipg", "ahb";
Shawn Guo7d740f82011-09-06 13:53:26 +0800846 status = "disabled";
847 };
848
849 mlb@0218c000 {
850 reg = <0x0218c000 0x4000>;
851 interrupts = <0 53 0x04 0 117 0x04 0 126 0x04>;
852 };
853
854 usdhc@02190000 { /* uSDHC1 */
855 compatible = "fsl,imx6q-usdhc";
856 reg = <0x02190000 0x4000>;
857 interrupts = <0 22 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800858 clocks = <&clks 163>, <&clks 163>, <&clks 163>;
859 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200860 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800861 status = "disabled";
862 };
863
864 usdhc@02194000 { /* uSDHC2 */
865 compatible = "fsl,imx6q-usdhc";
866 reg = <0x02194000 0x4000>;
867 interrupts = <0 23 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800868 clocks = <&clks 164>, <&clks 164>, <&clks 164>;
869 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200870 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800871 status = "disabled";
872 };
873
874 usdhc@02198000 { /* uSDHC3 */
875 compatible = "fsl,imx6q-usdhc";
876 reg = <0x02198000 0x4000>;
877 interrupts = <0 24 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800878 clocks = <&clks 165>, <&clks 165>, <&clks 165>;
879 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200880 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800881 status = "disabled";
882 };
883
884 usdhc@0219c000 { /* uSDHC4 */
885 compatible = "fsl,imx6q-usdhc";
886 reg = <0x0219c000 0x4000>;
887 interrupts = <0 25 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800888 clocks = <&clks 166>, <&clks 166>, <&clks 166>;
889 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200890 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800891 status = "disabled";
892 };
893
894 i2c@021a0000 { /* I2C1 */
895 #address-cells = <1>;
896 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800897 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800898 reg = <0x021a0000 0x4000>;
899 interrupts = <0 36 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800900 clocks = <&clks 125>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800901 status = "disabled";
902 };
903
904 i2c@021a4000 { /* I2C2 */
905 #address-cells = <1>;
906 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800907 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800908 reg = <0x021a4000 0x4000>;
909 interrupts = <0 37 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800910 clocks = <&clks 126>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800911 status = "disabled";
912 };
913
914 i2c@021a8000 { /* I2C3 */
915 #address-cells = <1>;
916 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800917 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800918 reg = <0x021a8000 0x4000>;
919 interrupts = <0 38 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800920 clocks = <&clks 127>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800921 status = "disabled";
922 };
923
924 romcp@021ac000 {
925 reg = <0x021ac000 0x4000>;
926 };
927
928 mmdc@021b0000 { /* MMDC0 */
929 compatible = "fsl,imx6q-mmdc";
930 reg = <0x021b0000 0x4000>;
931 };
932
933 mmdc@021b4000 { /* MMDC1 */
934 reg = <0x021b4000 0x4000>;
935 };
936
937 weim@021b8000 {
938 reg = <0x021b8000 0x4000>;
939 interrupts = <0 14 0x04>;
940 };
941
942 ocotp@021bc000 {
943 reg = <0x021bc000 0x4000>;
944 };
945
946 ocotp@021c0000 {
947 reg = <0x021c0000 0x4000>;
948 interrupts = <0 21 0x04>;
949 };
950
951 tzasc@021d0000 { /* TZASC1 */
952 reg = <0x021d0000 0x4000>;
953 interrupts = <0 108 0x04>;
954 };
955
956 tzasc@021d4000 { /* TZASC2 */
957 reg = <0x021d4000 0x4000>;
958 interrupts = <0 109 0x04>;
959 };
960
961 audmux@021d8000 {
Richard Zhaof965cd52012-05-02 10:32:26 +0800962 compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
Shawn Guo7d740f82011-09-06 13:53:26 +0800963 reg = <0x021d8000 0x4000>;
Richard Zhaof965cd52012-05-02 10:32:26 +0800964 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800965 };
966
967 mipi@021dc000 { /* MIPI-CSI */
968 reg = <0x021dc000 0x4000>;
969 };
970
971 mipi@021e0000 { /* MIPI-DSI */
972 reg = <0x021e0000 0x4000>;
973 };
974
975 vdoa@021e4000 {
976 reg = <0x021e4000 0x4000>;
977 interrupts = <0 18 0x04>;
978 };
979
Shawn Guo0c456cf2012-04-02 14:39:26 +0800980 uart2: serial@021e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800981 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
982 reg = <0x021e8000 0x4000>;
983 interrupts = <0 27 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800984 clocks = <&clks 160>, <&clks 161>;
985 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800986 status = "disabled";
987 };
988
Shawn Guo0c456cf2012-04-02 14:39:26 +0800989 uart3: serial@021ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800990 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
991 reg = <0x021ec000 0x4000>;
992 interrupts = <0 28 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800993 clocks = <&clks 160>, <&clks 161>;
994 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800995 status = "disabled";
996 };
997
Shawn Guo0c456cf2012-04-02 14:39:26 +0800998 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800999 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1000 reg = <0x021f0000 0x4000>;
1001 interrupts = <0 29 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001002 clocks = <&clks 160>, <&clks 161>;
1003 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +08001004 status = "disabled";
1005 };
1006
Shawn Guo0c456cf2012-04-02 14:39:26 +08001007 uart5: serial@021f4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001008 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1009 reg = <0x021f4000 0x4000>;
1010 interrupts = <0 30 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001011 clocks = <&clks 160>, <&clks 161>;
1012 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +08001013 status = "disabled";
1014 };
1015 };
1016 };
1017};