ARM: meson: dts: add basic Meson/Meson6/Meson6-atv1200 DTSI/DTS
[deliverable/linux.git] / arch / arm / boot / dts / imx6sx.dtsi
CommitLineData
b1d17f68
SG
1/*
2 * Copyright 2014 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#include <dt-bindings/clock/imx6sx-clock.h>
10#include <dt-bindings/gpio/gpio.h>
11#include <dt-bindings/interrupt-controller/arm-gic.h>
12#include "imx6sx-pinfunc.h"
13#include "skeleton.dtsi"
14
15/ {
16 aliases {
17 can0 = &flexcan1;
18 can1 = &flexcan2;
19 ethernet0 = &fec1;
20 ethernet1 = &fec2;
21 gpio0 = &gpio1;
22 gpio1 = &gpio2;
23 gpio2 = &gpio3;
24 gpio3 = &gpio4;
25 gpio4 = &gpio5;
26 gpio5 = &gpio6;
27 gpio6 = &gpio7;
28 i2c0 = &i2c1;
29 i2c1 = &i2c2;
30 i2c2 = &i2c3;
31 i2c3 = &i2c4;
32 mmc0 = &usdhc1;
33 mmc1 = &usdhc2;
34 mmc2 = &usdhc3;
35 mmc3 = &usdhc4;
36 serial0 = &uart1;
37 serial1 = &uart2;
38 serial2 = &uart3;
39 serial3 = &uart4;
40 serial4 = &uart5;
41 serial5 = &uart6;
42 spi0 = &ecspi1;
43 spi1 = &ecspi2;
44 spi2 = &ecspi3;
45 spi3 = &ecspi4;
46 spi4 = &ecspi5;
47 usbphy0 = &usbphy1;
48 usbphy1 = &usbphy2;
49 };
50
51 cpus {
52 #address-cells = <1>;
53 #size-cells = <0>;
54
55 cpu0: cpu@0 {
56 compatible = "arm,cortex-a9";
57 device_type = "cpu";
58 reg = <0>;
59 next-level-cache = <&L2>;
60 operating-points = <
61 /* kHz uV */
62 996000 1250000
63 792000 1175000
64 396000 1075000
65 >;
66 fsl,soc-operating-points = <
67 /* ARM kHz SOC uV */
68 996000 1175000
69 792000 1175000
70 396000 1175000
71 >;
72 clock-latency = <61036>; /* two CLK32 periods */
73 clocks = <&clks IMX6SX_CLK_ARM>,
74 <&clks IMX6SX_CLK_PLL2_PFD2>,
75 <&clks IMX6SX_CLK_STEP>,
76 <&clks IMX6SX_CLK_PLL1_SW>,
77 <&clks IMX6SX_CLK_PLL1_SYS>;
78 clock-names = "arm", "pll2_pfd2_396m", "step",
79 "pll1_sw", "pll1_sys";
80 arm-supply = <&reg_arm>;
81 soc-supply = <&reg_soc>;
82 };
83 };
84
85 intc: interrupt-controller@00a01000 {
86 compatible = "arm,cortex-a9-gic";
87 #interrupt-cells = <3>;
88 interrupt-controller;
89 reg = <0x00a01000 0x1000>,
90 <0x00a00100 0x100>;
91 };
92
93 clocks {
94 #address-cells = <1>;
95 #size-cells = <0>;
96
97 ckil: clock@0 {
98 compatible = "fixed-clock";
99 reg = <0>;
100 #clock-cells = <0>;
101 clock-frequency = <32768>;
102 clock-output-names = "ckil";
103 };
104
105 osc: clock@1 {
106 compatible = "fixed-clock";
107 reg = <1>;
108 #clock-cells = <0>;
109 clock-frequency = <24000000>;
110 clock-output-names = "osc";
111 };
112
113 ipp_di0: clock@2 {
114 compatible = "fixed-clock";
115 reg = <2>;
116 #clock-cells = <0>;
117 clock-frequency = <0>;
118 clock-output-names = "ipp_di0";
119 };
120
121 ipp_di1: clock@3 {
122 compatible = "fixed-clock";
123 reg = <3>;
124 #clock-cells = <0>;
125 clock-frequency = <0>;
126 clock-output-names = "ipp_di1";
127 };
128 };
129
130 soc {
131 #address-cells = <1>;
132 #size-cells = <1>;
133 compatible = "simple-bus";
134 interrupt-parent = <&intc>;
135 ranges;
136
137 pmu {
138 compatible = "arm,cortex-a9-pmu";
139 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
140 };
141
142 ocram: sram@00900000 {
143 compatible = "mmio-sram";
144 reg = <0x00900000 0x20000>;
145 clocks = <&clks IMX6SX_CLK_OCRAM>;
146 };
147
148 L2: l2-cache@00a02000 {
149 compatible = "arm,pl310-cache";
150 reg = <0x00a02000 0x1000>;
151 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
152 cache-unified;
153 cache-level = <2>;
154 arm,tag-latency = <4 2 3>;
155 arm,data-latency = <4 2 3>;
156 };
157
158 dma_apbh: dma-apbh@01804000 {
159 compatible = "fsl,imx6sx-dma-apbh", "fsl,imx28-dma-apbh";
160 reg = <0x01804000 0x2000>;
161 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
162 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
163 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
164 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
165 interrupt-names = "gpmi0", "gpmi1", "gpmi2", "gpmi3";
166 #dma-cells = <1>;
167 dma-channels = <4>;
168 clocks = <&clks IMX6SX_CLK_APBH_DMA>;
169 };
170
171 gpmi: gpmi-nand@01806000{
172 compatible = "fsl,imx6sx-gpmi-nand";
173 #address-cells = <1>;
174 #size-cells = <1>;
175 reg = <0x01806000 0x2000>, <0x01808000 0x4000>;
176 reg-names = "gpmi-nand", "bch";
177 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
178 interrupt-names = "bch";
179 clocks = <&clks IMX6SX_CLK_GPMI_IO>,
180 <&clks IMX6SX_CLK_GPMI_APB>,
181 <&clks IMX6SX_CLK_GPMI_BCH>,
182 <&clks IMX6SX_CLK_GPMI_BCH_APB>,
183 <&clks IMX6SX_CLK_PER1_BCH>;
184 clock-names = "gpmi_io", "gpmi_apb", "gpmi_bch",
185 "gpmi_bch_apb", "per1_bch";
186 dmas = <&dma_apbh 0>;
187 dma-names = "rx-tx";
188 status = "disabled";
189 };
190
191 aips1: aips-bus@02000000 {
192 compatible = "fsl,aips-bus", "simple-bus";
193 #address-cells = <1>;
194 #size-cells = <1>;
195 reg = <0x02000000 0x100000>;
196 ranges;
197
198 spba-bus@02000000 {
199 compatible = "fsl,spba-bus", "simple-bus";
200 #address-cells = <1>;
201 #size-cells = <1>;
202 reg = <0x02000000 0x40000>;
203 ranges;
204
205 spdif: spdif@02004000 {
206 compatible = "fsl,imx6sx-spdif", "fsl,imx35-spdif";
207 reg = <0x02004000 0x4000>;
208 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
209 dmas = <&sdma 14 18 0>,
210 <&sdma 15 18 0>;
211 dma-names = "rx", "tx";
212 clocks = <&clks IMX6SX_CLK_SPDIF>,
213 <&clks IMX6SX_CLK_OSC>,
214 <&clks IMX6SX_CLK_SPDIF>,
215 <&clks 0>, <&clks 0>, <&clks 0>,
216 <&clks IMX6SX_CLK_IPG>,
217 <&clks 0>, <&clks 0>,
218 <&clks IMX6SX_CLK_SPBA>;
219 clock-names = "core", "rxtx0",
220 "rxtx1", "rxtx2",
221 "rxtx3", "rxtx4",
222 "rxtx5", "rxtx6",
223 "rxtx7", "dma";
224 status = "disabled";
225 };
226
227 ecspi1: ecspi@02008000 {
228 #address-cells = <1>;
229 #size-cells = <0>;
230 compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi";
231 reg = <0x02008000 0x4000>;
232 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
233 clocks = <&clks IMX6SX_CLK_ECSPI1>,
234 <&clks IMX6SX_CLK_ECSPI1>;
235 clock-names = "ipg", "per";
236 status = "disabled";
237 };
238
239 ecspi2: ecspi@0200c000 {
240 #address-cells = <1>;
241 #size-cells = <0>;
242 compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi";
243 reg = <0x0200c000 0x4000>;
244 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
245 clocks = <&clks IMX6SX_CLK_ECSPI2>,
246 <&clks IMX6SX_CLK_ECSPI2>;
247 clock-names = "ipg", "per";
248 status = "disabled";
249 };
250
251 ecspi3: ecspi@02010000 {
252 #address-cells = <1>;
253 #size-cells = <0>;
254 compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi";
255 reg = <0x02010000 0x4000>;
256 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
257 clocks = <&clks IMX6SX_CLK_ECSPI3>,
258 <&clks IMX6SX_CLK_ECSPI3>;
259 clock-names = "ipg", "per";
260 status = "disabled";
261 };
262
263 ecspi4: ecspi@02014000 {
264 #address-cells = <1>;
265 #size-cells = <0>;
266 compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi";
267 reg = <0x02014000 0x4000>;
268 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
269 clocks = <&clks IMX6SX_CLK_ECSPI4>,
270 <&clks IMX6SX_CLK_ECSPI4>;
271 clock-names = "ipg", "per";
272 status = "disabled";
273 };
274
275 uart1: serial@02020000 {
276 compatible = "fsl,imx6sx-uart", "fsl,imx21-uart";
277 reg = <0x02020000 0x4000>;
278 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
279 clocks = <&clks IMX6SX_CLK_UART_IPG>,
280 <&clks IMX6SX_CLK_UART_SERIAL>;
281 clock-names = "ipg", "per";
282 dmas = <&sdma 25 4 0>, <&sdma 26 4 0>;
283 dma-names = "rx", "tx";
284 status = "disabled";
285 };
286
287 esai: esai@02024000 {
288 reg = <0x02024000 0x4000>;
289 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
290 clocks = <&clks IMX6SX_CLK_ESAI_IPG>,
291 <&clks IMX6SX_CLK_ESAI_MEM>,
292 <&clks IMX6SX_CLK_ESAI_EXTAL>,
293 <&clks IMX6SX_CLK_ESAI_IPG>,
294 <&clks IMX6SX_CLK_SPBA>;
295 clock-names = "core", "mem", "extal",
296 "fsys", "dma";
297 status = "disabled";
298 };
299
300 ssi1: ssi@02028000 {
6ff7f51e 301 #sound-dai-cells = <0>;
4c03527e 302 compatible = "fsl,imx6sx-ssi", "fsl,imx51-ssi";
b1d17f68
SG
303 reg = <0x02028000 0x4000>;
304 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
305 clocks = <&clks IMX6SX_CLK_SSI1_IPG>,
306 <&clks IMX6SX_CLK_SSI1>;
307 clock-names = "ipg", "baud";
308 dmas = <&sdma 37 1 0>, <&sdma 38 1 0>;
309 dma-names = "rx", "tx";
3a462a62 310 fsl,fifo-depth = <15>;
b1d17f68
SG
311 status = "disabled";
312 };
313
314 ssi2: ssi@0202c000 {
6ff7f51e 315 #sound-dai-cells = <0>;
4c03527e 316 compatible = "fsl,imx6sx-ssi", "fsl,imx51-ssi";
b1d17f68
SG
317 reg = <0x0202c000 0x4000>;
318 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
319 clocks = <&clks IMX6SX_CLK_SSI2_IPG>,
320 <&clks IMX6SX_CLK_SSI2>;
321 clock-names = "ipg", "baud";
322 dmas = <&sdma 41 1 0>, <&sdma 42 1 0>;
323 dma-names = "rx", "tx";
3a462a62 324 fsl,fifo-depth = <15>;
b1d17f68
SG
325 status = "disabled";
326 };
327
328 ssi3: ssi@02030000 {
6ff7f51e 329 #sound-dai-cells = <0>;
4c03527e 330 compatible = "fsl,imx6sx-ssi", "fsl,imx51-ssi";
b1d17f68
SG
331 reg = <0x02030000 0x4000>;
332 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
333 clocks = <&clks IMX6SX_CLK_SSI3_IPG>,
334 <&clks IMX6SX_CLK_SSI3>;
335 clock-names = "ipg", "baud";
336 dmas = <&sdma 45 1 0>, <&sdma 46 1 0>;
337 dma-names = "rx", "tx";
3a462a62 338 fsl,fifo-depth = <15>;
b1d17f68
SG
339 status = "disabled";
340 };
341
342 asrc: asrc@02034000 {
343 reg = <0x02034000 0x4000>;
344 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
345 clocks = <&clks IMX6SX_CLK_ASRC_MEM>,
346 <&clks IMX6SX_CLK_ASRC_IPG>,
347 <&clks IMX6SX_CLK_SPDIF>,
348 <&clks IMX6SX_CLK_SPBA>;
349 clock-names = "mem", "ipg", "asrck", "dma";
350 dmas = <&sdma 17 20 1>, <&sdma 18 20 1>,
351 <&sdma 19 20 1>, <&sdma 20 20 1>,
352 <&sdma 21 20 1>, <&sdma 22 20 1>;
353 dma-names = "rxa", "rxb", "rxc",
354 "txa", "txb", "txc";
355 status = "okay";
356 };
357 };
358
359 pwm1: pwm@02080000 {
360 compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm";
361 reg = <0x02080000 0x4000>;
362 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
363 clocks = <&clks IMX6SX_CLK_PWM1>,
364 <&clks IMX6SX_CLK_PWM1>;
365 clock-names = "ipg", "per";
366 #pwm-cells = <2>;
367 };
368
369 pwm2: pwm@02084000 {
370 compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm";
371 reg = <0x02084000 0x4000>;
372 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
373 clocks = <&clks IMX6SX_CLK_PWM2>,
374 <&clks IMX6SX_CLK_PWM2>;
375 clock-names = "ipg", "per";
376 #pwm-cells = <2>;
377 };
378
379 pwm3: pwm@02088000 {
380 compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm";
381 reg = <0x02088000 0x4000>;
382 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
383 clocks = <&clks IMX6SX_CLK_PWM3>,
384 <&clks IMX6SX_CLK_PWM3>;
385 clock-names = "ipg", "per";
386 #pwm-cells = <2>;
387 };
388
389 pwm4: pwm@0208c000 {
390 compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm";
391 reg = <0x0208c000 0x4000>;
392 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
393 clocks = <&clks IMX6SX_CLK_PWM4>,
394 <&clks IMX6SX_CLK_PWM4>;
395 clock-names = "ipg", "per";
396 #pwm-cells = <2>;
397 };
398
399 flexcan1: can@02090000 {
400 compatible = "fsl,imx6sx-flexcan", "fsl,imx6q-flexcan";
401 reg = <0x02090000 0x4000>;
402 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
403 clocks = <&clks IMX6SX_CLK_CAN1_IPG>,
404 <&clks IMX6SX_CLK_CAN1_SERIAL>;
405 clock-names = "ipg", "per";
406 status = "disabled";
407 };
408
409 flexcan2: can@02094000 {
410 compatible = "fsl,imx6sx-flexcan", "fsl,imx6q-flexcan";
411 reg = <0x02094000 0x4000>;
412 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
413 clocks = <&clks IMX6SX_CLK_CAN2_IPG>,
414 <&clks IMX6SX_CLK_CAN2_SERIAL>;
415 clock-names = "ipg", "per";
416 status = "disabled";
417 };
418
419 gpt: gpt@02098000 {
420 compatible = "fsl,imx6sx-gpt", "fsl,imx31-gpt";
421 reg = <0x02098000 0x4000>;
422 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
423 clocks = <&clks IMX6SX_CLK_GPT_BUS>,
2b2244a3 424 <&clks IMX6SX_CLK_GPT_3M>;
b1d17f68
SG
425 clock-names = "ipg", "per";
426 };
427
428 gpio1: gpio@0209c000 {
429 compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio";
430 reg = <0x0209c000 0x4000>;
431 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>,
432 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
433 gpio-controller;
434 #gpio-cells = <2>;
435 interrupt-controller;
436 #interrupt-cells = <2>;
437 };
438
439 gpio2: gpio@020a0000 {
440 compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio";
441 reg = <0x020a0000 0x4000>;
442 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
443 <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
444 gpio-controller;
445 #gpio-cells = <2>;
446 interrupt-controller;
447 #interrupt-cells = <2>;
448 };
449
450 gpio3: gpio@020a4000 {
451 compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio";
452 reg = <0x020a4000 0x4000>;
453 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
454 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
455 gpio-controller;
456 #gpio-cells = <2>;
457 interrupt-controller;
458 #interrupt-cells = <2>;
459 };
460
461 gpio4: gpio@020a8000 {
462 compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio";
463 reg = <0x020a8000 0x4000>;
464 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
465 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
466 gpio-controller;
467 #gpio-cells = <2>;
468 interrupt-controller;
469 #interrupt-cells = <2>;
470 };
471
472 gpio5: gpio@020ac000 {
473 compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio";
474 reg = <0x020ac000 0x4000>;
475 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
476 <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
477 gpio-controller;
478 #gpio-cells = <2>;
479 interrupt-controller;
480 #interrupt-cells = <2>;
481 };
482
483 gpio6: gpio@020b0000 {
484 compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio";
485 reg = <0x020b0000 0x4000>;
486 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>,
487 <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
488 gpio-controller;
489 #gpio-cells = <2>;
490 interrupt-controller;
491 #interrupt-cells = <2>;
492 };
493
494 gpio7: gpio@020b4000 {
495 compatible = "fsl,imx6sx-gpio", "fsl,imx35-gpio";
496 reg = <0x020b4000 0x4000>;
497 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>,
498 <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
499 gpio-controller;
500 #gpio-cells = <2>;
501 interrupt-controller;
502 #interrupt-cells = <2>;
503 };
504
505 kpp: kpp@020b8000 {
506 compatible = "fsl,imx6sx-kpp", "fsl,imx21-kpp";
507 reg = <0x020b8000 0x4000>;
508 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
509 clocks = <&clks IMX6SX_CLK_DUMMY>;
510 status = "disabled";
511 };
512
513 wdog1: wdog@020bc000 {
514 compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt";
515 reg = <0x020bc000 0x4000>;
516 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
517 clocks = <&clks IMX6SX_CLK_DUMMY>;
518 };
519
520 wdog2: wdog@020c0000 {
521 compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt";
522 reg = <0x020c0000 0x4000>;
523 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
524 clocks = <&clks IMX6SX_CLK_DUMMY>;
525 status = "disabled";
526 };
527
528 clks: ccm@020c4000 {
529 compatible = "fsl,imx6sx-ccm";
530 reg = <0x020c4000 0x4000>;
531 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
532 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
533 #clock-cells = <1>;
534 clocks = <&ckil>, <&osc>, <&ipp_di0>, <&ipp_di1>;
535 clock-names = "ckil", "osc", "ipp_di0", "ipp_di1";
536 };
537
538 anatop: anatop@020c8000 {
539 compatible = "fsl,imx6sx-anatop", "fsl,imx6q-anatop",
540 "syscon", "simple-bus";
541 reg = <0x020c8000 0x1000>;
542 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>,
543 <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
544 <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
545
546 regulator-1p1@110 {
547 compatible = "fsl,anatop-regulator";
548 regulator-name = "vdd1p1";
549 regulator-min-microvolt = <800000>;
550 regulator-max-microvolt = <1375000>;
551 regulator-always-on;
552 anatop-reg-offset = <0x110>;
553 anatop-vol-bit-shift = <8>;
554 anatop-vol-bit-width = <5>;
555 anatop-min-bit-val = <4>;
556 anatop-min-voltage = <800000>;
557 anatop-max-voltage = <1375000>;
558 };
559
560 regulator-3p0@120 {
561 compatible = "fsl,anatop-regulator";
562 regulator-name = "vdd3p0";
563 regulator-min-microvolt = <2800000>;
564 regulator-max-microvolt = <3150000>;
565 regulator-always-on;
566 anatop-reg-offset = <0x120>;
567 anatop-vol-bit-shift = <8>;
568 anatop-vol-bit-width = <5>;
569 anatop-min-bit-val = <0>;
570 anatop-min-voltage = <2625000>;
571 anatop-max-voltage = <3400000>;
572 };
573
574 regulator-2p5@130 {
575 compatible = "fsl,anatop-regulator";
576 regulator-name = "vdd2p5";
577 regulator-min-microvolt = <2100000>;
578 regulator-max-microvolt = <2875000>;
579 regulator-always-on;
580 anatop-reg-offset = <0x130>;
581 anatop-vol-bit-shift = <8>;
582 anatop-vol-bit-width = <5>;
583 anatop-min-bit-val = <0>;
584 anatop-min-voltage = <2100000>;
585 anatop-max-voltage = <2875000>;
586 };
587
588 reg_arm: regulator-vddcore@140 {
589 compatible = "fsl,anatop-regulator";
f78a5975 590 regulator-name = "vddarm";
b1d17f68
SG
591 regulator-min-microvolt = <725000>;
592 regulator-max-microvolt = <1450000>;
593 regulator-always-on;
594 anatop-reg-offset = <0x140>;
595 anatop-vol-bit-shift = <0>;
596 anatop-vol-bit-width = <5>;
597 anatop-delay-reg-offset = <0x170>;
598 anatop-delay-bit-shift = <24>;
599 anatop-delay-bit-width = <2>;
600 anatop-min-bit-val = <1>;
601 anatop-min-voltage = <725000>;
602 anatop-max-voltage = <1450000>;
603 };
604
605 reg_pcie: regulator-vddpcie@140 {
606 compatible = "fsl,anatop-regulator";
607 regulator-name = "vddpcie";
608 regulator-min-microvolt = <725000>;
609 regulator-max-microvolt = <1450000>;
610 anatop-reg-offset = <0x140>;
611 anatop-vol-bit-shift = <9>;
612 anatop-vol-bit-width = <5>;
613 anatop-delay-reg-offset = <0x170>;
614 anatop-delay-bit-shift = <26>;
615 anatop-delay-bit-width = <2>;
616 anatop-min-bit-val = <1>;
617 anatop-min-voltage = <725000>;
618 anatop-max-voltage = <1450000>;
619 };
620
621 reg_soc: regulator-vddsoc@140 {
622 compatible = "fsl,anatop-regulator";
623 regulator-name = "vddsoc";
624 regulator-min-microvolt = <725000>;
625 regulator-max-microvolt = <1450000>;
626 regulator-always-on;
627 anatop-reg-offset = <0x140>;
628 anatop-vol-bit-shift = <18>;
629 anatop-vol-bit-width = <5>;
630 anatop-delay-reg-offset = <0x170>;
631 anatop-delay-bit-shift = <28>;
632 anatop-delay-bit-width = <2>;
633 anatop-min-bit-val = <1>;
634 anatop-min-voltage = <725000>;
635 anatop-max-voltage = <1450000>;
636 };
637 };
638
639 tempmon: tempmon {
640 compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon";
641 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
642 fsl,tempmon = <&anatop>;
643 fsl,tempmon-data = <&ocotp>;
644 clocks = <&clks IMX6SX_CLK_PLL3_USB_OTG>;
645 };
646
647 usbphy1: usbphy@020c9000 {
648 compatible = "fsl,imx6sx-usbphy", "fsl,imx23-usbphy";
649 reg = <0x020c9000 0x1000>;
650 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
651 clocks = <&clks IMX6SX_CLK_USBPHY1>;
652 fsl,anatop = <&anatop>;
653 };
654
655 usbphy2: usbphy@020ca000 {
656 compatible = "fsl,imx6sx-usbphy", "fsl,imx23-usbphy";
657 reg = <0x020ca000 0x1000>;
658 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
659 clocks = <&clks IMX6SX_CLK_USBPHY2>;
660 fsl,anatop = <&anatop>;
661 };
662
663 snvs: snvs@020cc000 {
664 compatible = "fsl,sec-v4.0-mon", "simple-bus";
665 #address-cells = <1>;
666 #size-cells = <1>;
667 ranges = <0 0x020cc000 0x4000>;
668
669 snvs-rtc-lp@34 {
670 compatible = "fsl,sec-v4.0-mon-rtc-lp";
671 reg = <0x34 0x58>;
672 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
673 };
674 };
675
676 epit1: epit@020d0000 {
677 reg = <0x020d0000 0x4000>;
678 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
679 };
680
681 epit2: epit@020d4000 {
682 reg = <0x020d4000 0x4000>;
683 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
684 };
685
686 src: src@020d8000 {
687 compatible = "fsl,imx6sx-src", "fsl,imx51-src";
688 reg = <0x020d8000 0x4000>;
689 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,
690 <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
691 #reset-cells = <1>;
692 };
693
694 gpc: gpc@020dc000 {
695 compatible = "fsl,imx6sx-gpc", "fsl,imx6q-gpc";
696 reg = <0x020dc000 0x4000>;
697 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
698 };
699
700 iomuxc: iomuxc@020e0000 {
701 compatible = "fsl,imx6sx-iomuxc";
702 reg = <0x020e0000 0x4000>;
703 };
704
705 gpr: iomuxc-gpr@020e4000 {
77e0d1cc
AH
706 compatible = "fsl,imx6sx-iomuxc-gpr",
707 "fsl,imx6q-iomuxc-gpr", "syscon";
b1d17f68
SG
708 reg = <0x020e4000 0x4000>;
709 };
710
711 sdma: sdma@020ec000 {
811e7685 712 compatible = "fsl,imx6sx-sdma", "fsl,imx6q-sdma";
b1d17f68
SG
713 reg = <0x020ec000 0x4000>;
714 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
715 clocks = <&clks IMX6SX_CLK_SDMA>,
716 <&clks IMX6SX_CLK_SDMA>;
717 clock-names = "ipg", "ahb";
718 #dma-cells = <3>;
aeb88538
FE
719 /* imx6sx reuses imx6q sdma firmware */
720 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
b1d17f68
SG
721 };
722 };
723
724 aips2: aips-bus@02100000 {
725 compatible = "fsl,aips-bus", "simple-bus";
726 #address-cells = <1>;
727 #size-cells = <1>;
728 reg = <0x02100000 0x100000>;
729 ranges;
730
731 usbotg1: usb@02184000 {
732 compatible = "fsl,imx6sx-usb", "fsl,imx27-usb";
733 reg = <0x02184000 0x200>;
734 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
735 clocks = <&clks IMX6SX_CLK_USBOH3>;
736 fsl,usbphy = <&usbphy1>;
737 fsl,usbmisc = <&usbmisc 0>;
738 fsl,anatop = <&anatop>;
739 status = "disabled";
740 };
741
742 usbotg2: usb@02184200 {
743 compatible = "fsl,imx6sx-usb", "fsl,imx27-usb";
744 reg = <0x02184200 0x200>;
745 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
746 clocks = <&clks IMX6SX_CLK_USBOH3>;
747 fsl,usbphy = <&usbphy2>;
748 fsl,usbmisc = <&usbmisc 1>;
749 status = "disabled";
750 };
751
752 usbh: usb@02184400 {
753 compatible = "fsl,imx6sx-usb", "fsl,imx27-usb";
754 reg = <0x02184400 0x200>;
755 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
756 clocks = <&clks IMX6SX_CLK_USBOH3>;
757 fsl,usbmisc = <&usbmisc 2>;
758 phy_type = "hsic";
759 fsl,anatop = <&anatop>;
760 status = "disabled";
761 };
762
763 usbmisc: usbmisc@02184800 {
764 #index-cells = <1>;
b29f4fa1 765 compatible = "fsl,imx6sx-usbmisc", "fsl,imx6q-usbmisc";
b1d17f68
SG
766 reg = <0x02184800 0x200>;
767 clocks = <&clks IMX6SX_CLK_USBOH3>;
768 };
769
770 fec1: ethernet@02188000 {
771 compatible = "fsl,imx6sx-fec", "fsl,imx6q-fec";
772 reg = <0x02188000 0x4000>;
773 interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
774 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
775 clocks = <&clks IMX6SX_CLK_ENET>,
776 <&clks IMX6SX_CLK_ENET_AHB>,
777 <&clks IMX6SX_CLK_ENET_PTP>,
778 <&clks IMX6SX_CLK_ENET_REF>,
779 <&clks IMX6SX_CLK_ENET_PTP>;
780 clock-names = "ipg", "ahb", "ptp",
781 "enet_clk_ref", "enet_out";
782 status = "disabled";
783 };
784
785 mlb: mlb@0218c000 {
786 reg = <0x0218c000 0x4000>;
787 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
788 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
789 <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
790 clocks = <&clks IMX6SX_CLK_MLB>;
791 status = "disabled";
792 };
793
794 usdhc1: usdhc@02190000 {
795 compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc";
796 reg = <0x02190000 0x4000>;
797 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
798 clocks = <&clks IMX6SX_CLK_USDHC1>,
799 <&clks IMX6SX_CLK_USDHC1>,
800 <&clks IMX6SX_CLK_USDHC1>;
801 clock-names = "ipg", "ahb", "per";
802 bus-width = <4>;
803 status = "disabled";
804 };
805
806 usdhc2: usdhc@02194000 {
807 compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc";
808 reg = <0x02194000 0x4000>;
809 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
810 clocks = <&clks IMX6SX_CLK_USDHC2>,
811 <&clks IMX6SX_CLK_USDHC2>,
812 <&clks IMX6SX_CLK_USDHC2>;
813 clock-names = "ipg", "ahb", "per";
814 bus-width = <4>;
815 status = "disabled";
816 };
817
818 usdhc3: usdhc@02198000 {
819 compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc";
820 reg = <0x02198000 0x4000>;
821 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
822 clocks = <&clks IMX6SX_CLK_USDHC3>,
823 <&clks IMX6SX_CLK_USDHC3>,
824 <&clks IMX6SX_CLK_USDHC3>;
825 clock-names = "ipg", "ahb", "per";
826 bus-width = <4>;
827 status = "disabled";
828 };
829
830 usdhc4: usdhc@0219c000 {
831 compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc";
832 reg = <0x0219c000 0x4000>;
833 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
834 clocks = <&clks IMX6SX_CLK_USDHC4>,
835 <&clks IMX6SX_CLK_USDHC4>,
836 <&clks IMX6SX_CLK_USDHC4>;
837 clock-names = "ipg", "ahb", "per";
838 bus-width = <4>;
839 status = "disabled";
840 };
841
842 i2c1: i2c@021a0000 {
843 #address-cells = <1>;
844 #size-cells = <0>;
845 compatible = "fsl,imx6sx-i2c", "fsl,imx21-i2c";
846 reg = <0x021a0000 0x4000>;
847 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
848 clocks = <&clks IMX6SX_CLK_I2C1>;
849 status = "disabled";
850 };
851
852 i2c2: i2c@021a4000 {
853 #address-cells = <1>;
854 #size-cells = <0>;
855 compatible = "fsl,imx6sx-i2c", "fsl,imx21-i2c";
856 reg = <0x021a4000 0x4000>;
857 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
858 clocks = <&clks IMX6SX_CLK_I2C2>;
859 status = "disabled";
860 };
861
862 i2c3: i2c@021a8000 {
863 #address-cells = <1>;
864 #size-cells = <0>;
865 compatible = "fsl,imx6sx-i2c", "fsl,imx21-i2c";
866 reg = <0x021a8000 0x4000>;
867 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
868 clocks = <&clks IMX6SX_CLK_I2C3>;
869 status = "disabled";
870 };
871
872 mmdc: mmdc@021b0000 {
873 compatible = "fsl,imx6sx-mmdc", "fsl,imx6q-mmdc";
874 reg = <0x021b0000 0x4000>;
875 };
876
877 fec2: ethernet@021b4000 {
878 compatible = "fsl,imx6sx-fec";
879 reg = <0x021b4000 0x4000>;
880 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>,
881 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
882 clocks = <&clks IMX6SX_CLK_ENET>,
883 <&clks IMX6SX_CLK_ENET_AHB>,
884 <&clks IMX6SX_CLK_ENET_PTP>,
885 <&clks IMX6SX_CLK_ENET2_REF_125M>,
886 <&clks IMX6SX_CLK_ENET_PTP>;
887 clock-names = "ipg", "ahb", "ptp",
888 "enet_clk_ref", "enet_out";
889 status = "disabled";
890 };
891
892 weim: weim@021b8000 {
893 compatible = "fsl,imx6sx-weim", "fsl,imx6q-weim";
894 reg = <0x021b8000 0x4000>;
895 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
896 clocks = <&clks IMX6SX_CLK_EIM_SLOW>;
897 };
898
899 ocotp: ocotp@021bc000 {
900 compatible = "fsl,imx6sx-ocotp", "syscon";
901 reg = <0x021bc000 0x4000>;
902 clocks = <&clks IMX6SX_CLK_OCOTP>;
903 };
904
905 sai1: sai@021d4000 {
906 compatible = "fsl,imx6sx-sai";
907 reg = <0x021d4000 0x4000>;
908 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
909 clocks = <&clks IMX6SX_CLK_SAI1_IPG>,
910 <&clks IMX6SX_CLK_SAI1>,
911 <&clks 0>, <&clks 0>;
912 clock-names = "bus", "mclk1", "mclk2", "mclk3";
913 dma-names = "rx", "tx";
914 dmas = <&sdma 31 23 0>, <&sdma 32 23 0>;
915 dma-source = <&gpr 0 15 0 16>;
916 status = "disabled";
917 };
918
919 audmux: audmux@021d8000 {
920 compatible = "fsl,imx6sx-audmux", "fsl,imx31-audmux";
921 reg = <0x021d8000 0x4000>;
922 status = "disabled";
923 };
924
925 sai2: sai@021dc000 {
926 compatible = "fsl,imx6sx-sai";
927 reg = <0x021dc000 0x4000>;
928 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
929 clocks = <&clks IMX6SX_CLK_SAI2_IPG>,
930 <&clks IMX6SX_CLK_SAI2>,
931 <&clks 0>, <&clks 0>;
932 clock-names = "bus", "mclk1", "mclk2", "mclk3";
933 dma-names = "rx", "tx";
934 dmas = <&sdma 33 23 0>, <&sdma 34 23 0>;
935 dma-source = <&gpr 0 17 0 18>;
936 status = "disabled";
937 };
938
939 qspi1: qspi@021e0000 {
940 #address-cells = <1>;
941 #size-cells = <0>;
942 compatible = "fsl,imx6sx-qspi";
943 reg = <0x021e0000 0x4000>, <0x60000000 0x10000000>;
944 reg-names = "QuadSPI", "QuadSPI-memory";
945 interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
946 clocks = <&clks IMX6SX_CLK_QSPI1>,
947 <&clks IMX6SX_CLK_QSPI1>;
948 clock-names = "qspi_en", "qspi";
949 status = "disabled";
950 };
951
952 qspi2: qspi@021e4000 {
953 #address-cells = <1>;
954 #size-cells = <0>;
955 compatible = "fsl,imx6sx-qspi";
956 reg = <0x021e4000 0x4000>, <0x70000000 0x10000000>;
957 reg-names = "QuadSPI", "QuadSPI-memory";
958 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
959 clocks = <&clks IMX6SX_CLK_QSPI2>,
960 <&clks IMX6SX_CLK_QSPI2>;
961 clock-names = "qspi_en", "qspi";
962 status = "disabled";
963 };
964
965 uart2: serial@021e8000 {
966 compatible = "fsl,imx6sx-uart", "fsl,imx21-uart";
967 reg = <0x021e8000 0x4000>;
968 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
969 clocks = <&clks IMX6SX_CLK_UART_IPG>,
970 <&clks IMX6SX_CLK_UART_SERIAL>;
971 clock-names = "ipg", "per";
972 dmas = <&sdma 27 4 0>, <&sdma 28 4 0>;
973 dma-names = "rx", "tx";
974 status = "disabled";
975 };
976
977 uart3: serial@021ec000 {
978 compatible = "fsl,imx6sx-uart", "fsl,imx21-uart";
979 reg = <0x021ec000 0x4000>;
980 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
981 clocks = <&clks IMX6SX_CLK_UART_IPG>,
982 <&clks IMX6SX_CLK_UART_SERIAL>;
983 clock-names = "ipg", "per";
984 dmas = <&sdma 29 4 0>, <&sdma 30 4 0>;
985 dma-names = "rx", "tx";
986 status = "disabled";
987 };
988
989 uart4: serial@021f0000 {
990 compatible = "fsl,imx6sx-uart", "fsl,imx21-uart";
991 reg = <0x021f0000 0x4000>;
992 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
993 clocks = <&clks IMX6SX_CLK_UART_IPG>,
994 <&clks IMX6SX_CLK_UART_SERIAL>;
995 clock-names = "ipg", "per";
996 dmas = <&sdma 31 4 0>, <&sdma 32 4 0>;
997 dma-names = "rx", "tx";
998 status = "disabled";
999 };
1000
1001 uart5: serial@021f4000 {
1002 compatible = "fsl,imx6sx-uart", "fsl,imx21-uart";
1003 reg = <0x021f4000 0x4000>;
1004 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
1005 clocks = <&clks IMX6SX_CLK_UART_IPG>,
1006 <&clks IMX6SX_CLK_UART_SERIAL>;
1007 clock-names = "ipg", "per";
1008 dmas = <&sdma 33 4 0>, <&sdma 34 4 0>;
1009 dma-names = "rx", "tx";
1010 status = "disabled";
1011 };
1012
1013 i2c4: i2c@021f8000 {
1014 #address-cells = <1>;
1015 #size-cells = <0>;
1016 compatible = "fsl,imx6sx-i2c", "fsl,imx21-i2c";
1017 reg = <0x021f8000 0x4000>;
1018 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
1019 clocks = <&clks IMX6SX_CLK_I2C4>;
1020 status = "disabled";
1021 };
1022 };
1023
1024 aips3: aips-bus@02200000 {
1025 compatible = "fsl,aips-bus", "simple-bus";
1026 #address-cells = <1>;
1027 #size-cells = <1>;
1028 reg = <0x02200000 0x100000>;
1029 ranges;
1030
1031 spba-bus@02200000 {
1032 compatible = "fsl,spba-bus", "simple-bus";
1033 #address-cells = <1>;
1034 #size-cells = <1>;
1035 reg = <0x02240000 0x40000>;
1036 ranges;
1037
1038 csi1: csi@02214000 {
1039 reg = <0x02214000 0x4000>;
1040 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
1041 clocks = <&clks IMX6SX_CLK_DISPLAY_AXI>,
1042 <&clks IMX6SX_CLK_CSI>,
1043 <&clks IMX6SX_CLK_DCIC1>;
1044 clock-names = "disp-axi", "csi_mclk", "dcic";
1045 status = "disabled";
1046 };
1047
1048 pxp: pxp@02218000 {
1049 reg = <0x02218000 0x4000>;
1050 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
1051 clocks = <&clks IMX6SX_CLK_PXP_AXI>,
1052 <&clks IMX6SX_CLK_DISPLAY_AXI>;
1053 clock-names = "pxp-axi", "disp-axi";
1054 status = "disabled";
1055 };
1056
1057 csi2: csi@0221c000 {
1058 reg = <0x0221c000 0x4000>;
1059 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
1060 clocks = <&clks IMX6SX_CLK_DISPLAY_AXI>,
1061 <&clks IMX6SX_CLK_CSI>,
1062 <&clks IMX6SX_CLK_DCIC2>;
1063 clock-names = "disp-axi", "csi_mclk", "dcic";
1064 status = "disabled";
1065 };
1066
1067 lcdif1: lcdif@02220000 {
8c78c407 1068 compatible = "fsl,imx6sx-lcdif", "fsl,imx28-lcdif";
b1d17f68
SG
1069 reg = <0x02220000 0x4000>;
1070 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
1071 clocks = <&clks IMX6SX_CLK_LCDIF1_PIX>,
1072 <&clks IMX6SX_CLK_LCDIF_APB>,
1073 <&clks IMX6SX_CLK_DISPLAY_AXI>;
1074 clock-names = "pix", "axi", "disp_axi";
1075 status = "disabled";
1076 };
1077
1078 lcdif2: lcdif@02224000 {
8c78c407 1079 compatible = "fsl,imx6sx-lcdif", "fsl,imx28-lcdif";
b1d17f68
SG
1080 reg = <0x02224000 0x4000>;
1081 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
1082 clocks = <&clks IMX6SX_CLK_LCDIF2_PIX>,
1083 <&clks IMX6SX_CLK_LCDIF_APB>,
1084 <&clks IMX6SX_CLK_DISPLAY_AXI>;
1085 clock-names = "pix", "axi", "disp_axi";
1086 status = "disabled";
1087 };
1088
1089 vadc: vadc@02228000 {
1090 reg = <0x02228000 0x4000>, <0x0222c000 0x4000>;
1091 reg-names = "vadc-vafe", "vadc-vdec";
1092 clocks = <&clks IMX6SX_CLK_VADC>,
1093 <&clks IMX6SX_CLK_CSI>;
1094 clock-names = "vadc", "csi";
1095 status = "disabled";
1096 };
1097 };
1098
1099 adc1: adc@02280000 {
1100 compatible = "fsl,imx6sx-adc", "fsl,vf610-adc";
1101 reg = <0x02280000 0x4000>;
1102 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
1103 clocks = <&clks IMX6SX_CLK_IPG>;
1104 clock-names = "adc";
1105 status = "disabled";
1106 };
1107
1108 adc2: adc@02284000 {
1109 compatible = "fsl,imx6sx-adc", "fsl,vf610-adc";
1110 reg = <0x02284000 0x4000>;
1111 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
1112 clocks = <&clks IMX6SX_CLK_IPG>;
1113 clock-names = "adc";
1114 status = "disabled";
1115 };
1116
1117 wdog3: wdog@02288000 {
1118 compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt";
1119 reg = <0x02288000 0x4000>;
1120 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
1121 clocks = <&clks IMX6SX_CLK_DUMMY>;
1122 status = "disabled";
1123 };
1124
1125 ecspi5: ecspi@0228c000 {
1126 #address-cells = <1>;
1127 #size-cells = <0>;
1128 compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi";
1129 reg = <0x0228c000 0x4000>;
1130 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
1131 clocks = <&clks IMX6SX_CLK_ECSPI5>,
1132 <&clks IMX6SX_CLK_ECSPI5>;
1133 clock-names = "ipg", "per";
1134 status = "disabled";
1135 };
1136
1137 uart6: serial@022a0000 {
1138 compatible = "fsl,imx6sx-uart", "fsl,imx21-uart";
1139 reg = <0x022a0000 0x4000>;
1140 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
1141 clocks = <&clks IMX6SX_CLK_UART_IPG>,
1142 <&clks IMX6SX_CLK_UART_SERIAL>;
1143 clock-names = "ipg", "per";
1144 dmas = <&sdma 0 4 0>, <&sdma 47 4 0>;
1145 dma-names = "rx", "tx";
1146 status = "disabled";
1147 };
1148
1149 pwm5: pwm@022a4000 {
1150 compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm";
1151 reg = <0x022a4000 0x4000>;
1152 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
1153 clocks = <&clks IMX6SX_CLK_PWM5>,
1154 <&clks IMX6SX_CLK_PWM5>;
1155 clock-names = "ipg", "per";
1156 #pwm-cells = <2>;
1157 };
1158
1159 pwm6: pwm@022a8000 {
1160 compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm";
1161 reg = <0x022a8000 0x4000>;
1162 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
1163 clocks = <&clks IMX6SX_CLK_PWM6>,
1164 <&clks IMX6SX_CLK_PWM6>;
1165 clock-names = "ipg", "per";
1166 #pwm-cells = <2>;
1167 };
1168
1169 pwm7: pwm@022ac000 {
1170 compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm";
1171 reg = <0x022ac000 0x4000>;
1172 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
1173 clocks = <&clks IMX6SX_CLK_PWM7>,
1174 <&clks IMX6SX_CLK_PWM7>;
1175 clock-names = "ipg", "per";
1176 #pwm-cells = <2>;
1177 };
1178
1179 pwm8: pwm@0022b0000 {
1180 compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm";
1181 reg = <0x0022b0000 0x4000>;
1182 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
1183 clocks = <&clks IMX6SX_CLK_PWM8>,
1184 <&clks IMX6SX_CLK_PWM8>;
1185 clock-names = "ipg", "per";
1186 #pwm-cells = <2>;
1187 };
1188 };
1189
1190 pcie: pcie@0x08000000 {
1191 compatible = "fsl,imx6sx-pcie", "snps,dw-pcie";
1192 reg = <0x08ffc000 0x4000>; /* DBI */
1193 #address-cells = <3>;
1194 #size-cells = <2>;
1195 device_type = "pci";
1196 /* configuration space */
1197 ranges = <0x00000800 0 0x08f00000 0x08f00000 0 0x00080000
1198 /* downstream I/O */
1199 0x81000000 0 0 0x08f80000 0 0x00010000
1200 /* non-prefetchable memory */
1201 0x82000000 0 0x08000000 0x08000000 0 0x00f00000>;
1202 num-lanes = <1>;
1203 interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
1204 clocks = <&clks IMX6SX_CLK_PCIE_REF_125M>,
1205 <&clks IMX6SX_CLK_PCIE_AXI>,
1206 <&clks IMX6SX_CLK_LVDS1_OUT>,
1207 <&clks IMX6SX_CLK_DISPLAY_AXI>;
1208 clock-names = "pcie_ref_125m", "pcie_axi",
1209 "lvds_gate", "display_axi";
1210 status = "disabled";
1211 };
1212 };
1213};
This page took 0.09565 seconds and 5 git commands to generate.