blob: 4fc03b7f1ceec52fe5d327974cd2929127de21f9 [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 Guo8888f652014-06-15 20:36:50 +080013#include <dt-bindings/clock/imx6qdl-clock.h>
Lucas Stach07134a32014-03-05 14:25:50 +010014#include <dt-bindings/interrupt-controller/arm-gic.h>
15
Shawn Guo36dffd82013-04-07 10:49:34 +080016#include "skeleton.dtsi"
Shawn Guo7d740f82011-09-06 13:53:26 +080017
18/ {
19 aliases {
Marek Vasut22970072014-02-28 12:58:41 +010020 ethernet0 = &fec;
Lothar Waßmann5f8fbc22013-12-12 14:27:57 +010021 can0 = &can1;
22 can1 = &can2;
Shawn Guo5230f8f2012-08-05 14:01:28 +080023 gpio0 = &gpio1;
24 gpio1 = &gpio2;
25 gpio2 = &gpio3;
26 gpio3 = &gpio4;
27 gpio4 = &gpio5;
28 gpio5 = &gpio6;
29 gpio6 = &gpio7;
Sascha Hauer80fa0582013-06-25 15:51:57 +020030 i2c0 = &i2c1;
31 i2c1 = &i2c2;
32 i2c2 = &i2c3;
Sascha Hauerfb06d652014-01-16 13:44:20 +010033 mmc0 = &usdhc1;
34 mmc1 = &usdhc2;
35 mmc2 = &usdhc3;
36 mmc3 = &usdhc4;
Sascha Hauer80fa0582013-06-25 15:51:57 +020037 serial0 = &uart1;
38 serial1 = &uart2;
39 serial2 = &uart3;
40 serial3 = &uart4;
41 serial4 = &uart5;
42 spi0 = &ecspi1;
43 spi1 = &ecspi2;
44 spi2 = &ecspi3;
45 spi3 = &ecspi4;
Peter Chen8189c512013-12-20 15:52:05 +080046 usbphy0 = &usbphy1;
47 usbphy1 = &usbphy2;
Shawn Guo7d740f82011-09-06 13:53:26 +080048 };
49
Shawn Guo7d740f82011-09-06 13:53:26 +080050 intc: interrupt-controller@00a01000 {
51 compatible = "arm,cortex-a9-gic";
52 #interrupt-cells = <3>;
Shawn Guo7d740f82011-09-06 13:53:26 +080053 interrupt-controller;
54 reg = <0x00a01000 0x1000>,
55 <0x00a00100 0x100>;
56 };
57
58 clocks {
59 #address-cells = <1>;
60 #size-cells = <0>;
61
62 ckil {
63 compatible = "fsl,imx-ckil", "fixed-clock";
Shawn Guo4b2b4042014-04-11 09:56:46 +080064 #clock-cells = <0>;
Shawn Guo7d740f82011-09-06 13:53:26 +080065 clock-frequency = <32768>;
66 };
67
68 ckih1 {
69 compatible = "fsl,imx-ckih1", "fixed-clock";
Shawn Guo4b2b4042014-04-11 09:56:46 +080070 #clock-cells = <0>;
Shawn Guo7d740f82011-09-06 13:53:26 +080071 clock-frequency = <0>;
72 };
73
74 osc {
75 compatible = "fsl,imx-osc", "fixed-clock";
Shawn Guo4b2b4042014-04-11 09:56:46 +080076 #clock-cells = <0>;
Shawn Guo7d740f82011-09-06 13:53:26 +080077 clock-frequency = <24000000>;
78 };
79 };
80
81 soc {
82 #address-cells = <1>;
83 #size-cells = <1>;
84 compatible = "simple-bus";
85 interrupt-parent = <&intc>;
86 ranges;
87
Shawn Guof30fb032013-02-25 21:56:56 +080088 dma_apbh: dma-apbh@00110000 {
Huang Shijiee5d0f9f2012-06-06 21:22:57 -040089 compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
90 reg = <0x00110000 0x2000>;
Troy Kisky275c08b2013-11-14 14:02:13 -070091 interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>,
92 <0 13 IRQ_TYPE_LEVEL_HIGH>,
93 <0 13 IRQ_TYPE_LEVEL_HIGH>,
94 <0 13 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guof30fb032013-02-25 21:56:56 +080095 interrupt-names = "gpmi0", "gpmi1", "gpmi2", "gpmi3";
96 #dma-cells = <1>;
97 dma-channels = <4>;
Shawn Guo8888f652014-06-15 20:36:50 +080098 clocks = <&clks IMX6QDL_CLK_APBH_DMA>;
Huang Shijiee5d0f9f2012-06-06 21:22:57 -040099 };
100
Shawn Guobe4ccfc2012-12-31 11:32:48 +0800101 gpmi: gpmi-nand@00112000 {
Shawn Guo0e87e042012-08-22 21:36:28 +0800102 compatible = "fsl,imx6q-gpmi-nand";
103 #address-cells = <1>;
104 #size-cells = <1>;
105 reg = <0x00112000 0x2000>, <0x00114000 0x2000>;
106 reg-names = "gpmi-nand", "bch";
Troy Kisky275c08b2013-11-14 14:02:13 -0700107 interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoc7aa12a2013-07-16 17:13:00 +0800108 interrupt-names = "bch";
Shawn Guo8888f652014-06-15 20:36:50 +0800109 clocks = <&clks IMX6QDL_CLK_GPMI_IO>,
110 <&clks IMX6QDL_CLK_GPMI_APB>,
111 <&clks IMX6QDL_CLK_GPMI_BCH>,
112 <&clks IMX6QDL_CLK_GPMI_BCH_APB>,
113 <&clks IMX6QDL_CLK_PER1_BCH>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800114 clock-names = "gpmi_io", "gpmi_apb", "gpmi_bch",
115 "gpmi_bch_apb", "per1_bch";
Shawn Guof30fb032013-02-25 21:56:56 +0800116 dmas = <&dma_apbh 0>;
117 dma-names = "rx-tx";
Shawn Guo0e87e042012-08-22 21:36:28 +0800118 status = "disabled";
Huang Shijiecf922fa2012-07-01 23:38:46 -0400119 };
120
Shawn Guo7d740f82011-09-06 13:53:26 +0800121 timer@00a00600 {
Marc Zyngier58458e02012-01-10 19:44:19 +0000122 compatible = "arm,cortex-a9-twd-timer";
123 reg = <0x00a00600 0x20>;
124 interrupts = <1 13 0xf01>;
Shawn Guo8888f652014-06-15 20:36:50 +0800125 clocks = <&clks IMX6QDL_CLK_TWD>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800126 };
127
128 L2: l2-cache@00a02000 {
129 compatible = "arm,pl310-cache";
130 reg = <0x00a02000 0x1000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700131 interrupts = <0 92 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800132 cache-unified;
133 cache-level = <2>;
Dirk Behme5a5ca562013-04-26 10:13:55 +0200134 arm,tag-latency = <4 2 3>;
135 arm,data-latency = <4 2 3>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800136 };
137
Sean Cross3a572912013-09-26 10:51:09 +0800138 pcie: pcie@0x01000000 {
139 compatible = "fsl,imx6q-pcie", "snps,dw-pcie";
Lucas Stachfcd17302014-08-07 19:39:41 +0200140 reg = <0x01ffc000 0x04000>,
141 <0x01f00000 0x80000>;
142 reg-names = "dbi", "config";
Sean Cross3a572912013-09-26 10:51:09 +0800143 #address-cells = <3>;
144 #size-cells = <2>;
145 device_type = "pci";
146 ranges = <0x00000800 0 0x01f00000 0x01f00000 0 0x00080000 /* configuration space */
147 0x81000000 0 0 0x01f80000 0 0x00010000 /* downstream I/O */
148 0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */
149 num-lanes = <1>;
Lucas Stach92a7eb72014-04-30 13:58:15 +0800150 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
151 interrupt-names = "msi";
Lucas Stach07134a32014-03-05 14:25:50 +0100152 #interrupt-cells = <1>;
153 interrupt-map-mask = <0 0 0 0x7>;
154 interrupt-map = <0 0 0 1 &intc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
155 <0 0 0 2 &intc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
156 <0 0 0 3 &intc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
157 <0 0 0 4 &intc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800158 clocks = <&clks IMX6QDL_CLK_PCIE_AXI>,
159 <&clks IMX6QDL_CLK_LVDS1_GATE>,
160 <&clks IMX6QDL_CLK_PCIE_REF_125M>;
Lucas Stach92a7eb72014-04-30 13:58:15 +0800161 clock-names = "pcie", "pcie_bus", "pcie_phy";
Sean Cross3a572912013-09-26 10:51:09 +0800162 status = "disabled";
163 };
164
Dirk Behme218abe62013-02-15 15:10:01 +0100165 pmu {
166 compatible = "arm,cortex-a9-pmu";
Troy Kisky275c08b2013-11-14 14:02:13 -0700167 interrupts = <0 94 IRQ_TYPE_LEVEL_HIGH>;
Dirk Behme218abe62013-02-15 15:10:01 +0100168 };
169
Shawn Guo7d740f82011-09-06 13:53:26 +0800170 aips-bus@02000000 { /* AIPS1 */
171 compatible = "fsl,aips-bus", "simple-bus";
172 #address-cells = <1>;
173 #size-cells = <1>;
174 reg = <0x02000000 0x100000>;
175 ranges;
176
177 spba-bus@02000000 {
178 compatible = "fsl,spba-bus", "simple-bus";
179 #address-cells = <1>;
180 #size-cells = <1>;
181 reg = <0x02000000 0x40000>;
182 ranges;
183
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100184 spdif: spdif@02004000 {
Fabio Estevamc9d96df2013-09-02 23:51:41 -0300185 compatible = "fsl,imx35-spdif";
Shawn Guo7d740f82011-09-06 13:53:26 +0800186 reg = <0x02004000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700187 interrupts = <0 52 IRQ_TYPE_LEVEL_HIGH>;
Fabio Estevamc9d96df2013-09-02 23:51:41 -0300188 dmas = <&sdma 14 18 0>,
189 <&sdma 15 18 0>;
190 dma-names = "rx", "tx";
Shawn Guo8888f652014-06-15 20:36:50 +0800191 clocks = <&clks IMX6QDL_CLK_SPDIF>, <&clks IMX6QDL_CLK_OSC>,
192 <&clks IMX6QDL_CLK_SPDIF>, <&clks IMX6QDL_CLK_DUMMY>,
193 <&clks IMX6QDL_CLK_DUMMY>, <&clks IMX6QDL_CLK_DUMMY>,
194 <&clks IMX6QDL_CLK_DUMMY>, <&clks IMX6QDL_CLK_DUMMY>,
195 <&clks IMX6QDL_CLK_DUMMY>;
Fabio Estevamc9d96df2013-09-02 23:51:41 -0300196 clock-names = "core", "rxtx0",
197 "rxtx1", "rxtx2",
198 "rxtx3", "rxtx4",
199 "rxtx5", "rxtx6",
200 "rxtx7";
201 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800202 };
203
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100204 ecspi1: ecspi@02008000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800205 #address-cells = <1>;
206 #size-cells = <0>;
207 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
208 reg = <0x02008000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700209 interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800210 clocks = <&clks IMX6QDL_CLK_ECSPI1>,
211 <&clks IMX6QDL_CLK_ECSPI1>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800212 clock-names = "ipg", "per";
Frank Lib3810c32014-01-04 06:53:52 +0800213 dmas = <&sdma 3 7 1>, <&sdma 4 7 2>;
214 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +0800215 status = "disabled";
216 };
217
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100218 ecspi2: ecspi@0200c000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800219 #address-cells = <1>;
220 #size-cells = <0>;
221 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
222 reg = <0x0200c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700223 interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800224 clocks = <&clks IMX6QDL_CLK_ECSPI2>,
225 <&clks IMX6QDL_CLK_ECSPI2>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800226 clock-names = "ipg", "per";
Frank Lib3810c32014-01-04 06:53:52 +0800227 dmas = <&sdma 5 7 1>, <&sdma 6 7 2>;
228 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +0800229 status = "disabled";
230 };
231
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100232 ecspi3: ecspi@02010000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800233 #address-cells = <1>;
234 #size-cells = <0>;
235 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
236 reg = <0x02010000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700237 interrupts = <0 33 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800238 clocks = <&clks IMX6QDL_CLK_ECSPI3>,
239 <&clks IMX6QDL_CLK_ECSPI3>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800240 clock-names = "ipg", "per";
Frank Lib3810c32014-01-04 06:53:52 +0800241 dmas = <&sdma 7 7 1>, <&sdma 8 7 2>;
242 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +0800243 status = "disabled";
244 };
245
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100246 ecspi4: ecspi@02014000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800247 #address-cells = <1>;
248 #size-cells = <0>;
249 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
250 reg = <0x02014000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700251 interrupts = <0 34 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800252 clocks = <&clks IMX6QDL_CLK_ECSPI4>,
253 <&clks IMX6QDL_CLK_ECSPI4>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800254 clock-names = "ipg", "per";
Frank Lib3810c32014-01-04 06:53:52 +0800255 dmas = <&sdma 9 7 1>, <&sdma 10 7 2>;
256 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +0800257 status = "disabled";
258 };
259
Shawn Guo0c456cf2012-04-02 14:39:26 +0800260 uart1: serial@02020000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800261 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
262 reg = <0x02020000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700263 interrupts = <0 26 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800264 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
265 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800266 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +0800267 dmas = <&sdma 25 4 0>, <&sdma 26 4 0>;
268 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +0800269 status = "disabled";
270 };
271
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100272 esai: esai@02024000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800273 reg = <0x02024000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700274 interrupts = <0 51 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800275 };
276
Richard Zhaob1a5da82012-05-02 10:29:10 +0800277 ssi1: ssi@02028000 {
Alexander Shiyan6ff7f512014-08-19 20:00:09 +0400278 #sound-dai-cells = <0>;
Markus Pargmann98ea6ad2014-01-17 10:07:42 +0100279 compatible = "fsl,imx6q-ssi",
Fabio Estevam4c035272014-07-07 10:04:52 -0300280 "fsl,imx51-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800281 reg = <0x02028000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700282 interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>;
Shengjiu Wang935632e2014-09-09 17:13:26 +0800283 clocks = <&clks IMX6QDL_CLK_SSI1_IPG>,
284 <&clks IMX6QDL_CLK_SSI1>;
285 clock-names = "ipg", "baud";
Shawn Guo5da826a2013-07-17 13:50:54 +0800286 dmas = <&sdma 37 1 0>,
287 <&sdma 38 1 0>;
288 dma-names = "rx", "tx";
Richard Zhaob1a5da82012-05-02 10:29:10 +0800289 fsl,fifo-depth = <15>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800290 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800291 };
292
Richard Zhaob1a5da82012-05-02 10:29:10 +0800293 ssi2: ssi@0202c000 {
Alexander Shiyan6ff7f512014-08-19 20:00:09 +0400294 #sound-dai-cells = <0>;
Markus Pargmann98ea6ad2014-01-17 10:07:42 +0100295 compatible = "fsl,imx6q-ssi",
Fabio Estevam4c035272014-07-07 10:04:52 -0300296 "fsl,imx51-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800297 reg = <0x0202c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700298 interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
Shengjiu Wang935632e2014-09-09 17:13:26 +0800299 clocks = <&clks IMX6QDL_CLK_SSI2_IPG>,
300 <&clks IMX6QDL_CLK_SSI2>;
301 clock-names = "ipg", "baud";
Shawn Guo5da826a2013-07-17 13:50:54 +0800302 dmas = <&sdma 41 1 0>,
303 <&sdma 42 1 0>;
304 dma-names = "rx", "tx";
Richard Zhaob1a5da82012-05-02 10:29:10 +0800305 fsl,fifo-depth = <15>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800306 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800307 };
308
Richard Zhaob1a5da82012-05-02 10:29:10 +0800309 ssi3: ssi@02030000 {
Alexander Shiyan6ff7f512014-08-19 20:00:09 +0400310 #sound-dai-cells = <0>;
Markus Pargmann98ea6ad2014-01-17 10:07:42 +0100311 compatible = "fsl,imx6q-ssi",
Fabio Estevam4c035272014-07-07 10:04:52 -0300312 "fsl,imx51-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800313 reg = <0x02030000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700314 interrupts = <0 48 IRQ_TYPE_LEVEL_HIGH>;
Shengjiu Wang935632e2014-09-09 17:13:26 +0800315 clocks = <&clks IMX6QDL_CLK_SSI3_IPG>,
316 <&clks IMX6QDL_CLK_SSI3>;
317 clock-names = "ipg", "baud";
Shawn Guo5da826a2013-07-17 13:50:54 +0800318 dmas = <&sdma 45 1 0>,
319 <&sdma 46 1 0>;
320 dma-names = "rx", "tx";
Richard Zhaob1a5da82012-05-02 10:29:10 +0800321 fsl,fifo-depth = <15>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800322 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800323 };
324
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100325 asrc: asrc@02034000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800326 reg = <0x02034000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700327 interrupts = <0 50 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800328 };
329
330 spba@0203c000 {
331 reg = <0x0203c000 0x4000>;
332 };
333 };
334
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100335 vpu: vpu@02040000 {
Philipp Zabela04a0b62014-11-11 19:12:47 -0200336 compatible = "cnm,coda960";
Shawn Guo7d740f82011-09-06 13:53:26 +0800337 reg = <0x02040000 0x3c000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700338 interrupts = <0 3 IRQ_TYPE_LEVEL_HIGH>,
339 <0 12 IRQ_TYPE_LEVEL_HIGH>;
Philipp Zabela04a0b62014-11-11 19:12:47 -0200340 interrupt-names = "bit", "jpeg";
341 clocks = <&clks IMX6QDL_CLK_VPU_AXI>,
342 <&clks IMX6QDL_CLK_MMDC_CH0_AXI>,
343 <&clks IMX6QDL_CLK_OCRAM>;
344 clock-names = "per", "ahb", "ocram";
345 resets = <&src 1>;
346 iram = <&ocram>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800347 };
348
349 aipstz@0207c000 { /* AIPSTZ1 */
350 reg = <0x0207c000 0x4000>;
351 };
352
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100353 pwm1: pwm@02080000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100354 #pwm-cells = <2>;
355 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800356 reg = <0x02080000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700357 interrupts = <0 83 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800358 clocks = <&clks IMX6QDL_CLK_IPG>,
359 <&clks IMX6QDL_CLK_PWM1>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100360 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800361 };
362
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100363 pwm2: pwm@02084000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100364 #pwm-cells = <2>;
365 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800366 reg = <0x02084000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700367 interrupts = <0 84 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800368 clocks = <&clks IMX6QDL_CLK_IPG>,
369 <&clks IMX6QDL_CLK_PWM2>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100370 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800371 };
372
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100373 pwm3: pwm@02088000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100374 #pwm-cells = <2>;
375 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800376 reg = <0x02088000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700377 interrupts = <0 85 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800378 clocks = <&clks IMX6QDL_CLK_IPG>,
379 <&clks IMX6QDL_CLK_PWM3>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100380 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800381 };
382
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100383 pwm4: pwm@0208c000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100384 #pwm-cells = <2>;
385 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800386 reg = <0x0208c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700387 interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800388 clocks = <&clks IMX6QDL_CLK_IPG>,
389 <&clks IMX6QDL_CLK_PWM4>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100390 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800391 };
392
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100393 can1: flexcan@02090000 {
Sascha Hauer0f225212013-06-25 15:51:46 +0200394 compatible = "fsl,imx6q-flexcan";
Shawn Guo7d740f82011-09-06 13:53:26 +0800395 reg = <0x02090000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700396 interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800397 clocks = <&clks IMX6QDL_CLK_CAN1_IPG>,
398 <&clks IMX6QDL_CLK_CAN1_SERIAL>;
Sascha Hauer0f225212013-06-25 15:51:46 +0200399 clock-names = "ipg", "per";
Tim Harveya1135332013-10-22 21:51:27 -0700400 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800401 };
402
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100403 can2: flexcan@02094000 {
Sascha Hauer0f225212013-06-25 15:51:46 +0200404 compatible = "fsl,imx6q-flexcan";
Shawn Guo7d740f82011-09-06 13:53:26 +0800405 reg = <0x02094000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700406 interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800407 clocks = <&clks IMX6QDL_CLK_CAN2_IPG>,
408 <&clks IMX6QDL_CLK_CAN2_SERIAL>;
Sascha Hauer0f225212013-06-25 15:51:46 +0200409 clock-names = "ipg", "per";
Tim Harveya1135332013-10-22 21:51:27 -0700410 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800411 };
412
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100413 gpt: gpt@02098000 {
Sascha Hauer97b108f2013-06-25 15:51:47 +0200414 compatible = "fsl,imx6q-gpt", "fsl,imx31-gpt";
Shawn Guo7d740f82011-09-06 13:53:26 +0800415 reg = <0x02098000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700416 interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800417 clocks = <&clks IMX6QDL_CLK_GPT_IPG>,
Anson Huang2b2244a2014-09-11 11:29:41 +0800418 <&clks IMX6QDL_CLK_GPT_IPG_PER>,
419 <&clks IMX6QDL_CLK_GPT_3M>;
420 clock-names = "ipg", "per", "osc_per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800421 };
422
Richard Zhao4d191862011-12-14 09:26:44 +0800423 gpio1: gpio@0209c000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200424 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800425 reg = <0x0209c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700426 interrupts = <0 66 IRQ_TYPE_LEVEL_HIGH>,
427 <0 67 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800428 gpio-controller;
429 #gpio-cells = <2>;
430 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800431 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800432 };
433
Richard Zhao4d191862011-12-14 09:26:44 +0800434 gpio2: gpio@020a0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200435 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800436 reg = <0x020a0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700437 interrupts = <0 68 IRQ_TYPE_LEVEL_HIGH>,
438 <0 69 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800439 gpio-controller;
440 #gpio-cells = <2>;
441 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800442 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800443 };
444
Richard Zhao4d191862011-12-14 09:26:44 +0800445 gpio3: gpio@020a4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200446 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800447 reg = <0x020a4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700448 interrupts = <0 70 IRQ_TYPE_LEVEL_HIGH>,
449 <0 71 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800450 gpio-controller;
451 #gpio-cells = <2>;
452 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800453 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800454 };
455
Richard Zhao4d191862011-12-14 09:26:44 +0800456 gpio4: gpio@020a8000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200457 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800458 reg = <0x020a8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700459 interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>,
460 <0 73 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800461 gpio-controller;
462 #gpio-cells = <2>;
463 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800464 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800465 };
466
Richard Zhao4d191862011-12-14 09:26:44 +0800467 gpio5: gpio@020ac000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200468 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800469 reg = <0x020ac000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700470 interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>,
471 <0 75 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800472 gpio-controller;
473 #gpio-cells = <2>;
474 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800475 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800476 };
477
Richard Zhao4d191862011-12-14 09:26:44 +0800478 gpio6: gpio@020b0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200479 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800480 reg = <0x020b0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700481 interrupts = <0 76 IRQ_TYPE_LEVEL_HIGH>,
482 <0 77 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800483 gpio-controller;
484 #gpio-cells = <2>;
485 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800486 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800487 };
488
Richard Zhao4d191862011-12-14 09:26:44 +0800489 gpio7: gpio@020b4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200490 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800491 reg = <0x020b4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700492 interrupts = <0 78 IRQ_TYPE_LEVEL_HIGH>,
493 <0 79 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800494 gpio-controller;
495 #gpio-cells = <2>;
496 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800497 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800498 };
499
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100500 kpp: kpp@020b8000 {
Lothar Waßmann36d3a8f2014-06-06 13:02:59 +0200501 compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800502 reg = <0x020b8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700503 interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800504 clocks = <&clks IMX6QDL_CLK_IPG>;
Fabio Estevam1b6f2362014-06-24 21:13:44 -0300505 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800506 };
507
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100508 wdog1: wdog@020bc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800509 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
510 reg = <0x020bc000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700511 interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800512 clocks = <&clks IMX6QDL_CLK_DUMMY>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800513 };
514
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100515 wdog2: wdog@020c0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800516 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
517 reg = <0x020c0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700518 interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800519 clocks = <&clks IMX6QDL_CLK_DUMMY>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800520 status = "disabled";
521 };
522
Shawn Guo0e87e042012-08-22 21:36:28 +0800523 clks: ccm@020c4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800524 compatible = "fsl,imx6q-ccm";
525 reg = <0x020c4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700526 interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
527 <0 88 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800528 #clock-cells = <1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800529 };
530
Dong Aishengbaa64152012-09-05 10:57:15 +0800531 anatop: anatop@020c8000 {
532 compatible = "fsl,imx6q-anatop", "syscon", "simple-bus";
Shawn Guo7d740f82011-09-06 13:53:26 +0800533 reg = <0x020c8000 0x1000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700534 interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>,
535 <0 54 IRQ_TYPE_LEVEL_HIGH>,
536 <0 127 IRQ_TYPE_LEVEL_HIGH>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800537
538 regulator-1p1@110 {
539 compatible = "fsl,anatop-regulator";
540 regulator-name = "vdd1p1";
541 regulator-min-microvolt = <800000>;
542 regulator-max-microvolt = <1375000>;
543 regulator-always-on;
544 anatop-reg-offset = <0x110>;
545 anatop-vol-bit-shift = <8>;
546 anatop-vol-bit-width = <5>;
547 anatop-min-bit-val = <4>;
548 anatop-min-voltage = <800000>;
549 anatop-max-voltage = <1375000>;
550 };
551
552 regulator-3p0@120 {
553 compatible = "fsl,anatop-regulator";
554 regulator-name = "vdd3p0";
555 regulator-min-microvolt = <2800000>;
556 regulator-max-microvolt = <3150000>;
557 regulator-always-on;
558 anatop-reg-offset = <0x120>;
559 anatop-vol-bit-shift = <8>;
560 anatop-vol-bit-width = <5>;
561 anatop-min-bit-val = <0>;
562 anatop-min-voltage = <2625000>;
563 anatop-max-voltage = <3400000>;
564 };
565
566 regulator-2p5@130 {
567 compatible = "fsl,anatop-regulator";
568 regulator-name = "vdd2p5";
569 regulator-min-microvolt = <2000000>;
570 regulator-max-microvolt = <2750000>;
571 regulator-always-on;
572 anatop-reg-offset = <0x130>;
573 anatop-vol-bit-shift = <8>;
574 anatop-vol-bit-width = <5>;
575 anatop-min-bit-val = <0>;
576 anatop-min-voltage = <2000000>;
577 anatop-max-voltage = <2750000>;
578 };
579
Shawn Guo96574a62013-01-08 14:25:14 +0800580 reg_arm: regulator-vddcore@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800581 compatible = "fsl,anatop-regulator";
Fabio Estevam118c98a2013-12-19 21:08:52 -0200582 regulator-name = "vddarm";
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800583 regulator-min-microvolt = <725000>;
584 regulator-max-microvolt = <1450000>;
585 regulator-always-on;
586 anatop-reg-offset = <0x140>;
587 anatop-vol-bit-shift = <0>;
588 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500589 anatop-delay-reg-offset = <0x170>;
590 anatop-delay-bit-shift = <24>;
591 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800592 anatop-min-bit-val = <1>;
593 anatop-min-voltage = <725000>;
594 anatop-max-voltage = <1450000>;
595 };
596
Shawn Guo96574a62013-01-08 14:25:14 +0800597 reg_pu: regulator-vddpu@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800598 compatible = "fsl,anatop-regulator";
599 regulator-name = "vddpu";
600 regulator-min-microvolt = <725000>;
601 regulator-max-microvolt = <1450000>;
602 regulator-always-on;
603 anatop-reg-offset = <0x140>;
604 anatop-vol-bit-shift = <9>;
605 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500606 anatop-delay-reg-offset = <0x170>;
607 anatop-delay-bit-shift = <26>;
608 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800609 anatop-min-bit-val = <1>;
610 anatop-min-voltage = <725000>;
611 anatop-max-voltage = <1450000>;
612 };
613
Shawn Guo96574a62013-01-08 14:25:14 +0800614 reg_soc: regulator-vddsoc@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800615 compatible = "fsl,anatop-regulator";
616 regulator-name = "vddsoc";
617 regulator-min-microvolt = <725000>;
618 regulator-max-microvolt = <1450000>;
619 regulator-always-on;
620 anatop-reg-offset = <0x140>;
621 anatop-vol-bit-shift = <18>;
622 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500623 anatop-delay-reg-offset = <0x170>;
624 anatop-delay-bit-shift = <28>;
625 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800626 anatop-min-bit-val = <1>;
627 anatop-min-voltage = <725000>;
628 anatop-max-voltage = <1450000>;
629 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800630 };
631
Shawn Guo3fe63732013-07-16 21:16:36 +0800632 tempmon: tempmon {
633 compatible = "fsl,imx6q-tempmon";
Troy Kisky275c08b2013-11-14 14:02:13 -0700634 interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo3fe63732013-07-16 21:16:36 +0800635 fsl,tempmon = <&anatop>;
636 fsl,tempmon-data = <&ocotp>;
Shawn Guo8888f652014-06-15 20:36:50 +0800637 clocks = <&clks IMX6QDL_CLK_PLL3_USB_OTG>;
Shawn Guo3fe63732013-07-16 21:16:36 +0800638 };
639
Richard Zhao74bd88f2012-07-12 14:21:41 +0800640 usbphy1: usbphy@020c9000 {
641 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800642 reg = <0x020c9000 0x1000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700643 interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800644 clocks = <&clks IMX6QDL_CLK_USBPHY1>;
Peter Chen76a38852013-12-20 15:52:01 +0800645 fsl,anatop = <&anatop>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800646 };
647
Richard Zhao74bd88f2012-07-12 14:21:41 +0800648 usbphy2: usbphy@020ca000 {
649 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800650 reg = <0x020ca000 0x1000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700651 interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800652 clocks = <&clks IMX6QDL_CLK_USBPHY2>;
Peter Chen76a38852013-12-20 15:52:01 +0800653 fsl,anatop = <&anatop>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800654 };
655
656 snvs@020cc000 {
Shawn Guoc9250382012-07-02 20:13:03 +0800657 compatible = "fsl,sec-v4.0-mon", "simple-bus";
658 #address-cells = <1>;
659 #size-cells = <1>;
660 ranges = <0 0x020cc000 0x4000>;
661
662 snvs-rtc-lp@34 {
663 compatible = "fsl,sec-v4.0-mon-rtc-lp";
664 reg = <0x34 0x58>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700665 interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>,
666 <0 20 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoc9250382012-07-02 20:13:03 +0800667 };
Robin Gong422b0672014-11-12 16:20:37 +0800668
669 snvs_poweroff: snvs-poweroff@38 {
670 compatible = "fsl,sec-v4.0-poweroff";
671 reg = <0x38 0x4>;
672 status = "disabled";
673 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800674 };
675
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100676 epit1: epit@020d0000 { /* EPIT1 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800677 reg = <0x020d0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700678 interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800679 };
680
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100681 epit2: epit@020d4000 { /* EPIT2 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800682 reg = <0x020d4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700683 interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800684 };
685
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100686 src: src@020d8000 {
Philipp Zabelbd3d9242013-03-28 17:35:22 +0100687 compatible = "fsl,imx6q-src", "fsl,imx51-src";
Shawn Guo7d740f82011-09-06 13:53:26 +0800688 reg = <0x020d8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700689 interrupts = <0 91 IRQ_TYPE_LEVEL_HIGH>,
690 <0 96 IRQ_TYPE_LEVEL_HIGH>;
Philipp Zabel09ebf362013-03-28 17:35:20 +0100691 #reset-cells = <1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800692 };
693
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100694 gpc: gpc@020dc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800695 compatible = "fsl,imx6q-gpc";
696 reg = <0x020dc000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700697 interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>,
698 <0 90 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800699 };
700
Dong Aishengdf37e0c2012-09-05 10:57:14 +0800701 gpr: iomuxc-gpr@020e0000 {
702 compatible = "fsl,imx6q-iomuxc-gpr", "syscon";
703 reg = <0x020e0000 0x38>;
704 };
705
Shawn Guoc56009b2f2013-07-11 13:58:36 +0800706 iomuxc: iomuxc@020e0000 {
707 compatible = "fsl,imx6dl-iomuxc", "fsl,imx6q-iomuxc";
708 reg = <0x020e0000 0x4000>;
Shawn Guoc56009b2f2013-07-11 13:58:36 +0800709 };
710
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100711 ldb: ldb@020e0008 {
712 #address-cells = <1>;
713 #size-cells = <0>;
714 compatible = "fsl,imx6q-ldb", "fsl,imx53-ldb";
715 gpr = <&gpr>;
716 status = "disabled";
717
718 lvds-channel@0 {
Philipp Zabel4520e692014-03-05 10:21:01 +0100719 #address-cells = <1>;
720 #size-cells = <0>;
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100721 reg = <0>;
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100722 status = "disabled";
Philipp Zabel4520e692014-03-05 10:21:01 +0100723
724 port@0 {
725 reg = <0>;
726
727 lvds0_mux_0: endpoint {
728 remote-endpoint = <&ipu1_di0_lvds0>;
729 };
730 };
731
732 port@1 {
733 reg = <1>;
734
735 lvds0_mux_1: endpoint {
736 remote-endpoint = <&ipu1_di1_lvds0>;
737 };
738 };
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100739 };
740
741 lvds-channel@1 {
Philipp Zabel4520e692014-03-05 10:21:01 +0100742 #address-cells = <1>;
743 #size-cells = <0>;
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100744 reg = <1>;
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100745 status = "disabled";
Philipp Zabel4520e692014-03-05 10:21:01 +0100746
747 port@0 {
748 reg = <0>;
749
750 lvds1_mux_0: endpoint {
751 remote-endpoint = <&ipu1_di0_lvds1>;
752 };
753 };
754
755 port@1 {
756 reg = <1>;
757
758 lvds1_mux_1: endpoint {
759 remote-endpoint = <&ipu1_di1_lvds1>;
760 };
761 };
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100762 };
763 };
764
Russell King04cec1a2013-10-16 10:19:00 +0100765 hdmi: hdmi@0120000 {
Philipp Zabel4520e692014-03-05 10:21:01 +0100766 #address-cells = <1>;
767 #size-cells = <0>;
Russell King04cec1a2013-10-16 10:19:00 +0100768 reg = <0x00120000 0x9000>;
769 interrupts = <0 115 0x04>;
770 gpr = <&gpr>;
Shawn Guo8888f652014-06-15 20:36:50 +0800771 clocks = <&clks IMX6QDL_CLK_HDMI_IAHB>,
772 <&clks IMX6QDL_CLK_HDMI_ISFR>;
Russell King04cec1a2013-10-16 10:19:00 +0100773 clock-names = "iahb", "isfr";
774 status = "disabled";
Philipp Zabel4520e692014-03-05 10:21:01 +0100775
776 port@0 {
777 reg = <0>;
778
779 hdmi_mux_0: endpoint {
780 remote-endpoint = <&ipu1_di0_hdmi>;
781 };
782 };
783
784 port@1 {
785 reg = <1>;
786
787 hdmi_mux_1: endpoint {
788 remote-endpoint = <&ipu1_di1_hdmi>;
789 };
790 };
Russell King04cec1a2013-10-16 10:19:00 +0100791 };
792
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100793 dcic1: dcic@020e4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800794 reg = <0x020e4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700795 interrupts = <0 124 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800796 };
797
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100798 dcic2: dcic@020e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800799 reg = <0x020e8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700800 interrupts = <0 125 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800801 };
802
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100803 sdma: sdma@020ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800804 compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
805 reg = <0x020ec000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700806 interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800807 clocks = <&clks IMX6QDL_CLK_SDMA>,
808 <&clks IMX6QDL_CLK_SDMA>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800809 clock-names = "ipg", "ahb";
Huang Shijiefb72bb22013-07-02 10:15:29 +0800810 #dma-cells = <3>;
Fabio Estevamd6b9c592013-01-17 12:13:25 -0200811 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
Shawn Guo7d740f82011-09-06 13:53:26 +0800812 };
813 };
814
815 aips-bus@02100000 { /* AIPS2 */
816 compatible = "fsl,aips-bus", "simple-bus";
817 #address-cells = <1>;
818 #size-cells = <1>;
819 reg = <0x02100000 0x100000>;
820 ranges;
821
822 caam@02100000 {
823 reg = <0x02100000 0x40000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700824 interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>,
825 <0 106 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800826 };
827
828 aipstz@0217c000 { /* AIPSTZ2 */
829 reg = <0x0217c000 0x4000>;
830 };
831
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100832 usbotg: usb@02184000 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800833 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
834 reg = <0x02184000 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700835 interrupts = <0 43 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800836 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800837 fsl,usbphy = <&usbphy1>;
Richard Zhao28342c62012-09-14 14:42:45 +0800838 fsl,usbmisc = <&usbmisc 0>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800839 status = "disabled";
840 };
841
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100842 usbh1: usb@02184200 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800843 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
844 reg = <0x02184200 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700845 interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800846 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800847 fsl,usbphy = <&usbphy2>;
Richard Zhao28342c62012-09-14 14:42:45 +0800848 fsl,usbmisc = <&usbmisc 1>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800849 status = "disabled";
850 };
851
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100852 usbh2: usb@02184400 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800853 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
854 reg = <0x02184400 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700855 interrupts = <0 41 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800856 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao28342c62012-09-14 14:42:45 +0800857 fsl,usbmisc = <&usbmisc 2>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800858 status = "disabled";
859 };
860
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100861 usbh3: usb@02184600 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800862 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
863 reg = <0x02184600 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700864 interrupts = <0 42 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800865 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao28342c62012-09-14 14:42:45 +0800866 fsl,usbmisc = <&usbmisc 3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800867 status = "disabled";
868 };
869
Shawn Guo60984bd2013-04-28 09:59:54 +0800870 usbmisc: usbmisc@02184800 {
Richard Zhao28342c62012-09-14 14:42:45 +0800871 #index-cells = <1>;
872 compatible = "fsl,imx6q-usbmisc";
873 reg = <0x02184800 0x200>;
Shawn Guo8888f652014-06-15 20:36:50 +0800874 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao28342c62012-09-14 14:42:45 +0800875 };
876
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100877 fec: ethernet@02188000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800878 compatible = "fsl,imx6q-fec";
879 reg = <0x02188000 0x4000>;
Troy Kisky454cf8f2013-12-20 11:47:10 -0700880 interrupts-extended =
881 <&intc 0 118 IRQ_TYPE_LEVEL_HIGH>,
882 <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800883 clocks = <&clks IMX6QDL_CLK_ENET>,
884 <&clks IMX6QDL_CLK_ENET>,
885 <&clks IMX6QDL_CLK_ENET_REF>;
Frank Li76298382012-10-30 18:24:57 +0000886 clock-names = "ipg", "ahb", "ptp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800887 status = "disabled";
888 };
889
890 mlb@0218c000 {
891 reg = <0x0218c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700892 interrupts = <0 53 IRQ_TYPE_LEVEL_HIGH>,
893 <0 117 IRQ_TYPE_LEVEL_HIGH>,
894 <0 126 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800895 };
896
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100897 usdhc1: usdhc@02190000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800898 compatible = "fsl,imx6q-usdhc";
899 reg = <0x02190000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700900 interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800901 clocks = <&clks IMX6QDL_CLK_USDHC1>,
902 <&clks IMX6QDL_CLK_USDHC1>,
903 <&clks IMX6QDL_CLK_USDHC1>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800904 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200905 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800906 status = "disabled";
907 };
908
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100909 usdhc2: usdhc@02194000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800910 compatible = "fsl,imx6q-usdhc";
911 reg = <0x02194000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700912 interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800913 clocks = <&clks IMX6QDL_CLK_USDHC2>,
914 <&clks IMX6QDL_CLK_USDHC2>,
915 <&clks IMX6QDL_CLK_USDHC2>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800916 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200917 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800918 status = "disabled";
919 };
920
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100921 usdhc3: usdhc@02198000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800922 compatible = "fsl,imx6q-usdhc";
923 reg = <0x02198000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700924 interrupts = <0 24 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800925 clocks = <&clks IMX6QDL_CLK_USDHC3>,
926 <&clks IMX6QDL_CLK_USDHC3>,
927 <&clks IMX6QDL_CLK_USDHC3>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800928 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200929 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800930 status = "disabled";
931 };
932
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100933 usdhc4: usdhc@0219c000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800934 compatible = "fsl,imx6q-usdhc";
935 reg = <0x0219c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700936 interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800937 clocks = <&clks IMX6QDL_CLK_USDHC4>,
938 <&clks IMX6QDL_CLK_USDHC4>,
939 <&clks IMX6QDL_CLK_USDHC4>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800940 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200941 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800942 status = "disabled";
943 };
944
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100945 i2c1: i2c@021a0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800946 #address-cells = <1>;
947 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800948 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800949 reg = <0x021a0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700950 interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800951 clocks = <&clks IMX6QDL_CLK_I2C1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800952 status = "disabled";
953 };
954
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100955 i2c2: i2c@021a4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800956 #address-cells = <1>;
957 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800958 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800959 reg = <0x021a4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700960 interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800961 clocks = <&clks IMX6QDL_CLK_I2C2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800962 status = "disabled";
963 };
964
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100965 i2c3: i2c@021a8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800966 #address-cells = <1>;
967 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800968 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800969 reg = <0x021a8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700970 interrupts = <0 38 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800971 clocks = <&clks IMX6QDL_CLK_I2C3>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800972 status = "disabled";
973 };
974
975 romcp@021ac000 {
976 reg = <0x021ac000 0x4000>;
977 };
978
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100979 mmdc0: mmdc@021b0000 { /* MMDC0 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800980 compatible = "fsl,imx6q-mmdc";
981 reg = <0x021b0000 0x4000>;
982 };
983
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100984 mmdc1: mmdc@021b4000 { /* MMDC1 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800985 reg = <0x021b4000 0x4000>;
986 };
987
Huang Shijie05e3f8e2013-05-28 14:20:09 +0800988 weim: weim@021b8000 {
989 compatible = "fsl,imx6q-weim";
Shawn Guo7d740f82011-09-06 13:53:26 +0800990 reg = <0x021b8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700991 interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800992 clocks = <&clks IMX6QDL_CLK_EIM_SLOW>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800993 };
994
Shawn Guo3fe63732013-07-16 21:16:36 +0800995 ocotp: ocotp@021bc000 {
996 compatible = "fsl,imx6q-ocotp", "syscon";
Shawn Guo7d740f82011-09-06 13:53:26 +0800997 reg = <0x021bc000 0x4000>;
998 };
999
Shawn Guo7d740f82011-09-06 13:53:26 +08001000 tzasc@021d0000 { /* TZASC1 */
1001 reg = <0x021d0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001002 interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +08001003 };
1004
1005 tzasc@021d4000 { /* TZASC2 */
1006 reg = <0x021d4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001007 interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +08001008 };
1009
Sascha Hauer7b7d6722012-11-15 09:31:52 +01001010 audmux: audmux@021d8000 {
Richard Zhaof965cd52012-05-02 10:32:26 +08001011 compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
Shawn Guo7d740f82011-09-06 13:53:26 +08001012 reg = <0x021d8000 0x4000>;
Richard Zhaof965cd52012-05-02 10:32:26 +08001013 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +08001014 };
1015
Troy Kisky5e0c7cd2013-11-14 14:02:08 -07001016 mipi_csi: mipi@021dc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001017 reg = <0x021dc000 0x4000>;
1018 };
1019
Philipp Zabel4520e692014-03-05 10:21:01 +01001020 mipi_dsi: mipi@021e0000 {
1021 #address-cells = <1>;
1022 #size-cells = <0>;
Shawn Guo7d740f82011-09-06 13:53:26 +08001023 reg = <0x021e0000 0x4000>;
Philipp Zabel4520e692014-03-05 10:21:01 +01001024 status = "disabled";
1025
1026 port@0 {
1027 reg = <0>;
1028
1029 mipi_mux_0: endpoint {
1030 remote-endpoint = <&ipu1_di0_mipi>;
1031 };
1032 };
1033
1034 port@1 {
1035 reg = <1>;
1036
1037 mipi_mux_1: endpoint {
1038 remote-endpoint = <&ipu1_di1_mipi>;
1039 };
1040 };
Shawn Guo7d740f82011-09-06 13:53:26 +08001041 };
1042
1043 vdoa@021e4000 {
1044 reg = <0x021e4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001045 interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +08001046 };
1047
Shawn Guo0c456cf2012-04-02 14:39:26 +08001048 uart2: serial@021e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001049 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1050 reg = <0x021e8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001051 interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001052 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1053 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001054 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001055 dmas = <&sdma 27 4 0>, <&sdma 28 4 0>;
1056 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001057 status = "disabled";
1058 };
1059
Shawn Guo0c456cf2012-04-02 14:39:26 +08001060 uart3: serial@021ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001061 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1062 reg = <0x021ec000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001063 interrupts = <0 28 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001064 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1065 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001066 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001067 dmas = <&sdma 29 4 0>, <&sdma 30 4 0>;
1068 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001069 status = "disabled";
1070 };
1071
Shawn Guo0c456cf2012-04-02 14:39:26 +08001072 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001073 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1074 reg = <0x021f0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001075 interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001076 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1077 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001078 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001079 dmas = <&sdma 31 4 0>, <&sdma 32 4 0>;
1080 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001081 status = "disabled";
1082 };
1083
Shawn Guo0c456cf2012-04-02 14:39:26 +08001084 uart5: serial@021f4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001085 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1086 reg = <0x021f4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001087 interrupts = <0 30 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001088 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1089 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001090 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001091 dmas = <&sdma 33 4 0>, <&sdma 34 4 0>;
1092 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001093 status = "disabled";
1094 };
1095 };
Sascha Hauer91660d72012-11-12 15:52:21 +01001096
1097 ipu1: ipu@02400000 {
Philipp Zabel4520e692014-03-05 10:21:01 +01001098 #address-cells = <1>;
1099 #size-cells = <0>;
Sascha Hauer91660d72012-11-12 15:52:21 +01001100 compatible = "fsl,imx6q-ipu";
1101 reg = <0x02400000 0x400000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001102 interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>,
1103 <0 5 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001104 clocks = <&clks IMX6QDL_CLK_IPU1>,
1105 <&clks IMX6QDL_CLK_IPU1_DI0>,
1106 <&clks IMX6QDL_CLK_IPU1_DI1>;
Sascha Hauer91660d72012-11-12 15:52:21 +01001107 clock-names = "bus", "di0", "di1";
Philipp Zabel09ebf362013-03-28 17:35:20 +01001108 resets = <&src 2>;
Philipp Zabel4520e692014-03-05 10:21:01 +01001109
Philipp Zabelc0470c32014-05-27 17:26:37 +02001110 ipu1_csi0: port@0 {
1111 reg = <0>;
1112 };
1113
1114 ipu1_csi1: port@1 {
1115 reg = <1>;
1116 };
1117
Philipp Zabel4520e692014-03-05 10:21:01 +01001118 ipu1_di0: port@2 {
1119 #address-cells = <1>;
1120 #size-cells = <0>;
1121 reg = <2>;
1122
1123 ipu1_di0_disp0: endpoint@0 {
1124 };
1125
1126 ipu1_di0_hdmi: endpoint@1 {
1127 remote-endpoint = <&hdmi_mux_0>;
1128 };
1129
1130 ipu1_di0_mipi: endpoint@2 {
1131 remote-endpoint = <&mipi_mux_0>;
1132 };
1133
1134 ipu1_di0_lvds0: endpoint@3 {
1135 remote-endpoint = <&lvds0_mux_0>;
1136 };
1137
1138 ipu1_di0_lvds1: endpoint@4 {
1139 remote-endpoint = <&lvds1_mux_0>;
1140 };
1141 };
1142
1143 ipu1_di1: port@3 {
1144 #address-cells = <1>;
1145 #size-cells = <0>;
1146 reg = <3>;
1147
1148 ipu1_di0_disp1: endpoint@0 {
1149 };
1150
1151 ipu1_di1_hdmi: endpoint@1 {
1152 remote-endpoint = <&hdmi_mux_1>;
1153 };
1154
1155 ipu1_di1_mipi: endpoint@2 {
1156 remote-endpoint = <&mipi_mux_1>;
1157 };
1158
1159 ipu1_di1_lvds0: endpoint@3 {
1160 remote-endpoint = <&lvds0_mux_1>;
1161 };
1162
1163 ipu1_di1_lvds1: endpoint@4 {
1164 remote-endpoint = <&lvds1_mux_1>;
1165 };
1166 };
Sascha Hauer91660d72012-11-12 15:52:21 +01001167 };
Shawn Guo7d740f82011-09-06 13:53:26 +08001168 };
1169};