blob: 804c0ec3239966a6ccafdbd94f831a07efa67c00 [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 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800523 compatible = "fsl,imx6q-src";
524 reg = <0x020d8000 0x4000>;
525 interrupts = <0 91 0x04 0 96 0x04>;
526 };
527
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100528 gpc: gpc@020dc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800529 compatible = "fsl,imx6q-gpc";
530 reg = <0x020dc000 0x4000>;
531 interrupts = <0 89 0x04 0 90 0x04>;
532 };
533
Dong Aishengdf37e0c2012-09-05 10:57:14 +0800534 gpr: iomuxc-gpr@020e0000 {
535 compatible = "fsl,imx6q-iomuxc-gpr", "syscon";
536 reg = <0x020e0000 0x38>;
537 };
538
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100539 ldb: ldb@020e0008 {
540 #address-cells = <1>;
541 #size-cells = <0>;
542 compatible = "fsl,imx6q-ldb", "fsl,imx53-ldb";
543 gpr = <&gpr>;
544 status = "disabled";
545
546 lvds-channel@0 {
547 reg = <0>;
548 crtcs = <&ipu1 0>;
549 status = "disabled";
550 };
551
552 lvds-channel@1 {
553 reg = <1>;
554 crtcs = <&ipu1 1>;
555 status = "disabled";
556 };
557 };
558
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100559 dcic1: dcic@020e4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800560 reg = <0x020e4000 0x4000>;
561 interrupts = <0 124 0x04>;
562 };
563
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100564 dcic2: dcic@020e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800565 reg = <0x020e8000 0x4000>;
566 interrupts = <0 125 0x04>;
567 };
568
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100569 sdma: sdma@020ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800570 compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
571 reg = <0x020ec000 0x4000>;
572 interrupts = <0 2 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800573 clocks = <&clks 155>, <&clks 155>;
574 clock-names = "ipg", "ahb";
Fabio Estevamd6b9c592013-01-17 12:13:25 -0200575 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
Shawn Guo7d740f82011-09-06 13:53:26 +0800576 };
577 };
578
579 aips-bus@02100000 { /* AIPS2 */
580 compatible = "fsl,aips-bus", "simple-bus";
581 #address-cells = <1>;
582 #size-cells = <1>;
583 reg = <0x02100000 0x100000>;
584 ranges;
585
586 caam@02100000 {
587 reg = <0x02100000 0x40000>;
588 interrupts = <0 105 0x04 0 106 0x04>;
589 };
590
591 aipstz@0217c000 { /* AIPSTZ2 */
592 reg = <0x0217c000 0x4000>;
593 };
594
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100595 usbotg: usb@02184000 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800596 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
597 reg = <0x02184000 0x200>;
598 interrupts = <0 43 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800599 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800600 fsl,usbphy = <&usbphy1>;
Richard Zhao28342c62012-09-14 14:42:45 +0800601 fsl,usbmisc = <&usbmisc 0>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800602 status = "disabled";
603 };
604
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100605 usbh1: usb@02184200 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800606 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
607 reg = <0x02184200 0x200>;
608 interrupts = <0 40 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800609 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800610 fsl,usbphy = <&usbphy2>;
Richard Zhao28342c62012-09-14 14:42:45 +0800611 fsl,usbmisc = <&usbmisc 1>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800612 status = "disabled";
613 };
614
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100615 usbh2: usb@02184400 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800616 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
617 reg = <0x02184400 0x200>;
618 interrupts = <0 41 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800619 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800620 fsl,usbmisc = <&usbmisc 2>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800621 status = "disabled";
622 };
623
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100624 usbh3: usb@02184600 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800625 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
626 reg = <0x02184600 0x200>;
627 interrupts = <0 42 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800628 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800629 fsl,usbmisc = <&usbmisc 3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800630 status = "disabled";
631 };
632
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100633 usbmisc: usbmisc: usbmisc@02184800 {
Richard Zhao28342c62012-09-14 14:42:45 +0800634 #index-cells = <1>;
635 compatible = "fsl,imx6q-usbmisc";
636 reg = <0x02184800 0x200>;
637 clocks = <&clks 162>;
638 };
639
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100640 fec: ethernet@02188000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800641 compatible = "fsl,imx6q-fec";
642 reg = <0x02188000 0x4000>;
643 interrupts = <0 118 0x04 0 119 0x04>;
Frank Li8dd5c662013-02-05 14:21:06 +0800644 clocks = <&clks 117>, <&clks 117>, <&clks 190>;
Frank Li76298382012-10-30 18:24:57 +0000645 clock-names = "ipg", "ahb", "ptp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800646 status = "disabled";
647 };
648
649 mlb@0218c000 {
650 reg = <0x0218c000 0x4000>;
651 interrupts = <0 53 0x04 0 117 0x04 0 126 0x04>;
652 };
653
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100654 usdhc1: usdhc@02190000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800655 compatible = "fsl,imx6q-usdhc";
656 reg = <0x02190000 0x4000>;
657 interrupts = <0 22 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800658 clocks = <&clks 163>, <&clks 163>, <&clks 163>;
659 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200660 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800661 status = "disabled";
662 };
663
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100664 usdhc2: usdhc@02194000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800665 compatible = "fsl,imx6q-usdhc";
666 reg = <0x02194000 0x4000>;
667 interrupts = <0 23 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800668 clocks = <&clks 164>, <&clks 164>, <&clks 164>;
669 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200670 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800671 status = "disabled";
672 };
673
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100674 usdhc3: usdhc@02198000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800675 compatible = "fsl,imx6q-usdhc";
676 reg = <0x02198000 0x4000>;
677 interrupts = <0 24 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800678 clocks = <&clks 165>, <&clks 165>, <&clks 165>;
679 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200680 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800681 status = "disabled";
682 };
683
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100684 usdhc4: usdhc@0219c000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800685 compatible = "fsl,imx6q-usdhc";
686 reg = <0x0219c000 0x4000>;
687 interrupts = <0 25 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800688 clocks = <&clks 166>, <&clks 166>, <&clks 166>;
689 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200690 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800691 status = "disabled";
692 };
693
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100694 i2c1: i2c@021a0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800695 #address-cells = <1>;
696 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800697 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800698 reg = <0x021a0000 0x4000>;
699 interrupts = <0 36 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800700 clocks = <&clks 125>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800701 status = "disabled";
702 };
703
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100704 i2c2: i2c@021a4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800705 #address-cells = <1>;
706 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800707 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800708 reg = <0x021a4000 0x4000>;
709 interrupts = <0 37 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800710 clocks = <&clks 126>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800711 status = "disabled";
712 };
713
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100714 i2c3: i2c@021a8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800715 #address-cells = <1>;
716 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800717 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800718 reg = <0x021a8000 0x4000>;
719 interrupts = <0 38 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800720 clocks = <&clks 127>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800721 status = "disabled";
722 };
723
724 romcp@021ac000 {
725 reg = <0x021ac000 0x4000>;
726 };
727
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100728 mmdc0: mmdc@021b0000 { /* MMDC0 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800729 compatible = "fsl,imx6q-mmdc";
730 reg = <0x021b0000 0x4000>;
731 };
732
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100733 mmdc1: mmdc@021b4000 { /* MMDC1 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800734 reg = <0x021b4000 0x4000>;
735 };
736
737 weim@021b8000 {
738 reg = <0x021b8000 0x4000>;
739 interrupts = <0 14 0x04>;
740 };
741
742 ocotp@021bc000 {
Shawn Guo96574a62013-01-08 14:25:14 +0800743 compatible = "fsl,imx6q-ocotp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800744 reg = <0x021bc000 0x4000>;
745 };
746
747 ocotp@021c0000 {
748 reg = <0x021c0000 0x4000>;
749 interrupts = <0 21 0x04>;
750 };
751
752 tzasc@021d0000 { /* TZASC1 */
753 reg = <0x021d0000 0x4000>;
754 interrupts = <0 108 0x04>;
755 };
756
757 tzasc@021d4000 { /* TZASC2 */
758 reg = <0x021d4000 0x4000>;
759 interrupts = <0 109 0x04>;
760 };
761
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100762 audmux: audmux@021d8000 {
Richard Zhaof965cd52012-05-02 10:32:26 +0800763 compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
Shawn Guo7d740f82011-09-06 13:53:26 +0800764 reg = <0x021d8000 0x4000>;
Richard Zhaof965cd52012-05-02 10:32:26 +0800765 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800766 };
767
768 mipi@021dc000 { /* MIPI-CSI */
769 reg = <0x021dc000 0x4000>;
770 };
771
772 mipi@021e0000 { /* MIPI-DSI */
773 reg = <0x021e0000 0x4000>;
774 };
775
776 vdoa@021e4000 {
777 reg = <0x021e4000 0x4000>;
778 interrupts = <0 18 0x04>;
779 };
780
Shawn Guo0c456cf2012-04-02 14:39:26 +0800781 uart2: serial@021e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800782 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
783 reg = <0x021e8000 0x4000>;
784 interrupts = <0 27 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800785 clocks = <&clks 160>, <&clks 161>;
786 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800787 status = "disabled";
788 };
789
Shawn Guo0c456cf2012-04-02 14:39:26 +0800790 uart3: serial@021ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800791 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
792 reg = <0x021ec000 0x4000>;
793 interrupts = <0 28 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800794 clocks = <&clks 160>, <&clks 161>;
795 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800796 status = "disabled";
797 };
798
Shawn Guo0c456cf2012-04-02 14:39:26 +0800799 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800800 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
801 reg = <0x021f0000 0x4000>;
802 interrupts = <0 29 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800803 clocks = <&clks 160>, <&clks 161>;
804 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800805 status = "disabled";
806 };
807
Shawn Guo0c456cf2012-04-02 14:39:26 +0800808 uart5: serial@021f4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800809 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
810 reg = <0x021f4000 0x4000>;
811 interrupts = <0 30 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800812 clocks = <&clks 160>, <&clks 161>;
813 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800814 status = "disabled";
815 };
816 };
Sascha Hauer91660d72012-11-12 15:52:21 +0100817
818 ipu1: ipu@02400000 {
819 #crtc-cells = <1>;
820 compatible = "fsl,imx6q-ipu";
821 reg = <0x02400000 0x400000>;
822 interrupts = <0 6 0x4 0 5 0x4>;
823 clocks = <&clks 130>, <&clks 131>, <&clks 132>;
824 clock-names = "bus", "di0", "di1";
825 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800826 };
827};