blob: 8805adb7c7f69efb2f31ea8d9c54ebe348569047 [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
Shawn Guo36dffd82013-04-07 10:49:34 +080013#include "skeleton.dtsi"
Shawn Guo7d740f82011-09-06 13:53:26 +080014
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
Shawn Guo7d740f82011-09-06 13:53:26 +080031 intc: interrupt-controller@00a01000 {
32 compatible = "arm,cortex-a9-gic";
33 #interrupt-cells = <3>;
34 #address-cells = <1>;
35 #size-cells = <1>;
36 interrupt-controller;
37 reg = <0x00a01000 0x1000>,
38 <0x00a00100 0x100>;
39 };
40
41 clocks {
42 #address-cells = <1>;
43 #size-cells = <0>;
44
45 ckil {
46 compatible = "fsl,imx-ckil", "fixed-clock";
47 clock-frequency = <32768>;
48 };
49
50 ckih1 {
51 compatible = "fsl,imx-ckih1", "fixed-clock";
52 clock-frequency = <0>;
53 };
54
55 osc {
56 compatible = "fsl,imx-osc", "fixed-clock";
57 clock-frequency = <24000000>;
58 };
59 };
60
61 soc {
62 #address-cells = <1>;
63 #size-cells = <1>;
64 compatible = "simple-bus";
65 interrupt-parent = <&intc>;
66 ranges;
67
Huang Shijiee5d0f9f2012-06-06 21:22:57 -040068 dma-apbh@00110000 {
69 compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
70 reg = <0x00110000 0x2000>;
Shawn Guo0e87e042012-08-22 21:36:28 +080071 clocks = <&clks 106>;
Huang Shijiee5d0f9f2012-06-06 21:22:57 -040072 };
73
Shawn Guobe4ccfc2012-12-31 11:32:48 +080074 gpmi: gpmi-nand@00112000 {
Shawn Guo0e87e042012-08-22 21:36:28 +080075 compatible = "fsl,imx6q-gpmi-nand";
76 #address-cells = <1>;
77 #size-cells = <1>;
78 reg = <0x00112000 0x2000>, <0x00114000 0x2000>;
79 reg-names = "gpmi-nand", "bch";
80 interrupts = <0 13 0x04>, <0 15 0x04>;
81 interrupt-names = "gpmi-dma", "bch";
82 clocks = <&clks 152>, <&clks 153>, <&clks 151>,
83 <&clks 150>, <&clks 149>;
84 clock-names = "gpmi_io", "gpmi_apb", "gpmi_bch",
85 "gpmi_bch_apb", "per1_bch";
86 fsl,gpmi-dma-channel = <0>;
87 status = "disabled";
Huang Shijiecf922fa2012-07-01 23:38:46 -040088 };
89
Shawn Guo7d740f82011-09-06 13:53:26 +080090 timer@00a00600 {
Marc Zyngier58458e02012-01-10 19:44:19 +000091 compatible = "arm,cortex-a9-twd-timer";
92 reg = <0x00a00600 0x20>;
93 interrupts = <1 13 0xf01>;
Shawn Guo7d740f82011-09-06 13:53:26 +080094 };
95
96 L2: l2-cache@00a02000 {
97 compatible = "arm,pl310-cache";
98 reg = <0x00a02000 0x1000>;
99 interrupts = <0 92 0x04>;
100 cache-unified;
101 cache-level = <2>;
102 };
103
Dirk Behme218abe62013-02-15 15:10:01 +0100104 pmu {
105 compatible = "arm,cortex-a9-pmu";
106 interrupts = <0 94 0x04>;
107 };
108
Shawn Guo7d740f82011-09-06 13:53:26 +0800109 aips-bus@02000000 { /* AIPS1 */
110 compatible = "fsl,aips-bus", "simple-bus";
111 #address-cells = <1>;
112 #size-cells = <1>;
113 reg = <0x02000000 0x100000>;
114 ranges;
115
116 spba-bus@02000000 {
117 compatible = "fsl,spba-bus", "simple-bus";
118 #address-cells = <1>;
119 #size-cells = <1>;
120 reg = <0x02000000 0x40000>;
121 ranges;
122
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100123 spdif: spdif@02004000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800124 reg = <0x02004000 0x4000>;
125 interrupts = <0 52 0x04>;
126 };
127
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100128 ecspi1: ecspi@02008000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800129 #address-cells = <1>;
130 #size-cells = <0>;
131 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
132 reg = <0x02008000 0x4000>;
133 interrupts = <0 31 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800134 clocks = <&clks 112>, <&clks 112>;
135 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800136 status = "disabled";
137 };
138
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100139 ecspi2: ecspi@0200c000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800140 #address-cells = <1>;
141 #size-cells = <0>;
142 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
143 reg = <0x0200c000 0x4000>;
144 interrupts = <0 32 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800145 clocks = <&clks 113>, <&clks 113>;
146 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800147 status = "disabled";
148 };
149
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100150 ecspi3: ecspi@02010000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800151 #address-cells = <1>;
152 #size-cells = <0>;
153 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
154 reg = <0x02010000 0x4000>;
155 interrupts = <0 33 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800156 clocks = <&clks 114>, <&clks 114>;
157 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800158 status = "disabled";
159 };
160
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100161 ecspi4: ecspi@02014000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800162 #address-cells = <1>;
163 #size-cells = <0>;
164 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
165 reg = <0x02014000 0x4000>;
166 interrupts = <0 34 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800167 clocks = <&clks 115>, <&clks 115>;
168 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800169 status = "disabled";
170 };
171
Shawn Guo0c456cf2012-04-02 14:39:26 +0800172 uart1: serial@02020000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800173 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
174 reg = <0x02020000 0x4000>;
175 interrupts = <0 26 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800176 clocks = <&clks 160>, <&clks 161>;
177 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800178 status = "disabled";
179 };
180
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100181 esai: esai@02024000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800182 reg = <0x02024000 0x4000>;
183 interrupts = <0 51 0x04>;
184 };
185
Richard Zhaob1a5da82012-05-02 10:29:10 +0800186 ssi1: ssi@02028000 {
187 compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800188 reg = <0x02028000 0x4000>;
189 interrupts = <0 46 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800190 clocks = <&clks 178>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800191 fsl,fifo-depth = <15>;
192 fsl,ssi-dma-events = <38 37>;
193 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800194 };
195
Richard Zhaob1a5da82012-05-02 10:29:10 +0800196 ssi2: ssi@0202c000 {
197 compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800198 reg = <0x0202c000 0x4000>;
199 interrupts = <0 47 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800200 clocks = <&clks 179>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800201 fsl,fifo-depth = <15>;
202 fsl,ssi-dma-events = <42 41>;
203 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800204 };
205
Richard Zhaob1a5da82012-05-02 10:29:10 +0800206 ssi3: ssi@02030000 {
207 compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800208 reg = <0x02030000 0x4000>;
209 interrupts = <0 48 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800210 clocks = <&clks 180>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800211 fsl,fifo-depth = <15>;
212 fsl,ssi-dma-events = <46 45>;
213 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800214 };
215
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100216 asrc: asrc@02034000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800217 reg = <0x02034000 0x4000>;
218 interrupts = <0 50 0x04>;
219 };
220
221 spba@0203c000 {
222 reg = <0x0203c000 0x4000>;
223 };
224 };
225
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100226 vpu: vpu@02040000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800227 reg = <0x02040000 0x3c000>;
228 interrupts = <0 3 0x04 0 12 0x04>;
229 };
230
231 aipstz@0207c000 { /* AIPSTZ1 */
232 reg = <0x0207c000 0x4000>;
233 };
234
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100235 pwm1: pwm@02080000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100236 #pwm-cells = <2>;
237 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800238 reg = <0x02080000 0x4000>;
239 interrupts = <0 83 0x04>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100240 clocks = <&clks 62>, <&clks 145>;
241 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800242 };
243
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100244 pwm2: pwm@02084000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100245 #pwm-cells = <2>;
246 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800247 reg = <0x02084000 0x4000>;
248 interrupts = <0 84 0x04>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100249 clocks = <&clks 62>, <&clks 146>;
250 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800251 };
252
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100253 pwm3: pwm@02088000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100254 #pwm-cells = <2>;
255 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800256 reg = <0x02088000 0x4000>;
257 interrupts = <0 85 0x04>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100258 clocks = <&clks 62>, <&clks 147>;
259 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800260 };
261
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100262 pwm4: pwm@0208c000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100263 #pwm-cells = <2>;
264 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800265 reg = <0x0208c000 0x4000>;
266 interrupts = <0 86 0x04>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100267 clocks = <&clks 62>, <&clks 148>;
268 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800269 };
270
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100271 can1: flexcan@02090000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800272 reg = <0x02090000 0x4000>;
273 interrupts = <0 110 0x04>;
274 };
275
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100276 can2: flexcan@02094000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800277 reg = <0x02094000 0x4000>;
278 interrupts = <0 111 0x04>;
279 };
280
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100281 gpt: gpt@02098000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800282 compatible = "fsl,imx6q-gpt";
283 reg = <0x02098000 0x4000>;
284 interrupts = <0 55 0x04>;
Sascha Hauer4efccad2013-03-14 13:09:01 +0100285 clocks = <&clks 119>, <&clks 120>;
286 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800287 };
288
Richard Zhao4d191862011-12-14 09:26:44 +0800289 gpio1: gpio@0209c000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200290 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800291 reg = <0x0209c000 0x4000>;
292 interrupts = <0 66 0x04 0 67 0x04>;
293 gpio-controller;
294 #gpio-cells = <2>;
295 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800296 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800297 };
298
Richard Zhao4d191862011-12-14 09:26:44 +0800299 gpio2: gpio@020a0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200300 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800301 reg = <0x020a0000 0x4000>;
302 interrupts = <0 68 0x04 0 69 0x04>;
303 gpio-controller;
304 #gpio-cells = <2>;
305 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800306 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800307 };
308
Richard Zhao4d191862011-12-14 09:26:44 +0800309 gpio3: gpio@020a4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200310 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800311 reg = <0x020a4000 0x4000>;
312 interrupts = <0 70 0x04 0 71 0x04>;
313 gpio-controller;
314 #gpio-cells = <2>;
315 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800316 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800317 };
318
Richard Zhao4d191862011-12-14 09:26:44 +0800319 gpio4: gpio@020a8000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200320 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800321 reg = <0x020a8000 0x4000>;
322 interrupts = <0 72 0x04 0 73 0x04>;
323 gpio-controller;
324 #gpio-cells = <2>;
325 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800326 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800327 };
328
Richard Zhao4d191862011-12-14 09:26:44 +0800329 gpio5: gpio@020ac000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200330 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800331 reg = <0x020ac000 0x4000>;
332 interrupts = <0 74 0x04 0 75 0x04>;
333 gpio-controller;
334 #gpio-cells = <2>;
335 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800336 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800337 };
338
Richard Zhao4d191862011-12-14 09:26:44 +0800339 gpio6: gpio@020b0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200340 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800341 reg = <0x020b0000 0x4000>;
342 interrupts = <0 76 0x04 0 77 0x04>;
343 gpio-controller;
344 #gpio-cells = <2>;
345 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800346 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800347 };
348
Richard Zhao4d191862011-12-14 09:26:44 +0800349 gpio7: gpio@020b4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200350 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800351 reg = <0x020b4000 0x4000>;
352 interrupts = <0 78 0x04 0 79 0x04>;
353 gpio-controller;
354 #gpio-cells = <2>;
355 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800356 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800357 };
358
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100359 kpp: kpp@020b8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800360 reg = <0x020b8000 0x4000>;
361 interrupts = <0 82 0x04>;
362 };
363
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100364 wdog1: wdog@020bc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800365 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
366 reg = <0x020bc000 0x4000>;
367 interrupts = <0 80 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800368 clocks = <&clks 0>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800369 };
370
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100371 wdog2: wdog@020c0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800372 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
373 reg = <0x020c0000 0x4000>;
374 interrupts = <0 81 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800375 clocks = <&clks 0>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800376 status = "disabled";
377 };
378
Shawn Guo0e87e042012-08-22 21:36:28 +0800379 clks: ccm@020c4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800380 compatible = "fsl,imx6q-ccm";
381 reg = <0x020c4000 0x4000>;
382 interrupts = <0 87 0x04 0 88 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800383 #clock-cells = <1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800384 };
385
Dong Aishengbaa64152012-09-05 10:57:15 +0800386 anatop: anatop@020c8000 {
387 compatible = "fsl,imx6q-anatop", "syscon", "simple-bus";
Shawn Guo7d740f82011-09-06 13:53:26 +0800388 reg = <0x020c8000 0x1000>;
389 interrupts = <0 49 0x04 0 54 0x04 0 127 0x04>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800390
391 regulator-1p1@110 {
392 compatible = "fsl,anatop-regulator";
393 regulator-name = "vdd1p1";
394 regulator-min-microvolt = <800000>;
395 regulator-max-microvolt = <1375000>;
396 regulator-always-on;
397 anatop-reg-offset = <0x110>;
398 anatop-vol-bit-shift = <8>;
399 anatop-vol-bit-width = <5>;
400 anatop-min-bit-val = <4>;
401 anatop-min-voltage = <800000>;
402 anatop-max-voltage = <1375000>;
403 };
404
405 regulator-3p0@120 {
406 compatible = "fsl,anatop-regulator";
407 regulator-name = "vdd3p0";
408 regulator-min-microvolt = <2800000>;
409 regulator-max-microvolt = <3150000>;
410 regulator-always-on;
411 anatop-reg-offset = <0x120>;
412 anatop-vol-bit-shift = <8>;
413 anatop-vol-bit-width = <5>;
414 anatop-min-bit-val = <0>;
415 anatop-min-voltage = <2625000>;
416 anatop-max-voltage = <3400000>;
417 };
418
419 regulator-2p5@130 {
420 compatible = "fsl,anatop-regulator";
421 regulator-name = "vdd2p5";
422 regulator-min-microvolt = <2000000>;
423 regulator-max-microvolt = <2750000>;
424 regulator-always-on;
425 anatop-reg-offset = <0x130>;
426 anatop-vol-bit-shift = <8>;
427 anatop-vol-bit-width = <5>;
428 anatop-min-bit-val = <0>;
429 anatop-min-voltage = <2000000>;
430 anatop-max-voltage = <2750000>;
431 };
432
Shawn Guo96574a62013-01-08 14:25:14 +0800433 reg_arm: regulator-vddcore@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800434 compatible = "fsl,anatop-regulator";
435 regulator-name = "cpu";
436 regulator-min-microvolt = <725000>;
437 regulator-max-microvolt = <1450000>;
438 regulator-always-on;
439 anatop-reg-offset = <0x140>;
440 anatop-vol-bit-shift = <0>;
441 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500442 anatop-delay-reg-offset = <0x170>;
443 anatop-delay-bit-shift = <24>;
444 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800445 anatop-min-bit-val = <1>;
446 anatop-min-voltage = <725000>;
447 anatop-max-voltage = <1450000>;
448 };
449
Shawn Guo96574a62013-01-08 14:25:14 +0800450 reg_pu: regulator-vddpu@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800451 compatible = "fsl,anatop-regulator";
452 regulator-name = "vddpu";
453 regulator-min-microvolt = <725000>;
454 regulator-max-microvolt = <1450000>;
455 regulator-always-on;
456 anatop-reg-offset = <0x140>;
457 anatop-vol-bit-shift = <9>;
458 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500459 anatop-delay-reg-offset = <0x170>;
460 anatop-delay-bit-shift = <26>;
461 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800462 anatop-min-bit-val = <1>;
463 anatop-min-voltage = <725000>;
464 anatop-max-voltage = <1450000>;
465 };
466
Shawn Guo96574a62013-01-08 14:25:14 +0800467 reg_soc: regulator-vddsoc@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800468 compatible = "fsl,anatop-regulator";
469 regulator-name = "vddsoc";
470 regulator-min-microvolt = <725000>;
471 regulator-max-microvolt = <1450000>;
472 regulator-always-on;
473 anatop-reg-offset = <0x140>;
474 anatop-vol-bit-shift = <18>;
475 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500476 anatop-delay-reg-offset = <0x170>;
477 anatop-delay-bit-shift = <28>;
478 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800479 anatop-min-bit-val = <1>;
480 anatop-min-voltage = <725000>;
481 anatop-max-voltage = <1450000>;
482 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800483 };
484
Richard Zhao74bd88f2012-07-12 14:21:41 +0800485 usbphy1: usbphy@020c9000 {
486 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800487 reg = <0x020c9000 0x1000>;
488 interrupts = <0 44 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800489 clocks = <&clks 182>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800490 };
491
Richard Zhao74bd88f2012-07-12 14:21:41 +0800492 usbphy2: usbphy@020ca000 {
493 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800494 reg = <0x020ca000 0x1000>;
495 interrupts = <0 45 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800496 clocks = <&clks 183>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800497 };
498
499 snvs@020cc000 {
Shawn Guoc9250382012-07-02 20:13:03 +0800500 compatible = "fsl,sec-v4.0-mon", "simple-bus";
501 #address-cells = <1>;
502 #size-cells = <1>;
503 ranges = <0 0x020cc000 0x4000>;
504
505 snvs-rtc-lp@34 {
506 compatible = "fsl,sec-v4.0-mon-rtc-lp";
507 reg = <0x34 0x58>;
508 interrupts = <0 19 0x04 0 20 0x04>;
509 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800510 };
511
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100512 epit1: epit@020d0000 { /* EPIT1 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800513 reg = <0x020d0000 0x4000>;
514 interrupts = <0 56 0x04>;
515 };
516
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100517 epit2: epit@020d4000 { /* EPIT2 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800518 reg = <0x020d4000 0x4000>;
519 interrupts = <0 57 0x04>;
520 };
521
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100522 src: src@020d8000 {
Philipp Zabelbd3d9242013-03-28 17:35:22 +0100523 compatible = "fsl,imx6q-src", "fsl,imx51-src";
Shawn Guo7d740f82011-09-06 13:53:26 +0800524 reg = <0x020d8000 0x4000>;
525 interrupts = <0 91 0x04 0 96 0x04>;
Philipp Zabel09ebf362013-03-28 17:35:20 +0100526 #reset-cells = <1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800527 };
528
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100529 gpc: gpc@020dc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800530 compatible = "fsl,imx6q-gpc";
531 reg = <0x020dc000 0x4000>;
532 interrupts = <0 89 0x04 0 90 0x04>;
533 };
534
Dong Aishengdf37e0c2012-09-05 10:57:14 +0800535 gpr: iomuxc-gpr@020e0000 {
536 compatible = "fsl,imx6q-iomuxc-gpr", "syscon";
537 reg = <0x020e0000 0x38>;
538 };
539
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100540 ldb: ldb@020e0008 {
541 #address-cells = <1>;
542 #size-cells = <0>;
543 compatible = "fsl,imx6q-ldb", "fsl,imx53-ldb";
544 gpr = <&gpr>;
545 status = "disabled";
546
547 lvds-channel@0 {
548 reg = <0>;
549 crtcs = <&ipu1 0>;
550 status = "disabled";
551 };
552
553 lvds-channel@1 {
554 reg = <1>;
555 crtcs = <&ipu1 1>;
556 status = "disabled";
557 };
558 };
559
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100560 dcic1: dcic@020e4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800561 reg = <0x020e4000 0x4000>;
562 interrupts = <0 124 0x04>;
563 };
564
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100565 dcic2: dcic@020e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800566 reg = <0x020e8000 0x4000>;
567 interrupts = <0 125 0x04>;
568 };
569
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100570 sdma: sdma@020ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800571 compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
572 reg = <0x020ec000 0x4000>;
573 interrupts = <0 2 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800574 clocks = <&clks 155>, <&clks 155>;
575 clock-names = "ipg", "ahb";
Fabio Estevamd6b9c592013-01-17 12:13:25 -0200576 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
Shawn Guo7d740f82011-09-06 13:53:26 +0800577 };
578 };
579
580 aips-bus@02100000 { /* AIPS2 */
581 compatible = "fsl,aips-bus", "simple-bus";
582 #address-cells = <1>;
583 #size-cells = <1>;
584 reg = <0x02100000 0x100000>;
585 ranges;
586
587 caam@02100000 {
588 reg = <0x02100000 0x40000>;
589 interrupts = <0 105 0x04 0 106 0x04>;
590 };
591
592 aipstz@0217c000 { /* AIPSTZ2 */
593 reg = <0x0217c000 0x4000>;
594 };
595
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100596 usbotg: usb@02184000 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800597 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
598 reg = <0x02184000 0x200>;
599 interrupts = <0 43 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800600 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800601 fsl,usbphy = <&usbphy1>;
Richard Zhao28342c62012-09-14 14:42:45 +0800602 fsl,usbmisc = <&usbmisc 0>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800603 status = "disabled";
604 };
605
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100606 usbh1: usb@02184200 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800607 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
608 reg = <0x02184200 0x200>;
609 interrupts = <0 40 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800610 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800611 fsl,usbphy = <&usbphy2>;
Richard Zhao28342c62012-09-14 14:42:45 +0800612 fsl,usbmisc = <&usbmisc 1>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800613 status = "disabled";
614 };
615
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100616 usbh2: usb@02184400 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800617 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
618 reg = <0x02184400 0x200>;
619 interrupts = <0 41 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800620 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800621 fsl,usbmisc = <&usbmisc 2>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800622 status = "disabled";
623 };
624
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100625 usbh3: usb@02184600 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800626 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
627 reg = <0x02184600 0x200>;
628 interrupts = <0 42 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800629 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800630 fsl,usbmisc = <&usbmisc 3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800631 status = "disabled";
632 };
633
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100634 usbmisc: usbmisc: usbmisc@02184800 {
Richard Zhao28342c62012-09-14 14:42:45 +0800635 #index-cells = <1>;
636 compatible = "fsl,imx6q-usbmisc";
637 reg = <0x02184800 0x200>;
638 clocks = <&clks 162>;
639 };
640
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100641 fec: ethernet@02188000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800642 compatible = "fsl,imx6q-fec";
643 reg = <0x02188000 0x4000>;
644 interrupts = <0 118 0x04 0 119 0x04>;
Frank Li8dd5c662013-02-05 14:21:06 +0800645 clocks = <&clks 117>, <&clks 117>, <&clks 190>;
Frank Li76298382012-10-30 18:24:57 +0000646 clock-names = "ipg", "ahb", "ptp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800647 status = "disabled";
648 };
649
650 mlb@0218c000 {
651 reg = <0x0218c000 0x4000>;
652 interrupts = <0 53 0x04 0 117 0x04 0 126 0x04>;
653 };
654
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100655 usdhc1: usdhc@02190000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800656 compatible = "fsl,imx6q-usdhc";
657 reg = <0x02190000 0x4000>;
658 interrupts = <0 22 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800659 clocks = <&clks 163>, <&clks 163>, <&clks 163>;
660 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200661 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800662 status = "disabled";
663 };
664
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100665 usdhc2: usdhc@02194000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800666 compatible = "fsl,imx6q-usdhc";
667 reg = <0x02194000 0x4000>;
668 interrupts = <0 23 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800669 clocks = <&clks 164>, <&clks 164>, <&clks 164>;
670 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200671 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800672 status = "disabled";
673 };
674
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100675 usdhc3: usdhc@02198000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800676 compatible = "fsl,imx6q-usdhc";
677 reg = <0x02198000 0x4000>;
678 interrupts = <0 24 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800679 clocks = <&clks 165>, <&clks 165>, <&clks 165>;
680 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200681 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800682 status = "disabled";
683 };
684
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100685 usdhc4: usdhc@0219c000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800686 compatible = "fsl,imx6q-usdhc";
687 reg = <0x0219c000 0x4000>;
688 interrupts = <0 25 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800689 clocks = <&clks 166>, <&clks 166>, <&clks 166>;
690 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200691 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800692 status = "disabled";
693 };
694
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100695 i2c1: i2c@021a0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800696 #address-cells = <1>;
697 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800698 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800699 reg = <0x021a0000 0x4000>;
700 interrupts = <0 36 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800701 clocks = <&clks 125>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800702 status = "disabled";
703 };
704
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100705 i2c2: i2c@021a4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800706 #address-cells = <1>;
707 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800708 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800709 reg = <0x021a4000 0x4000>;
710 interrupts = <0 37 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800711 clocks = <&clks 126>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800712 status = "disabled";
713 };
714
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100715 i2c3: i2c@021a8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800716 #address-cells = <1>;
717 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800718 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800719 reg = <0x021a8000 0x4000>;
720 interrupts = <0 38 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800721 clocks = <&clks 127>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800722 status = "disabled";
723 };
724
725 romcp@021ac000 {
726 reg = <0x021ac000 0x4000>;
727 };
728
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100729 mmdc0: mmdc@021b0000 { /* MMDC0 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800730 compatible = "fsl,imx6q-mmdc";
731 reg = <0x021b0000 0x4000>;
732 };
733
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100734 mmdc1: mmdc@021b4000 { /* MMDC1 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800735 reg = <0x021b4000 0x4000>;
736 };
737
738 weim@021b8000 {
739 reg = <0x021b8000 0x4000>;
740 interrupts = <0 14 0x04>;
741 };
742
743 ocotp@021bc000 {
Shawn Guo96574a62013-01-08 14:25:14 +0800744 compatible = "fsl,imx6q-ocotp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800745 reg = <0x021bc000 0x4000>;
746 };
747
748 ocotp@021c0000 {
749 reg = <0x021c0000 0x4000>;
750 interrupts = <0 21 0x04>;
751 };
752
753 tzasc@021d0000 { /* TZASC1 */
754 reg = <0x021d0000 0x4000>;
755 interrupts = <0 108 0x04>;
756 };
757
758 tzasc@021d4000 { /* TZASC2 */
759 reg = <0x021d4000 0x4000>;
760 interrupts = <0 109 0x04>;
761 };
762
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100763 audmux: audmux@021d8000 {
Richard Zhaof965cd52012-05-02 10:32:26 +0800764 compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
Shawn Guo7d740f82011-09-06 13:53:26 +0800765 reg = <0x021d8000 0x4000>;
Richard Zhaof965cd52012-05-02 10:32:26 +0800766 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800767 };
768
769 mipi@021dc000 { /* MIPI-CSI */
770 reg = <0x021dc000 0x4000>;
771 };
772
773 mipi@021e0000 { /* MIPI-DSI */
774 reg = <0x021e0000 0x4000>;
775 };
776
777 vdoa@021e4000 {
778 reg = <0x021e4000 0x4000>;
779 interrupts = <0 18 0x04>;
780 };
781
Shawn Guo0c456cf2012-04-02 14:39:26 +0800782 uart2: serial@021e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800783 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
784 reg = <0x021e8000 0x4000>;
785 interrupts = <0 27 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800786 clocks = <&clks 160>, <&clks 161>;
787 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800788 status = "disabled";
789 };
790
Shawn Guo0c456cf2012-04-02 14:39:26 +0800791 uart3: serial@021ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800792 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
793 reg = <0x021ec000 0x4000>;
794 interrupts = <0 28 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800795 clocks = <&clks 160>, <&clks 161>;
796 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800797 status = "disabled";
798 };
799
Shawn Guo0c456cf2012-04-02 14:39:26 +0800800 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800801 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
802 reg = <0x021f0000 0x4000>;
803 interrupts = <0 29 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800804 clocks = <&clks 160>, <&clks 161>;
805 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800806 status = "disabled";
807 };
808
Shawn Guo0c456cf2012-04-02 14:39:26 +0800809 uart5: serial@021f4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800810 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
811 reg = <0x021f4000 0x4000>;
812 interrupts = <0 30 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800813 clocks = <&clks 160>, <&clks 161>;
814 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800815 status = "disabled";
816 };
817 };
Sascha Hauer91660d72012-11-12 15:52:21 +0100818
819 ipu1: ipu@02400000 {
820 #crtc-cells = <1>;
821 compatible = "fsl,imx6q-ipu";
822 reg = <0x02400000 0x400000>;
823 interrupts = <0 6 0x4 0 5 0x4>;
824 clocks = <&clks 130>, <&clks 131>, <&clks 132>;
825 clock-names = "bus", "di0", "di1";
Philipp Zabel09ebf362013-03-28 17:35:20 +0100826 resets = <&src 2>;
Sascha Hauer91660d72012-11-12 15:52:21 +0100827 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800828 };
829};