blob: 92169e65040ad838d4561e487dbc5a82a229b48d [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
Shawn Guof30fb032013-02-25 21:56:56 +080068 dma_apbh: dma-apbh@00110000 {
Huang Shijiee5d0f9f2012-06-06 21:22:57 -040069 compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
70 reg = <0x00110000 0x2000>;
Shawn Guof30fb032013-02-25 21:56:56 +080071 interrupts = <0 13 0x04>, <0 13 0x04>, <0 13 0x04>, <0 13 0x04>;
72 interrupt-names = "gpmi0", "gpmi1", "gpmi2", "gpmi3";
73 #dma-cells = <1>;
74 dma-channels = <4>;
Shawn Guo0e87e042012-08-22 21:36:28 +080075 clocks = <&clks 106>;
Huang Shijiee5d0f9f2012-06-06 21:22:57 -040076 };
77
Shawn Guobe4ccfc2012-12-31 11:32:48 +080078 gpmi: gpmi-nand@00112000 {
Shawn Guo0e87e042012-08-22 21:36:28 +080079 compatible = "fsl,imx6q-gpmi-nand";
80 #address-cells = <1>;
81 #size-cells = <1>;
82 reg = <0x00112000 0x2000>, <0x00114000 0x2000>;
83 reg-names = "gpmi-nand", "bch";
84 interrupts = <0 13 0x04>, <0 15 0x04>;
85 interrupt-names = "gpmi-dma", "bch";
86 clocks = <&clks 152>, <&clks 153>, <&clks 151>,
87 <&clks 150>, <&clks 149>;
88 clock-names = "gpmi_io", "gpmi_apb", "gpmi_bch",
89 "gpmi_bch_apb", "per1_bch";
Shawn Guof30fb032013-02-25 21:56:56 +080090 dmas = <&dma_apbh 0>;
91 dma-names = "rx-tx";
Shawn Guo0e87e042012-08-22 21:36:28 +080092 fsl,gpmi-dma-channel = <0>;
93 status = "disabled";
Huang Shijiecf922fa2012-07-01 23:38:46 -040094 };
95
Shawn Guo7d740f82011-09-06 13:53:26 +080096 timer@00a00600 {
Marc Zyngier58458e02012-01-10 19:44:19 +000097 compatible = "arm,cortex-a9-twd-timer";
98 reg = <0x00a00600 0x20>;
99 interrupts = <1 13 0xf01>;
Shawn Guo2bb4b702013-04-03 23:50:09 +0800100 clocks = <&clks 15>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800101 };
102
103 L2: l2-cache@00a02000 {
104 compatible = "arm,pl310-cache";
105 reg = <0x00a02000 0x1000>;
106 interrupts = <0 92 0x04>;
107 cache-unified;
108 cache-level = <2>;
Dirk Behme5a5ca562013-04-26 10:13:55 +0200109 arm,tag-latency = <4 2 3>;
110 arm,data-latency = <4 2 3>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800111 };
112
Dirk Behme218abe62013-02-15 15:10:01 +0100113 pmu {
114 compatible = "arm,cortex-a9-pmu";
115 interrupts = <0 94 0x04>;
116 };
117
Shawn Guo7d740f82011-09-06 13:53:26 +0800118 aips-bus@02000000 { /* AIPS1 */
119 compatible = "fsl,aips-bus", "simple-bus";
120 #address-cells = <1>;
121 #size-cells = <1>;
122 reg = <0x02000000 0x100000>;
123 ranges;
124
125 spba-bus@02000000 {
126 compatible = "fsl,spba-bus", "simple-bus";
127 #address-cells = <1>;
128 #size-cells = <1>;
129 reg = <0x02000000 0x40000>;
130 ranges;
131
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100132 spdif: spdif@02004000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800133 reg = <0x02004000 0x4000>;
134 interrupts = <0 52 0x04>;
135 };
136
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100137 ecspi1: ecspi@02008000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800138 #address-cells = <1>;
139 #size-cells = <0>;
140 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
141 reg = <0x02008000 0x4000>;
142 interrupts = <0 31 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800143 clocks = <&clks 112>, <&clks 112>;
144 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800145 status = "disabled";
146 };
147
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100148 ecspi2: ecspi@0200c000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800149 #address-cells = <1>;
150 #size-cells = <0>;
151 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
152 reg = <0x0200c000 0x4000>;
153 interrupts = <0 32 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800154 clocks = <&clks 113>, <&clks 113>;
155 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800156 status = "disabled";
157 };
158
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100159 ecspi3: ecspi@02010000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800160 #address-cells = <1>;
161 #size-cells = <0>;
162 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
163 reg = <0x02010000 0x4000>;
164 interrupts = <0 33 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800165 clocks = <&clks 114>, <&clks 114>;
166 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800167 status = "disabled";
168 };
169
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100170 ecspi4: ecspi@02014000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800171 #address-cells = <1>;
172 #size-cells = <0>;
173 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
174 reg = <0x02014000 0x4000>;
175 interrupts = <0 34 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800176 clocks = <&clks 115>, <&clks 115>;
177 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800178 status = "disabled";
179 };
180
Shawn Guo0c456cf2012-04-02 14:39:26 +0800181 uart1: serial@02020000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800182 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
183 reg = <0x02020000 0x4000>;
184 interrupts = <0 26 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800185 clocks = <&clks 160>, <&clks 161>;
186 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800187 status = "disabled";
188 };
189
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100190 esai: esai@02024000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800191 reg = <0x02024000 0x4000>;
192 interrupts = <0 51 0x04>;
193 };
194
Richard Zhaob1a5da82012-05-02 10:29:10 +0800195 ssi1: ssi@02028000 {
196 compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800197 reg = <0x02028000 0x4000>;
198 interrupts = <0 46 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800199 clocks = <&clks 178>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800200 fsl,fifo-depth = <15>;
201 fsl,ssi-dma-events = <38 37>;
202 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800203 };
204
Richard Zhaob1a5da82012-05-02 10:29:10 +0800205 ssi2: ssi@0202c000 {
206 compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800207 reg = <0x0202c000 0x4000>;
208 interrupts = <0 47 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800209 clocks = <&clks 179>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800210 fsl,fifo-depth = <15>;
211 fsl,ssi-dma-events = <42 41>;
212 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800213 };
214
Richard Zhaob1a5da82012-05-02 10:29:10 +0800215 ssi3: ssi@02030000 {
216 compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800217 reg = <0x02030000 0x4000>;
218 interrupts = <0 48 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800219 clocks = <&clks 180>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800220 fsl,fifo-depth = <15>;
221 fsl,ssi-dma-events = <46 45>;
222 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800223 };
224
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100225 asrc: asrc@02034000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800226 reg = <0x02034000 0x4000>;
227 interrupts = <0 50 0x04>;
228 };
229
230 spba@0203c000 {
231 reg = <0x0203c000 0x4000>;
232 };
233 };
234
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100235 vpu: vpu@02040000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800236 reg = <0x02040000 0x3c000>;
237 interrupts = <0 3 0x04 0 12 0x04>;
238 };
239
240 aipstz@0207c000 { /* AIPSTZ1 */
241 reg = <0x0207c000 0x4000>;
242 };
243
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100244 pwm1: pwm@02080000 {
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 = <0x02080000 0x4000>;
248 interrupts = <0 83 0x04>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100249 clocks = <&clks 62>, <&clks 145>;
250 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800251 };
252
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100253 pwm2: pwm@02084000 {
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 = <0x02084000 0x4000>;
257 interrupts = <0 84 0x04>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100258 clocks = <&clks 62>, <&clks 146>;
259 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800260 };
261
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100262 pwm3: pwm@02088000 {
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 = <0x02088000 0x4000>;
266 interrupts = <0 85 0x04>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100267 clocks = <&clks 62>, <&clks 147>;
268 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800269 };
270
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100271 pwm4: pwm@0208c000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100272 #pwm-cells = <2>;
273 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800274 reg = <0x0208c000 0x4000>;
275 interrupts = <0 86 0x04>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100276 clocks = <&clks 62>, <&clks 148>;
277 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800278 };
279
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100280 can1: flexcan@02090000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800281 reg = <0x02090000 0x4000>;
282 interrupts = <0 110 0x04>;
283 };
284
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100285 can2: flexcan@02094000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800286 reg = <0x02094000 0x4000>;
287 interrupts = <0 111 0x04>;
288 };
289
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100290 gpt: gpt@02098000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800291 compatible = "fsl,imx6q-gpt";
292 reg = <0x02098000 0x4000>;
293 interrupts = <0 55 0x04>;
Sascha Hauer4efccad2013-03-14 13:09:01 +0100294 clocks = <&clks 119>, <&clks 120>;
295 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800296 };
297
Richard Zhao4d191862011-12-14 09:26:44 +0800298 gpio1: gpio@0209c000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200299 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800300 reg = <0x0209c000 0x4000>;
301 interrupts = <0 66 0x04 0 67 0x04>;
302 gpio-controller;
303 #gpio-cells = <2>;
304 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800305 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800306 };
307
Richard Zhao4d191862011-12-14 09:26:44 +0800308 gpio2: gpio@020a0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200309 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800310 reg = <0x020a0000 0x4000>;
311 interrupts = <0 68 0x04 0 69 0x04>;
312 gpio-controller;
313 #gpio-cells = <2>;
314 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800315 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800316 };
317
Richard Zhao4d191862011-12-14 09:26:44 +0800318 gpio3: gpio@020a4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200319 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800320 reg = <0x020a4000 0x4000>;
321 interrupts = <0 70 0x04 0 71 0x04>;
322 gpio-controller;
323 #gpio-cells = <2>;
324 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800325 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800326 };
327
Richard Zhao4d191862011-12-14 09:26:44 +0800328 gpio4: gpio@020a8000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200329 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800330 reg = <0x020a8000 0x4000>;
331 interrupts = <0 72 0x04 0 73 0x04>;
332 gpio-controller;
333 #gpio-cells = <2>;
334 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800335 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800336 };
337
Richard Zhao4d191862011-12-14 09:26:44 +0800338 gpio5: gpio@020ac000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200339 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800340 reg = <0x020ac000 0x4000>;
341 interrupts = <0 74 0x04 0 75 0x04>;
342 gpio-controller;
343 #gpio-cells = <2>;
344 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800345 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800346 };
347
Richard Zhao4d191862011-12-14 09:26:44 +0800348 gpio6: gpio@020b0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200349 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800350 reg = <0x020b0000 0x4000>;
351 interrupts = <0 76 0x04 0 77 0x04>;
352 gpio-controller;
353 #gpio-cells = <2>;
354 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800355 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800356 };
357
Richard Zhao4d191862011-12-14 09:26:44 +0800358 gpio7: gpio@020b4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200359 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800360 reg = <0x020b4000 0x4000>;
361 interrupts = <0 78 0x04 0 79 0x04>;
362 gpio-controller;
363 #gpio-cells = <2>;
364 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800365 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800366 };
367
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100368 kpp: kpp@020b8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800369 reg = <0x020b8000 0x4000>;
370 interrupts = <0 82 0x04>;
371 };
372
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100373 wdog1: wdog@020bc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800374 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
375 reg = <0x020bc000 0x4000>;
376 interrupts = <0 80 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800377 clocks = <&clks 0>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800378 };
379
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100380 wdog2: wdog@020c0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800381 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
382 reg = <0x020c0000 0x4000>;
383 interrupts = <0 81 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800384 clocks = <&clks 0>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800385 status = "disabled";
386 };
387
Shawn Guo0e87e042012-08-22 21:36:28 +0800388 clks: ccm@020c4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800389 compatible = "fsl,imx6q-ccm";
390 reg = <0x020c4000 0x4000>;
391 interrupts = <0 87 0x04 0 88 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800392 #clock-cells = <1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800393 };
394
Dong Aishengbaa64152012-09-05 10:57:15 +0800395 anatop: anatop@020c8000 {
396 compatible = "fsl,imx6q-anatop", "syscon", "simple-bus";
Shawn Guo7d740f82011-09-06 13:53:26 +0800397 reg = <0x020c8000 0x1000>;
398 interrupts = <0 49 0x04 0 54 0x04 0 127 0x04>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800399
400 regulator-1p1@110 {
401 compatible = "fsl,anatop-regulator";
402 regulator-name = "vdd1p1";
403 regulator-min-microvolt = <800000>;
404 regulator-max-microvolt = <1375000>;
405 regulator-always-on;
406 anatop-reg-offset = <0x110>;
407 anatop-vol-bit-shift = <8>;
408 anatop-vol-bit-width = <5>;
409 anatop-min-bit-val = <4>;
410 anatop-min-voltage = <800000>;
411 anatop-max-voltage = <1375000>;
412 };
413
414 regulator-3p0@120 {
415 compatible = "fsl,anatop-regulator";
416 regulator-name = "vdd3p0";
417 regulator-min-microvolt = <2800000>;
418 regulator-max-microvolt = <3150000>;
419 regulator-always-on;
420 anatop-reg-offset = <0x120>;
421 anatop-vol-bit-shift = <8>;
422 anatop-vol-bit-width = <5>;
423 anatop-min-bit-val = <0>;
424 anatop-min-voltage = <2625000>;
425 anatop-max-voltage = <3400000>;
426 };
427
428 regulator-2p5@130 {
429 compatible = "fsl,anatop-regulator";
430 regulator-name = "vdd2p5";
431 regulator-min-microvolt = <2000000>;
432 regulator-max-microvolt = <2750000>;
433 regulator-always-on;
434 anatop-reg-offset = <0x130>;
435 anatop-vol-bit-shift = <8>;
436 anatop-vol-bit-width = <5>;
437 anatop-min-bit-val = <0>;
438 anatop-min-voltage = <2000000>;
439 anatop-max-voltage = <2750000>;
440 };
441
Shawn Guo96574a62013-01-08 14:25:14 +0800442 reg_arm: regulator-vddcore@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800443 compatible = "fsl,anatop-regulator";
444 regulator-name = "cpu";
445 regulator-min-microvolt = <725000>;
446 regulator-max-microvolt = <1450000>;
447 regulator-always-on;
448 anatop-reg-offset = <0x140>;
449 anatop-vol-bit-shift = <0>;
450 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500451 anatop-delay-reg-offset = <0x170>;
452 anatop-delay-bit-shift = <24>;
453 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800454 anatop-min-bit-val = <1>;
455 anatop-min-voltage = <725000>;
456 anatop-max-voltage = <1450000>;
457 };
458
Shawn Guo96574a62013-01-08 14:25:14 +0800459 reg_pu: regulator-vddpu@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800460 compatible = "fsl,anatop-regulator";
461 regulator-name = "vddpu";
462 regulator-min-microvolt = <725000>;
463 regulator-max-microvolt = <1450000>;
464 regulator-always-on;
465 anatop-reg-offset = <0x140>;
466 anatop-vol-bit-shift = <9>;
467 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500468 anatop-delay-reg-offset = <0x170>;
469 anatop-delay-bit-shift = <26>;
470 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800471 anatop-min-bit-val = <1>;
472 anatop-min-voltage = <725000>;
473 anatop-max-voltage = <1450000>;
474 };
475
Shawn Guo96574a62013-01-08 14:25:14 +0800476 reg_soc: regulator-vddsoc@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800477 compatible = "fsl,anatop-regulator";
478 regulator-name = "vddsoc";
479 regulator-min-microvolt = <725000>;
480 regulator-max-microvolt = <1450000>;
481 regulator-always-on;
482 anatop-reg-offset = <0x140>;
483 anatop-vol-bit-shift = <18>;
484 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500485 anatop-delay-reg-offset = <0x170>;
486 anatop-delay-bit-shift = <28>;
487 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800488 anatop-min-bit-val = <1>;
489 anatop-min-voltage = <725000>;
490 anatop-max-voltage = <1450000>;
491 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800492 };
493
Richard Zhao74bd88f2012-07-12 14:21:41 +0800494 usbphy1: usbphy@020c9000 {
495 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800496 reg = <0x020c9000 0x1000>;
497 interrupts = <0 44 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800498 clocks = <&clks 182>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800499 };
500
Richard Zhao74bd88f2012-07-12 14:21:41 +0800501 usbphy2: usbphy@020ca000 {
502 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800503 reg = <0x020ca000 0x1000>;
504 interrupts = <0 45 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800505 clocks = <&clks 183>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800506 };
507
508 snvs@020cc000 {
Shawn Guoc9250382012-07-02 20:13:03 +0800509 compatible = "fsl,sec-v4.0-mon", "simple-bus";
510 #address-cells = <1>;
511 #size-cells = <1>;
512 ranges = <0 0x020cc000 0x4000>;
513
514 snvs-rtc-lp@34 {
515 compatible = "fsl,sec-v4.0-mon-rtc-lp";
516 reg = <0x34 0x58>;
517 interrupts = <0 19 0x04 0 20 0x04>;
518 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800519 };
520
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100521 epit1: epit@020d0000 { /* EPIT1 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800522 reg = <0x020d0000 0x4000>;
523 interrupts = <0 56 0x04>;
524 };
525
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100526 epit2: epit@020d4000 { /* EPIT2 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800527 reg = <0x020d4000 0x4000>;
528 interrupts = <0 57 0x04>;
529 };
530
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100531 src: src@020d8000 {
Philipp Zabelbd3d9242013-03-28 17:35:22 +0100532 compatible = "fsl,imx6q-src", "fsl,imx51-src";
Shawn Guo7d740f82011-09-06 13:53:26 +0800533 reg = <0x020d8000 0x4000>;
534 interrupts = <0 91 0x04 0 96 0x04>;
Philipp Zabel09ebf362013-03-28 17:35:20 +0100535 #reset-cells = <1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800536 };
537
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100538 gpc: gpc@020dc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800539 compatible = "fsl,imx6q-gpc";
540 reg = <0x020dc000 0x4000>;
541 interrupts = <0 89 0x04 0 90 0x04>;
542 };
543
Dong Aishengdf37e0c2012-09-05 10:57:14 +0800544 gpr: iomuxc-gpr@020e0000 {
545 compatible = "fsl,imx6q-iomuxc-gpr", "syscon";
546 reg = <0x020e0000 0x38>;
547 };
548
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100549 ldb: ldb@020e0008 {
550 #address-cells = <1>;
551 #size-cells = <0>;
552 compatible = "fsl,imx6q-ldb", "fsl,imx53-ldb";
553 gpr = <&gpr>;
554 status = "disabled";
555
556 lvds-channel@0 {
557 reg = <0>;
558 crtcs = <&ipu1 0>;
559 status = "disabled";
560 };
561
562 lvds-channel@1 {
563 reg = <1>;
564 crtcs = <&ipu1 1>;
565 status = "disabled";
566 };
567 };
568
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100569 dcic1: dcic@020e4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800570 reg = <0x020e4000 0x4000>;
571 interrupts = <0 124 0x04>;
572 };
573
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100574 dcic2: dcic@020e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800575 reg = <0x020e8000 0x4000>;
576 interrupts = <0 125 0x04>;
577 };
578
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100579 sdma: sdma@020ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800580 compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
581 reg = <0x020ec000 0x4000>;
582 interrupts = <0 2 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800583 clocks = <&clks 155>, <&clks 155>;
584 clock-names = "ipg", "ahb";
Fabio Estevamd6b9c592013-01-17 12:13:25 -0200585 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
Shawn Guo7d740f82011-09-06 13:53:26 +0800586 };
587 };
588
589 aips-bus@02100000 { /* AIPS2 */
590 compatible = "fsl,aips-bus", "simple-bus";
591 #address-cells = <1>;
592 #size-cells = <1>;
593 reg = <0x02100000 0x100000>;
594 ranges;
595
596 caam@02100000 {
597 reg = <0x02100000 0x40000>;
598 interrupts = <0 105 0x04 0 106 0x04>;
599 };
600
601 aipstz@0217c000 { /* AIPSTZ2 */
602 reg = <0x0217c000 0x4000>;
603 };
604
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100605 usbotg: usb@02184000 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800606 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
607 reg = <0x02184000 0x200>;
608 interrupts = <0 43 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800609 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800610 fsl,usbphy = <&usbphy1>;
Richard Zhao28342c62012-09-14 14:42:45 +0800611 fsl,usbmisc = <&usbmisc 0>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800612 status = "disabled";
613 };
614
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100615 usbh1: usb@02184200 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800616 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
617 reg = <0x02184200 0x200>;
618 interrupts = <0 40 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800619 clocks = <&clks 162>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800620 fsl,usbphy = <&usbphy2>;
Richard Zhao28342c62012-09-14 14:42:45 +0800621 fsl,usbmisc = <&usbmisc 1>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800622 status = "disabled";
623 };
624
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100625 usbh2: usb@02184400 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800626 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
627 reg = <0x02184400 0x200>;
628 interrupts = <0 41 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800629 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800630 fsl,usbmisc = <&usbmisc 2>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800631 status = "disabled";
632 };
633
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100634 usbh3: usb@02184600 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800635 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
636 reg = <0x02184600 0x200>;
637 interrupts = <0 42 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800638 clocks = <&clks 162>;
Richard Zhao28342c62012-09-14 14:42:45 +0800639 fsl,usbmisc = <&usbmisc 3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800640 status = "disabled";
641 };
642
Shawn Guo60984bd2013-04-28 09:59:54 +0800643 usbmisc: usbmisc@02184800 {
Richard Zhao28342c62012-09-14 14:42:45 +0800644 #index-cells = <1>;
645 compatible = "fsl,imx6q-usbmisc";
646 reg = <0x02184800 0x200>;
647 clocks = <&clks 162>;
648 };
649
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100650 fec: ethernet@02188000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800651 compatible = "fsl,imx6q-fec";
652 reg = <0x02188000 0x4000>;
653 interrupts = <0 118 0x04 0 119 0x04>;
Frank Li8dd5c662013-02-05 14:21:06 +0800654 clocks = <&clks 117>, <&clks 117>, <&clks 190>;
Frank Li76298382012-10-30 18:24:57 +0000655 clock-names = "ipg", "ahb", "ptp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800656 status = "disabled";
657 };
658
659 mlb@0218c000 {
660 reg = <0x0218c000 0x4000>;
661 interrupts = <0 53 0x04 0 117 0x04 0 126 0x04>;
662 };
663
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100664 usdhc1: usdhc@02190000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800665 compatible = "fsl,imx6q-usdhc";
666 reg = <0x02190000 0x4000>;
667 interrupts = <0 22 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800668 clocks = <&clks 163>, <&clks 163>, <&clks 163>;
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 usdhc2: usdhc@02194000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800675 compatible = "fsl,imx6q-usdhc";
676 reg = <0x02194000 0x4000>;
677 interrupts = <0 23 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800678 clocks = <&clks 164>, <&clks 164>, <&clks 164>;
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 usdhc3: usdhc@02198000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800685 compatible = "fsl,imx6q-usdhc";
686 reg = <0x02198000 0x4000>;
687 interrupts = <0 24 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800688 clocks = <&clks 165>, <&clks 165>, <&clks 165>;
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 usdhc4: usdhc@0219c000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800695 compatible = "fsl,imx6q-usdhc";
696 reg = <0x0219c000 0x4000>;
697 interrupts = <0 25 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800698 clocks = <&clks 166>, <&clks 166>, <&clks 166>;
699 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200700 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800701 status = "disabled";
702 };
703
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100704 i2c1: i2c@021a0000 {
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 = <0x021a0000 0x4000>;
709 interrupts = <0 36 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800710 clocks = <&clks 125>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800711 status = "disabled";
712 };
713
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100714 i2c2: i2c@021a4000 {
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 = <0x021a4000 0x4000>;
719 interrupts = <0 37 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800720 clocks = <&clks 126>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800721 status = "disabled";
722 };
723
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100724 i2c3: i2c@021a8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800725 #address-cells = <1>;
726 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800727 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800728 reg = <0x021a8000 0x4000>;
729 interrupts = <0 38 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800730 clocks = <&clks 127>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800731 status = "disabled";
732 };
733
734 romcp@021ac000 {
735 reg = <0x021ac000 0x4000>;
736 };
737
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100738 mmdc0: mmdc@021b0000 { /* MMDC0 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800739 compatible = "fsl,imx6q-mmdc";
740 reg = <0x021b0000 0x4000>;
741 };
742
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100743 mmdc1: mmdc@021b4000 { /* MMDC1 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800744 reg = <0x021b4000 0x4000>;
745 };
746
747 weim@021b8000 {
748 reg = <0x021b8000 0x4000>;
749 interrupts = <0 14 0x04>;
750 };
751
752 ocotp@021bc000 {
Shawn Guo96574a62013-01-08 14:25:14 +0800753 compatible = "fsl,imx6q-ocotp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800754 reg = <0x021bc000 0x4000>;
755 };
756
757 ocotp@021c0000 {
758 reg = <0x021c0000 0x4000>;
759 interrupts = <0 21 0x04>;
760 };
761
762 tzasc@021d0000 { /* TZASC1 */
763 reg = <0x021d0000 0x4000>;
764 interrupts = <0 108 0x04>;
765 };
766
767 tzasc@021d4000 { /* TZASC2 */
768 reg = <0x021d4000 0x4000>;
769 interrupts = <0 109 0x04>;
770 };
771
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100772 audmux: audmux@021d8000 {
Richard Zhaof965cd52012-05-02 10:32:26 +0800773 compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
Shawn Guo7d740f82011-09-06 13:53:26 +0800774 reg = <0x021d8000 0x4000>;
Richard Zhaof965cd52012-05-02 10:32:26 +0800775 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800776 };
777
778 mipi@021dc000 { /* MIPI-CSI */
779 reg = <0x021dc000 0x4000>;
780 };
781
782 mipi@021e0000 { /* MIPI-DSI */
783 reg = <0x021e0000 0x4000>;
784 };
785
786 vdoa@021e4000 {
787 reg = <0x021e4000 0x4000>;
788 interrupts = <0 18 0x04>;
789 };
790
Shawn Guo0c456cf2012-04-02 14:39:26 +0800791 uart2: serial@021e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800792 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
793 reg = <0x021e8000 0x4000>;
794 interrupts = <0 27 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 uart3: serial@021ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800801 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
802 reg = <0x021ec000 0x4000>;
803 interrupts = <0 28 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 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800810 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
811 reg = <0x021f0000 0x4000>;
812 interrupts = <0 29 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
Shawn Guo0c456cf2012-04-02 14:39:26 +0800818 uart5: serial@021f4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800819 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
820 reg = <0x021f4000 0x4000>;
821 interrupts = <0 30 0x04>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800822 clocks = <&clks 160>, <&clks 161>;
823 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800824 status = "disabled";
825 };
826 };
Sascha Hauer91660d72012-11-12 15:52:21 +0100827
828 ipu1: ipu@02400000 {
829 #crtc-cells = <1>;
830 compatible = "fsl,imx6q-ipu";
831 reg = <0x02400000 0x400000>;
832 interrupts = <0 6 0x4 0 5 0x4>;
833 clocks = <&clks 130>, <&clks 131>, <&clks 132>;
834 clock-names = "bus", "di0", "di1";
Philipp Zabel09ebf362013-03-28 17:35:20 +0100835 resets = <&src 2>;
Sascha Hauer91660d72012-11-12 15:52:21 +0100836 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800837 };
838};