blob: 542515089b1e005fdd919a1ec00fdc80e2c2140e [file] [log] [blame]
Shawn Guoe29fe212013-05-03 11:26:30 +08001/*
2 * Copyright 2013 Freescale Semiconductor, Inc.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 *
8 */
9
Troy Kisky13088c22013-11-14 14:02:12 -070010#include <dt-bindings/interrupt-controller/irq.h>
Shawn Guoe29fe212013-05-03 11:26:30 +080011#include "skeleton.dtsi"
12#include "imx6sl-pinfunc.h"
13#include <dt-bindings/clock/imx6sl-clock.h>
14
15/ {
16 aliases {
Marek Vasut22970072014-02-28 12:58:41 +010017 ethernet0 = &fec;
Shawn Guoe29fe212013-05-03 11:26:30 +080018 gpio0 = &gpio1;
19 gpio1 = &gpio2;
20 gpio2 = &gpio3;
21 gpio3 = &gpio4;
22 gpio4 = &gpio5;
Fabio Estevam640a7f32013-09-13 18:13:00 -030023 serial0 = &uart1;
24 serial1 = &uart2;
25 serial2 = &uart3;
26 serial3 = &uart4;
27 serial4 = &uart5;
28 spi0 = &ecspi1;
29 spi1 = &ecspi2;
30 spi2 = &ecspi3;
31 spi3 = &ecspi4;
Peter Chen8189c512013-12-20 15:52:05 +080032 usbphy0 = &usbphy1;
33 usbphy1 = &usbphy2;
Shawn Guoe29fe212013-05-03 11:26:30 +080034 };
35
36 cpus {
37 #address-cells = <1>;
38 #size-cells = <0>;
39
40 cpu@0 {
41 compatible = "arm,cortex-a9";
42 device_type = "cpu";
43 reg = <0x0>;
44 next-level-cache = <&L2>;
John Tobiasb0d300d2013-12-19 12:35:36 -080045 operating-points = <
46 /* kHz uV */
47 996000 1275000
48 792000 1175000
49 396000 975000
50 >;
51 fsl,soc-operating-points = <
52 /* ARM kHz SOC-PU uV */
53 996000 1225000
54 792000 1175000
55 396000 1175000
56 >;
57 clock-latency = <61036>; /* two CLK32 periods */
58 clocks = <&clks IMX6SL_CLK_ARM>, <&clks IMX6SL_CLK_PLL2_PFD2>,
59 <&clks IMX6SL_CLK_STEP>, <&clks IMX6SL_CLK_PLL1_SW>,
60 <&clks IMX6SL_CLK_PLL1_SYS>;
61 clock-names = "arm", "pll2_pfd2_396m", "step",
62 "pll1_sw", "pll1_sys";
63 arm-supply = <&reg_arm>;
64 pu-supply = <&reg_pu>;
65 soc-supply = <&reg_soc>;
Shawn Guoe29fe212013-05-03 11:26:30 +080066 };
67 };
68
69 intc: interrupt-controller@00a01000 {
70 compatible = "arm,cortex-a9-gic";
71 #interrupt-cells = <3>;
Shawn Guoe29fe212013-05-03 11:26:30 +080072 interrupt-controller;
73 reg = <0x00a01000 0x1000>,
74 <0x00a00100 0x100>;
Marc Zyngierb923ff62015-02-23 17:45:18 +000075 interrupt-parent = <&intc>;
Shawn Guoe29fe212013-05-03 11:26:30 +080076 };
77
78 clocks {
79 #address-cells = <1>;
80 #size-cells = <0>;
81
82 ckil {
83 compatible = "fixed-clock";
Shawn Guo4b2b4042014-04-11 09:56:46 +080084 #clock-cells = <0>;
Shawn Guoe29fe212013-05-03 11:26:30 +080085 clock-frequency = <32768>;
86 };
87
88 osc {
89 compatible = "fixed-clock";
Shawn Guo4b2b4042014-04-11 09:56:46 +080090 #clock-cells = <0>;
Shawn Guoe29fe212013-05-03 11:26:30 +080091 clock-frequency = <24000000>;
92 };
93 };
94
95 soc {
96 #address-cells = <1>;
97 #size-cells = <1>;
98 compatible = "simple-bus";
Marc Zyngierb923ff62015-02-23 17:45:18 +000099 interrupt-parent = <&gpc>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800100 ranges;
101
Anson Huang248f15a2014-01-06 15:57:37 -0500102 ocram: sram@00900000 {
103 compatible = "mmio-sram";
104 reg = <0x00900000 0x20000>;
105 clocks = <&clks IMX6SL_CLK_OCRAM>;
106 };
107
Shawn Guoe29fe212013-05-03 11:26:30 +0800108 L2: l2-cache@00a02000 {
109 compatible = "arm,pl310-cache";
110 reg = <0x00a02000 0x1000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700111 interrupts = <0 92 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800112 cache-unified;
113 cache-level = <2>;
114 arm,tag-latency = <4 2 3>;
115 arm,data-latency = <4 2 3>;
116 };
117
118 pmu {
119 compatible = "arm,cortex-a9-pmu";
Troy Kisky13088c22013-11-14 14:02:12 -0700120 interrupts = <0 94 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800121 };
122
123 aips1: aips-bus@02000000 {
124 compatible = "fsl,aips-bus", "simple-bus";
125 #address-cells = <1>;
126 #size-cells = <1>;
127 reg = <0x02000000 0x100000>;
128 ranges;
129
130 spba: spba-bus@02000000 {
131 compatible = "fsl,spba-bus", "simple-bus";
132 #address-cells = <1>;
133 #size-cells = <1>;
134 reg = <0x02000000 0x40000>;
135 ranges;
136
137 spdif: spdif@02004000 {
Shengjiu Wang833f2cb2015-10-10 18:15:07 +0800138 compatible = "fsl,imx6sl-spdif",
139 "fsl,imx35-spdif";
Shawn Guoe29fe212013-05-03 11:26:30 +0800140 reg = <0x02004000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700141 interrupts = <0 52 IRQ_TYPE_LEVEL_HIGH>;
Shengjiu Wang833f2cb2015-10-10 18:15:07 +0800142 dmas = <&sdma 14 18 0>,
143 <&sdma 15 18 0>;
144 dma-names = "rx", "tx";
145 clocks = <&clks IMX6SL_CLK_SPDIF_GCLK>, <&clks IMX6SL_CLK_OSC>,
146 <&clks IMX6SL_CLK_SPDIF>, <&clks IMX6SL_CLK_DUMMY>,
147 <&clks IMX6SL_CLK_DUMMY>, <&clks IMX6SL_CLK_DUMMY>,
148 <&clks IMX6SL_CLK_IPG>, <&clks IMX6SL_CLK_DUMMY>,
149 <&clks IMX6SL_CLK_DUMMY>, <&clks IMX6SL_CLK_SPBA>;
150 clock-names = "core", "rxtx0",
151 "rxtx1", "rxtx2",
152 "rxtx3", "rxtx4",
153 "rxtx5", "rxtx6",
Shengjiu Wang09d30592015-11-26 10:39:30 +0800154 "rxtx7", "spba";
Shengjiu Wang833f2cb2015-10-10 18:15:07 +0800155 status = "disabled";
Shawn Guoe29fe212013-05-03 11:26:30 +0800156 };
157
158 ecspi1: ecspi@02008000 {
159 #address-cells = <1>;
160 #size-cells = <0>;
161 compatible = "fsl,imx6sl-ecspi", "fsl,imx51-ecspi";
162 reg = <0x02008000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700163 interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800164 clocks = <&clks IMX6SL_CLK_ECSPI1>,
165 <&clks IMX6SL_CLK_ECSPI1>;
166 clock-names = "ipg", "per";
167 status = "disabled";
168 };
169
170 ecspi2: ecspi@0200c000 {
171 #address-cells = <1>;
172 #size-cells = <0>;
173 compatible = "fsl,imx6sl-ecspi", "fsl,imx51-ecspi";
174 reg = <0x0200c000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700175 interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800176 clocks = <&clks IMX6SL_CLK_ECSPI2>,
177 <&clks IMX6SL_CLK_ECSPI2>;
178 clock-names = "ipg", "per";
179 status = "disabled";
180 };
181
182 ecspi3: ecspi@02010000 {
183 #address-cells = <1>;
184 #size-cells = <0>;
185 compatible = "fsl,imx6sl-ecspi", "fsl,imx51-ecspi";
186 reg = <0x02010000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700187 interrupts = <0 33 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800188 clocks = <&clks IMX6SL_CLK_ECSPI3>,
189 <&clks IMX6SL_CLK_ECSPI3>;
190 clock-names = "ipg", "per";
191 status = "disabled";
192 };
193
194 ecspi4: ecspi@02014000 {
195 #address-cells = <1>;
196 #size-cells = <0>;
197 compatible = "fsl,imx6sl-ecspi", "fsl,imx51-ecspi";
198 reg = <0x02014000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700199 interrupts = <0 34 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800200 clocks = <&clks IMX6SL_CLK_ECSPI4>,
201 <&clks IMX6SL_CLK_ECSPI4>;
202 clock-names = "ipg", "per";
203 status = "disabled";
204 };
205
206 uart5: serial@02018000 {
Huang Shijie6eb85f92013-07-08 17:14:19 +0800207 compatible = "fsl,imx6sl-uart",
208 "fsl,imx6q-uart", "fsl,imx21-uart";
Shawn Guoe29fe212013-05-03 11:26:30 +0800209 reg = <0x02018000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700210 interrupts = <0 30 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800211 clocks = <&clks IMX6SL_CLK_UART>,
212 <&clks IMX6SL_CLK_UART_SERIAL>;
213 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +0800214 dmas = <&sdma 33 4 0>, <&sdma 34 4 0>;
215 dma-names = "rx", "tx";
Shawn Guoe29fe212013-05-03 11:26:30 +0800216 status = "disabled";
217 };
218
219 uart1: serial@02020000 {
Huang Shijie6eb85f92013-07-08 17:14:19 +0800220 compatible = "fsl,imx6sl-uart",
221 "fsl,imx6q-uart", "fsl,imx21-uart";
Shawn Guoe29fe212013-05-03 11:26:30 +0800222 reg = <0x02020000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700223 interrupts = <0 26 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800224 clocks = <&clks IMX6SL_CLK_UART>,
225 <&clks IMX6SL_CLK_UART_SERIAL>;
226 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +0800227 dmas = <&sdma 25 4 0>, <&sdma 26 4 0>;
228 dma-names = "rx", "tx";
Shawn Guoe29fe212013-05-03 11:26:30 +0800229 status = "disabled";
230 };
231
232 uart2: serial@02024000 {
Huang Shijie6eb85f92013-07-08 17:14:19 +0800233 compatible = "fsl,imx6sl-uart",
234 "fsl,imx6q-uart", "fsl,imx21-uart";
Shawn Guoe29fe212013-05-03 11:26:30 +0800235 reg = <0x02024000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700236 interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800237 clocks = <&clks IMX6SL_CLK_UART>,
238 <&clks IMX6SL_CLK_UART_SERIAL>;
239 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +0800240 dmas = <&sdma 27 4 0>, <&sdma 28 4 0>;
241 dma-names = "rx", "tx";
Shawn Guoe29fe212013-05-03 11:26:30 +0800242 status = "disabled";
243 };
244
245 ssi1: ssi@02028000 {
Alexander Shiyan6ff7f512014-08-19 20:00:09 +0400246 #sound-dai-cells = <0>;
Markus Pargmann98ea6ad2014-01-17 10:07:42 +0100247 compatible = "fsl,imx6sl-ssi",
Fabio Estevam4c035272014-07-07 10:04:52 -0300248 "fsl,imx51-ssi";
Shawn Guoe29fe212013-05-03 11:26:30 +0800249 reg = <0x02028000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700250 interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>;
Shengjiu Wang50a88352014-09-09 17:13:27 +0800251 clocks = <&clks IMX6SL_CLK_SSI1_IPG>,
252 <&clks IMX6SL_CLK_SSI1>;
253 clock-names = "ipg", "baud";
Shawn Guo5da826a2013-07-17 13:50:54 +0800254 dmas = <&sdma 37 1 0>,
255 <&sdma 38 1 0>;
256 dma-names = "rx", "tx";
Shawn Guoe29fe212013-05-03 11:26:30 +0800257 fsl,fifo-depth = <15>;
258 status = "disabled";
259 };
260
261 ssi2: ssi@0202c000 {
Alexander Shiyan6ff7f512014-08-19 20:00:09 +0400262 #sound-dai-cells = <0>;
Markus Pargmann98ea6ad2014-01-17 10:07:42 +0100263 compatible = "fsl,imx6sl-ssi",
Fabio Estevam4c035272014-07-07 10:04:52 -0300264 "fsl,imx51-ssi";
Shawn Guoe29fe212013-05-03 11:26:30 +0800265 reg = <0x0202c000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700266 interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
Shengjiu Wang50a88352014-09-09 17:13:27 +0800267 clocks = <&clks IMX6SL_CLK_SSI2_IPG>,
268 <&clks IMX6SL_CLK_SSI2>;
269 clock-names = "ipg", "baud";
Shawn Guo5da826a2013-07-17 13:50:54 +0800270 dmas = <&sdma 41 1 0>,
271 <&sdma 42 1 0>;
272 dma-names = "rx", "tx";
Shawn Guoe29fe212013-05-03 11:26:30 +0800273 fsl,fifo-depth = <15>;
274 status = "disabled";
275 };
276
277 ssi3: ssi@02030000 {
Alexander Shiyan6ff7f512014-08-19 20:00:09 +0400278 #sound-dai-cells = <0>;
Markus Pargmann98ea6ad2014-01-17 10:07:42 +0100279 compatible = "fsl,imx6sl-ssi",
Fabio Estevam4c035272014-07-07 10:04:52 -0300280 "fsl,imx51-ssi";
Shawn Guoe29fe212013-05-03 11:26:30 +0800281 reg = <0x02030000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700282 interrupts = <0 48 IRQ_TYPE_LEVEL_HIGH>;
Shengjiu Wang50a88352014-09-09 17:13:27 +0800283 clocks = <&clks IMX6SL_CLK_SSI3_IPG>,
284 <&clks IMX6SL_CLK_SSI3>;
285 clock-names = "ipg", "baud";
Shawn Guo5da826a2013-07-17 13:50:54 +0800286 dmas = <&sdma 45 1 0>,
287 <&sdma 46 1 0>;
288 dma-names = "rx", "tx";
Shawn Guoe29fe212013-05-03 11:26:30 +0800289 fsl,fifo-depth = <15>;
290 status = "disabled";
291 };
292
293 uart3: serial@02034000 {
Huang Shijie6eb85f92013-07-08 17:14:19 +0800294 compatible = "fsl,imx6sl-uart",
295 "fsl,imx6q-uart", "fsl,imx21-uart";
Shawn Guoe29fe212013-05-03 11:26:30 +0800296 reg = <0x02034000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700297 interrupts = <0 28 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800298 clocks = <&clks IMX6SL_CLK_UART>,
299 <&clks IMX6SL_CLK_UART_SERIAL>;
300 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +0800301 dmas = <&sdma 29 4 0>, <&sdma 30 4 0>;
302 dma-names = "rx", "tx";
Shawn Guoe29fe212013-05-03 11:26:30 +0800303 status = "disabled";
304 };
305
306 uart4: serial@02038000 {
Huang Shijie6eb85f92013-07-08 17:14:19 +0800307 compatible = "fsl,imx6sl-uart",
308 "fsl,imx6q-uart", "fsl,imx21-uart";
Shawn Guoe29fe212013-05-03 11:26:30 +0800309 reg = <0x02038000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700310 interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800311 clocks = <&clks IMX6SL_CLK_UART>,
312 <&clks IMX6SL_CLK_UART_SERIAL>;
313 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +0800314 dmas = <&sdma 31 4 0>, <&sdma 32 4 0>;
315 dma-names = "rx", "tx";
Shawn Guoe29fe212013-05-03 11:26:30 +0800316 status = "disabled";
317 };
318 };
319
320 pwm1: pwm@02080000 {
321 #pwm-cells = <2>;
322 compatible = "fsl,imx6sl-pwm", "fsl,imx27-pwm";
323 reg = <0x02080000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700324 interrupts = <0 83 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800325 clocks = <&clks IMX6SL_CLK_PWM1>,
326 <&clks IMX6SL_CLK_PWM1>;
327 clock-names = "ipg", "per";
328 };
329
330 pwm2: pwm@02084000 {
331 #pwm-cells = <2>;
332 compatible = "fsl,imx6sl-pwm", "fsl,imx27-pwm";
333 reg = <0x02084000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700334 interrupts = <0 84 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800335 clocks = <&clks IMX6SL_CLK_PWM2>,
336 <&clks IMX6SL_CLK_PWM2>;
337 clock-names = "ipg", "per";
338 };
339
340 pwm3: pwm@02088000 {
341 #pwm-cells = <2>;
342 compatible = "fsl,imx6sl-pwm", "fsl,imx27-pwm";
343 reg = <0x02088000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700344 interrupts = <0 85 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800345 clocks = <&clks IMX6SL_CLK_PWM3>,
346 <&clks IMX6SL_CLK_PWM3>;
347 clock-names = "ipg", "per";
348 };
349
350 pwm4: pwm@0208c000 {
351 #pwm-cells = <2>;
352 compatible = "fsl,imx6sl-pwm", "fsl,imx27-pwm";
353 reg = <0x0208c000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700354 interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800355 clocks = <&clks IMX6SL_CLK_PWM4>,
356 <&clks IMX6SL_CLK_PWM4>;
357 clock-names = "ipg", "per";
358 };
359
360 gpt: gpt@02098000 {
361 compatible = "fsl,imx6sl-gpt";
362 reg = <0x02098000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700363 interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800364 clocks = <&clks IMX6SL_CLK_GPT>,
365 <&clks IMX6SL_CLK_GPT_SERIAL>;
366 clock-names = "ipg", "per";
367 };
368
369 gpio1: gpio@0209c000 {
370 compatible = "fsl,imx6sl-gpio", "fsl,imx35-gpio";
371 reg = <0x0209c000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700372 interrupts = <0 66 IRQ_TYPE_LEVEL_HIGH>,
373 <0 67 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800374 gpio-controller;
375 #gpio-cells = <2>;
376 interrupt-controller;
377 #interrupt-cells = <2>;
378 };
379
380 gpio2: gpio@020a0000 {
381 compatible = "fsl,imx6sl-gpio", "fsl,imx35-gpio";
382 reg = <0x020a0000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700383 interrupts = <0 68 IRQ_TYPE_LEVEL_HIGH>,
384 <0 69 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800385 gpio-controller;
386 #gpio-cells = <2>;
387 interrupt-controller;
388 #interrupt-cells = <2>;
389 };
390
391 gpio3: gpio@020a4000 {
392 compatible = "fsl,imx6sl-gpio", "fsl,imx35-gpio";
393 reg = <0x020a4000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700394 interrupts = <0 70 IRQ_TYPE_LEVEL_HIGH>,
395 <0 71 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800396 gpio-controller;
397 #gpio-cells = <2>;
398 interrupt-controller;
399 #interrupt-cells = <2>;
400 };
401
402 gpio4: gpio@020a8000 {
403 compatible = "fsl,imx6sl-gpio", "fsl,imx35-gpio";
404 reg = <0x020a8000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700405 interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>,
406 <0 73 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800407 gpio-controller;
408 #gpio-cells = <2>;
409 interrupt-controller;
410 #interrupt-cells = <2>;
411 };
412
413 gpio5: gpio@020ac000 {
414 compatible = "fsl,imx6sl-gpio", "fsl,imx35-gpio";
415 reg = <0x020ac000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700416 interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>,
417 <0 75 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800418 gpio-controller;
419 #gpio-cells = <2>;
420 interrupt-controller;
421 #interrupt-cells = <2>;
422 };
423
424 kpp: kpp@020b8000 {
Anson Huang4291b642014-01-14 17:30:28 +0800425 compatible = "fsl,imx6sl-kpp", "fsl,imx21-kpp";
Shawn Guoe29fe212013-05-03 11:26:30 +0800426 reg = <0x020b8000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700427 interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
Anson Huang4291b642014-01-14 17:30:28 +0800428 clocks = <&clks IMX6SL_CLK_DUMMY>;
Fabio Estevam1b6f2362014-06-24 21:13:44 -0300429 status = "disabled";
Shawn Guoe29fe212013-05-03 11:26:30 +0800430 };
431
432 wdog1: wdog@020bc000 {
433 compatible = "fsl,imx6sl-wdt", "fsl,imx21-wdt";
434 reg = <0x020bc000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700435 interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800436 clocks = <&clks IMX6SL_CLK_DUMMY>;
437 };
438
439 wdog2: wdog@020c0000 {
440 compatible = "fsl,imx6sl-wdt", "fsl,imx21-wdt";
441 reg = <0x020c0000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700442 interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800443 clocks = <&clks IMX6SL_CLK_DUMMY>;
444 status = "disabled";
445 };
446
447 clks: ccm@020c4000 {
448 compatible = "fsl,imx6sl-ccm";
449 reg = <0x020c4000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700450 interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
451 <0 88 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800452 #clock-cells = <1>;
453 };
454
455 anatop: anatop@020c8000 {
Shawn Guod8ce8232013-08-13 16:54:05 +0800456 compatible = "fsl,imx6sl-anatop",
457 "fsl,imx6q-anatop",
458 "syscon", "simple-bus";
Shawn Guoe29fe212013-05-03 11:26:30 +0800459 reg = <0x020c8000 0x1000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700460 interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>,
461 <0 54 IRQ_TYPE_LEVEL_HIGH>,
462 <0 127 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800463
Fabio Estevam298701e2016-05-03 10:57:31 -0300464 regulator-1p1 {
Shawn Guoe29fe212013-05-03 11:26:30 +0800465 compatible = "fsl,anatop-regulator";
466 regulator-name = "vdd1p1";
467 regulator-min-microvolt = <800000>;
468 regulator-max-microvolt = <1375000>;
469 regulator-always-on;
470 anatop-reg-offset = <0x110>;
471 anatop-vol-bit-shift = <8>;
472 anatop-vol-bit-width = <5>;
473 anatop-min-bit-val = <4>;
474 anatop-min-voltage = <800000>;
475 anatop-max-voltage = <1375000>;
476 };
477
Fabio Estevam298701e2016-05-03 10:57:31 -0300478 regulator-3p0 {
Shawn Guoe29fe212013-05-03 11:26:30 +0800479 compatible = "fsl,anatop-regulator";
480 regulator-name = "vdd3p0";
481 regulator-min-microvolt = <2800000>;
482 regulator-max-microvolt = <3150000>;
483 regulator-always-on;
484 anatop-reg-offset = <0x120>;
485 anatop-vol-bit-shift = <8>;
486 anatop-vol-bit-width = <5>;
487 anatop-min-bit-val = <0>;
488 anatop-min-voltage = <2625000>;
489 anatop-max-voltage = <3400000>;
490 };
491
Fabio Estevam298701e2016-05-03 10:57:31 -0300492 regulator-2p5 {
Shawn Guoe29fe212013-05-03 11:26:30 +0800493 compatible = "fsl,anatop-regulator";
494 regulator-name = "vdd2p5";
495 regulator-min-microvolt = <2100000>;
496 regulator-max-microvolt = <2850000>;
497 regulator-always-on;
498 anatop-reg-offset = <0x130>;
499 anatop-vol-bit-shift = <8>;
500 anatop-vol-bit-width = <5>;
501 anatop-min-bit-val = <0>;
502 anatop-min-voltage = <2100000>;
503 anatop-max-voltage = <2850000>;
504 };
505
Fabio Estevam298701e2016-05-03 10:57:31 -0300506 reg_arm: regulator-vddcore {
Shawn Guoe29fe212013-05-03 11:26:30 +0800507 compatible = "fsl,anatop-regulator";
Fabio Estevam118c98a2013-12-19 21:08:52 -0200508 regulator-name = "vddarm";
Shawn Guoe29fe212013-05-03 11:26:30 +0800509 regulator-min-microvolt = <725000>;
510 regulator-max-microvolt = <1450000>;
511 regulator-always-on;
512 anatop-reg-offset = <0x140>;
513 anatop-vol-bit-shift = <0>;
514 anatop-vol-bit-width = <5>;
515 anatop-delay-reg-offset = <0x170>;
516 anatop-delay-bit-shift = <24>;
517 anatop-delay-bit-width = <2>;
518 anatop-min-bit-val = <1>;
519 anatop-min-voltage = <725000>;
520 anatop-max-voltage = <1450000>;
521 };
522
Fabio Estevam298701e2016-05-03 10:57:31 -0300523 reg_pu: regulator-vddpu {
Shawn Guoe29fe212013-05-03 11:26:30 +0800524 compatible = "fsl,anatop-regulator";
525 regulator-name = "vddpu";
526 regulator-min-microvolt = <725000>;
527 regulator-max-microvolt = <1450000>;
528 regulator-always-on;
529 anatop-reg-offset = <0x140>;
530 anatop-vol-bit-shift = <9>;
531 anatop-vol-bit-width = <5>;
532 anatop-delay-reg-offset = <0x170>;
533 anatop-delay-bit-shift = <26>;
534 anatop-delay-bit-width = <2>;
535 anatop-min-bit-val = <1>;
536 anatop-min-voltage = <725000>;
537 anatop-max-voltage = <1450000>;
538 };
539
Fabio Estevam298701e2016-05-03 10:57:31 -0300540 reg_soc: regulator-vddsoc {
Shawn Guoe29fe212013-05-03 11:26:30 +0800541 compatible = "fsl,anatop-regulator";
542 regulator-name = "vddsoc";
543 regulator-min-microvolt = <725000>;
544 regulator-max-microvolt = <1450000>;
545 regulator-always-on;
546 anatop-reg-offset = <0x140>;
547 anatop-vol-bit-shift = <18>;
548 anatop-vol-bit-width = <5>;
549 anatop-delay-reg-offset = <0x170>;
550 anatop-delay-bit-shift = <28>;
551 anatop-delay-bit-width = <2>;
552 anatop-min-bit-val = <1>;
553 anatop-min-voltage = <725000>;
554 anatop-max-voltage = <1450000>;
555 };
556 };
557
Anson Huang2998b332014-08-05 17:34:52 +0800558 tempmon: tempmon {
559 compatible = "fsl,imx6q-tempmon";
560 interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>;
561 fsl,tempmon = <&anatop>;
562 fsl,tempmon-data = <&ocotp>;
563 clocks = <&clks IMX6SL_CLK_PLL3_USB_OTG>;
564 };
565
Shawn Guoe29fe212013-05-03 11:26:30 +0800566 usbphy1: usbphy@020c9000 {
567 compatible = "fsl,imx6sl-usbphy", "fsl,imx23-usbphy";
568 reg = <0x020c9000 0x1000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700569 interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800570 clocks = <&clks IMX6SL_CLK_USBPHY1>;
Peter Chen76a38852013-12-20 15:52:01 +0800571 fsl,anatop = <&anatop>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800572 };
573
574 usbphy2: usbphy@020ca000 {
575 compatible = "fsl,imx6sl-usbphy", "fsl,imx23-usbphy";
576 reg = <0x020ca000 0x1000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700577 interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800578 clocks = <&clks IMX6SL_CLK_USBPHY2>;
Peter Chen76a38852013-12-20 15:52:01 +0800579 fsl,anatop = <&anatop>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800580 };
581
Frank Li95d739b2015-05-27 00:25:59 +0800582 snvs: snvs@020cc000 {
583 compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
584 reg = <0x020cc000 0x4000>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800585
Frank Li95d739b2015-05-27 00:25:59 +0800586 snvs_rtc: snvs-rtc-lp {
Shawn Guoe29fe212013-05-03 11:26:30 +0800587 compatible = "fsl,sec-v4.0-mon-rtc-lp";
Frank Li95d739b2015-05-27 00:25:59 +0800588 regmap = <&snvs>;
589 offset = <0x34>;
Troy Kisky13088c22013-11-14 14:02:12 -0700590 interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>,
591 <0 20 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800592 };
Robin Gong422b0672014-11-12 16:20:37 +0800593
Frank Li95d739b2015-05-27 00:25:59 +0800594 snvs_poweroff: snvs-poweroff {
595 compatible = "syscon-poweroff";
596 regmap = <&snvs>;
597 offset = <0x38>;
598 mask = <0x60>;
Robin Gong422b0672014-11-12 16:20:37 +0800599 status = "disabled";
600 };
Shawn Guoe29fe212013-05-03 11:26:30 +0800601 };
602
603 epit1: epit@020d0000 {
604 reg = <0x020d0000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700605 interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800606 };
607
608 epit2: epit@020d4000 {
609 reg = <0x020d4000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700610 interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800611 };
612
613 src: src@020d8000 {
614 compatible = "fsl,imx6sl-src", "fsl,imx51-src";
615 reg = <0x020d8000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700616 interrupts = <0 91 IRQ_TYPE_LEVEL_HIGH>,
617 <0 96 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800618 #reset-cells = <1>;
619 };
620
621 gpc: gpc@020dc000 {
622 compatible = "fsl,imx6sl-gpc", "fsl,imx6q-gpc";
623 reg = <0x020dc000 0x4000>;
Marc Zyngierb923ff62015-02-23 17:45:18 +0000624 interrupt-controller;
625 #interrupt-cells = <3>;
Troy Kisky13088c22013-11-14 14:02:12 -0700626 interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>;
Marc Zyngierb923ff62015-02-23 17:45:18 +0000627 interrupt-parent = <&intc>;
Philipp Zabel016dbd72015-02-23 18:40:14 +0100628 pu-supply = <&reg_pu>;
629 clocks = <&clks IMX6SL_CLK_GPU2D_OVG>,
630 <&clks IMX6SL_CLK_GPU2D_PODF>;
631 #power-domain-cells = <1>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800632 };
633
Fugang Duane03d10f2013-09-03 12:26:22 +0800634 gpr: iomuxc-gpr@020e0000 {
Shawn Guo5f7adc92013-10-18 23:27:37 +0800635 compatible = "fsl,imx6sl-iomuxc-gpr",
636 "fsl,imx6q-iomuxc-gpr", "syscon";
Fugang Duane03d10f2013-09-03 12:26:22 +0800637 reg = <0x020e0000 0x38>;
638 };
639
Shawn Guoe29fe212013-05-03 11:26:30 +0800640 iomuxc: iomuxc@020e0000 {
641 compatible = "fsl,imx6sl-iomuxc";
642 reg = <0x020e0000 0x4000>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800643 };
644
645 csi: csi@020e4000 {
646 reg = <0x020e4000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700647 interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800648 };
649
650 spdc: spdc@020e8000 {
651 reg = <0x020e8000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700652 interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800653 };
654
655 sdma: sdma@020ec000 {
Shawn Guo811e76852014-07-04 14:30:27 +0800656 compatible = "fsl,imx6sl-sdma", "fsl,imx6q-sdma";
Shawn Guoe29fe212013-05-03 11:26:30 +0800657 reg = <0x020ec000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700658 interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800659 clocks = <&clks IMX6SL_CLK_SDMA>,
660 <&clks IMX6SL_CLK_SDMA>;
661 clock-names = "ipg", "ahb";
Huang Shijiefb72bb22013-07-02 10:15:29 +0800662 #dma-cells = <3>;
Shawn Guo44a26872013-08-13 08:55:02 +0800663 /* imx6sl reuses imx6q sdma firmware */
664 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
Shawn Guoe29fe212013-05-03 11:26:30 +0800665 };
666
667 pxp: pxp@020f0000 {
668 reg = <0x020f0000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700669 interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800670 };
671
672 epdc: epdc@020f4000 {
673 reg = <0x020f4000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700674 interrupts = <0 97 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800675 };
676
677 lcdif: lcdif@020f8000 {
Fabio Estevame99b0772014-08-19 15:21:14 -0300678 compatible = "fsl,imx6sl-lcdif", "fsl,imx28-lcdif";
Shawn Guoe29fe212013-05-03 11:26:30 +0800679 reg = <0x020f8000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700680 interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
Fabio Estevame99b0772014-08-19 15:21:14 -0300681 clocks = <&clks IMX6SL_CLK_LCDIF_PIX>,
682 <&clks IMX6SL_CLK_LCDIF_AXI>,
683 <&clks IMX6SL_CLK_DUMMY>;
684 clock-names = "pix", "axi", "disp_axi";
685 status = "disabled";
Shawn Guoe29fe212013-05-03 11:26:30 +0800686 };
687
688 dcp: dcp@020fc000 {
Fabio Estevam13873492015-09-02 12:55:21 -0300689 compatible = "fsl,imx6sl-dcp", "fsl,imx28-dcp";
Shawn Guoe29fe212013-05-03 11:26:30 +0800690 reg = <0x020fc000 0x4000>;
Fabio Estevam13873492015-09-02 12:55:21 -0300691 interrupts = <0 99 IRQ_TYPE_LEVEL_HIGH>,
692 <0 100 IRQ_TYPE_LEVEL_HIGH>,
693 <0 101 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800694 };
695 };
696
697 aips2: aips-bus@02100000 {
698 compatible = "fsl,aips-bus", "simple-bus";
699 #address-cells = <1>;
700 #size-cells = <1>;
701 reg = <0x02100000 0x100000>;
702 ranges;
703
704 usbotg1: usb@02184000 {
705 compatible = "fsl,imx6sl-usb", "fsl,imx27-usb";
706 reg = <0x02184000 0x200>;
Troy Kisky13088c22013-11-14 14:02:12 -0700707 interrupts = <0 43 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800708 clocks = <&clks IMX6SL_CLK_USBOH3>;
709 fsl,usbphy = <&usbphy1>;
710 fsl,usbmisc = <&usbmisc 0>;
Peter Chen9493bf52015-09-30 10:17:16 +0800711 ahb-burst-config = <0x0>;
Peter Chen2b1a40e2015-09-30 10:17:17 +0800712 tx-burst-size-dword = <0x10>;
713 rx-burst-size-dword = <0x10>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800714 status = "disabled";
715 };
716
717 usbotg2: usb@02184200 {
718 compatible = "fsl,imx6sl-usb", "fsl,imx27-usb";
719 reg = <0x02184200 0x200>;
Troy Kisky13088c22013-11-14 14:02:12 -0700720 interrupts = <0 42 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800721 clocks = <&clks IMX6SL_CLK_USBOH3>;
722 fsl,usbphy = <&usbphy2>;
723 fsl,usbmisc = <&usbmisc 1>;
Peter Chen9493bf52015-09-30 10:17:16 +0800724 ahb-burst-config = <0x0>;
Peter Chen2b1a40e2015-09-30 10:17:17 +0800725 tx-burst-size-dword = <0x10>;
726 rx-burst-size-dword = <0x10>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800727 status = "disabled";
728 };
729
730 usbh: usb@02184400 {
731 compatible = "fsl,imx6sl-usb", "fsl,imx27-usb";
732 reg = <0x02184400 0x200>;
Troy Kisky13088c22013-11-14 14:02:12 -0700733 interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800734 clocks = <&clks IMX6SL_CLK_USBOH3>;
735 fsl,usbmisc = <&usbmisc 2>;
Matt Porter3ec481e2015-02-27 09:06:00 -0500736 dr_mode = "host";
Peter Chen9493bf52015-09-30 10:17:16 +0800737 ahb-burst-config = <0x0>;
Peter Chen2b1a40e2015-09-30 10:17:17 +0800738 tx-burst-size-dword = <0x10>;
739 rx-burst-size-dword = <0x10>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800740 status = "disabled";
741 };
742
743 usbmisc: usbmisc@02184800 {
744 #index-cells = <1>;
745 compatible = "fsl,imx6sl-usbmisc", "fsl,imx6q-usbmisc";
746 reg = <0x02184800 0x200>;
747 clocks = <&clks IMX6SL_CLK_USBOH3>;
748 };
749
750 fec: ethernet@02188000 {
751 compatible = "fsl,imx6sl-fec", "fsl,imx25-fec";
752 reg = <0x02188000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700753 interrupts = <0 114 IRQ_TYPE_LEVEL_HIGH>;
Fugang Duan8c562a12014-05-19 15:46:56 +0800754 clocks = <&clks IMX6SL_CLK_ENET>,
Shawn Guoe29fe212013-05-03 11:26:30 +0800755 <&clks IMX6SL_CLK_ENET_REF>;
756 clock-names = "ipg", "ahb";
757 status = "disabled";
758 };
759
760 usdhc1: usdhc@02190000 {
761 compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
762 reg = <0x02190000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700763 interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800764 clocks = <&clks IMX6SL_CLK_USDHC1>,
765 <&clks IMX6SL_CLK_USDHC1>,
766 <&clks IMX6SL_CLK_USDHC1>;
767 clock-names = "ipg", "ahb", "per";
768 bus-width = <4>;
769 status = "disabled";
770 };
771
772 usdhc2: usdhc@02194000 {
773 compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
774 reg = <0x02194000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700775 interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800776 clocks = <&clks IMX6SL_CLK_USDHC2>,
777 <&clks IMX6SL_CLK_USDHC2>,
778 <&clks IMX6SL_CLK_USDHC2>;
779 clock-names = "ipg", "ahb", "per";
780 bus-width = <4>;
781 status = "disabled";
782 };
783
784 usdhc3: usdhc@02198000 {
785 compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
786 reg = <0x02198000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700787 interrupts = <0 24 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800788 clocks = <&clks IMX6SL_CLK_USDHC3>,
789 <&clks IMX6SL_CLK_USDHC3>,
790 <&clks IMX6SL_CLK_USDHC3>;
791 clock-names = "ipg", "ahb", "per";
792 bus-width = <4>;
793 status = "disabled";
794 };
795
796 usdhc4: usdhc@0219c000 {
797 compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
798 reg = <0x0219c000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700799 interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800800 clocks = <&clks IMX6SL_CLK_USDHC4>,
801 <&clks IMX6SL_CLK_USDHC4>,
802 <&clks IMX6SL_CLK_USDHC4>;
803 clock-names = "ipg", "ahb", "per";
804 bus-width = <4>;
805 status = "disabled";
806 };
807
808 i2c1: i2c@021a0000 {
809 #address-cells = <1>;
810 #size-cells = <0>;
811 compatible = "fsl,imx6sl-i2c", "fsl,imx21-i2c";
812 reg = <0x021a0000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700813 interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800814 clocks = <&clks IMX6SL_CLK_I2C1>;
815 status = "disabled";
816 };
817
818 i2c2: i2c@021a4000 {
819 #address-cells = <1>;
820 #size-cells = <0>;
821 compatible = "fsl,imx6sl-i2c", "fsl,imx21-i2c";
822 reg = <0x021a4000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700823 interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800824 clocks = <&clks IMX6SL_CLK_I2C2>;
825 status = "disabled";
826 };
827
828 i2c3: i2c@021a8000 {
829 #address-cells = <1>;
830 #size-cells = <0>;
831 compatible = "fsl,imx6sl-i2c", "fsl,imx21-i2c";
832 reg = <0x021a8000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700833 interrupts = <0 38 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800834 clocks = <&clks IMX6SL_CLK_I2C3>;
835 status = "disabled";
836 };
837
838 mmdc: mmdc@021b0000 {
839 compatible = "fsl,imx6sl-mmdc", "fsl,imx6q-mmdc";
840 reg = <0x021b0000 0x4000>;
841 };
842
843 rngb: rngb@021b4000 {
844 reg = <0x021b4000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700845 interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800846 };
847
848 weim: weim@021b8000 {
849 reg = <0x021b8000 0x4000>;
Troy Kisky13088c22013-11-14 14:02:12 -0700850 interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800851 };
852
853 ocotp: ocotp@021bc000 {
Anson Huang2998b332014-08-05 17:34:52 +0800854 compatible = "fsl,imx6sl-ocotp", "syscon";
Shawn Guoe29fe212013-05-03 11:26:30 +0800855 reg = <0x021bc000 0x4000>;
Peng Fand72b7b42016-04-21 01:26:16 +0800856 clocks = <&clks IMX6SL_CLK_OCOTP>;
Shawn Guoe29fe212013-05-03 11:26:30 +0800857 };
858
859 audmux: audmux@021d8000 {
860 compatible = "fsl,imx6sl-audmux", "fsl,imx31-audmux";
861 reg = <0x021d8000 0x4000>;
862 status = "disabled";
863 };
864 };
865 };
866};