blob: d6c69ec443149da28012034ceea65ac2ba522539 [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>;
Philipp Zabelb2faf1a2014-11-28 16:23:46 +0100338 interrupts = <0 12 IRQ_TYPE_LEVEL_HIGH>,
339 <0 3 IRQ_TYPE_LEVEL_HIGH>;
Philipp Zabela04a0b62014-11-11 19:12:47 -0200340 interrupt-names = "bit", "jpeg";
341 clocks = <&clks IMX6QDL_CLK_VPU_AXI>,
Fabio Estevamc9997ba2014-12-16 11:02:41 -0200342 <&clks IMX6QDL_CLK_MMDC_CH0_AXI>;
343 clock-names = "per", "ahb";
Philipp Zabela04a0b62014-11-11 19:12:47 -0200344 resets = <&src 1>;
345 iram = <&ocram>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800346 };
347
348 aipstz@0207c000 { /* AIPSTZ1 */
349 reg = <0x0207c000 0x4000>;
350 };
351
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100352 pwm1: pwm@02080000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100353 #pwm-cells = <2>;
354 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800355 reg = <0x02080000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700356 interrupts = <0 83 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800357 clocks = <&clks IMX6QDL_CLK_IPG>,
358 <&clks IMX6QDL_CLK_PWM1>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100359 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800360 };
361
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100362 pwm2: pwm@02084000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100363 #pwm-cells = <2>;
364 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800365 reg = <0x02084000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700366 interrupts = <0 84 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800367 clocks = <&clks IMX6QDL_CLK_IPG>,
368 <&clks IMX6QDL_CLK_PWM2>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100369 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800370 };
371
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100372 pwm3: pwm@02088000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100373 #pwm-cells = <2>;
374 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800375 reg = <0x02088000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700376 interrupts = <0 85 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800377 clocks = <&clks IMX6QDL_CLK_IPG>,
378 <&clks IMX6QDL_CLK_PWM3>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100379 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800380 };
381
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100382 pwm4: pwm@0208c000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100383 #pwm-cells = <2>;
384 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800385 reg = <0x0208c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700386 interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800387 clocks = <&clks IMX6QDL_CLK_IPG>,
388 <&clks IMX6QDL_CLK_PWM4>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100389 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800390 };
391
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100392 can1: flexcan@02090000 {
Sascha Hauer0f225212013-06-25 15:51:46 +0200393 compatible = "fsl,imx6q-flexcan";
Shawn Guo7d740f82011-09-06 13:53:26 +0800394 reg = <0x02090000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700395 interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800396 clocks = <&clks IMX6QDL_CLK_CAN1_IPG>,
397 <&clks IMX6QDL_CLK_CAN1_SERIAL>;
Sascha Hauer0f225212013-06-25 15:51:46 +0200398 clock-names = "ipg", "per";
Tim Harveya1135332013-10-22 21:51:27 -0700399 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800400 };
401
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100402 can2: flexcan@02094000 {
Sascha Hauer0f225212013-06-25 15:51:46 +0200403 compatible = "fsl,imx6q-flexcan";
Shawn Guo7d740f82011-09-06 13:53:26 +0800404 reg = <0x02094000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700405 interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800406 clocks = <&clks IMX6QDL_CLK_CAN2_IPG>,
407 <&clks IMX6QDL_CLK_CAN2_SERIAL>;
Sascha Hauer0f225212013-06-25 15:51:46 +0200408 clock-names = "ipg", "per";
Tim Harveya1135332013-10-22 21:51:27 -0700409 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800410 };
411
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100412 gpt: gpt@02098000 {
Sascha Hauer97b108f2013-06-25 15:51:47 +0200413 compatible = "fsl,imx6q-gpt", "fsl,imx31-gpt";
Shawn Guo7d740f82011-09-06 13:53:26 +0800414 reg = <0x02098000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700415 interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800416 clocks = <&clks IMX6QDL_CLK_GPT_IPG>,
Anson Huang2b2244a2014-09-11 11:29:41 +0800417 <&clks IMX6QDL_CLK_GPT_IPG_PER>,
418 <&clks IMX6QDL_CLK_GPT_3M>;
419 clock-names = "ipg", "per", "osc_per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800420 };
421
Richard Zhao4d191862011-12-14 09:26:44 +0800422 gpio1: gpio@0209c000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200423 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800424 reg = <0x0209c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700425 interrupts = <0 66 IRQ_TYPE_LEVEL_HIGH>,
426 <0 67 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800427 gpio-controller;
428 #gpio-cells = <2>;
429 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800430 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800431 };
432
Richard Zhao4d191862011-12-14 09:26:44 +0800433 gpio2: gpio@020a0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200434 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800435 reg = <0x020a0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700436 interrupts = <0 68 IRQ_TYPE_LEVEL_HIGH>,
437 <0 69 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800438 gpio-controller;
439 #gpio-cells = <2>;
440 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800441 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800442 };
443
Richard Zhao4d191862011-12-14 09:26:44 +0800444 gpio3: gpio@020a4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200445 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800446 reg = <0x020a4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700447 interrupts = <0 70 IRQ_TYPE_LEVEL_HIGH>,
448 <0 71 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800449 gpio-controller;
450 #gpio-cells = <2>;
451 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800452 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800453 };
454
Richard Zhao4d191862011-12-14 09:26:44 +0800455 gpio4: gpio@020a8000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200456 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800457 reg = <0x020a8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700458 interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>,
459 <0 73 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800460 gpio-controller;
461 #gpio-cells = <2>;
462 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800463 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800464 };
465
Richard Zhao4d191862011-12-14 09:26:44 +0800466 gpio5: gpio@020ac000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200467 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800468 reg = <0x020ac000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700469 interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>,
470 <0 75 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800471 gpio-controller;
472 #gpio-cells = <2>;
473 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800474 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800475 };
476
Richard Zhao4d191862011-12-14 09:26:44 +0800477 gpio6: gpio@020b0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200478 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800479 reg = <0x020b0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700480 interrupts = <0 76 IRQ_TYPE_LEVEL_HIGH>,
481 <0 77 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800482 gpio-controller;
483 #gpio-cells = <2>;
484 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800485 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800486 };
487
Richard Zhao4d191862011-12-14 09:26:44 +0800488 gpio7: gpio@020b4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200489 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800490 reg = <0x020b4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700491 interrupts = <0 78 IRQ_TYPE_LEVEL_HIGH>,
492 <0 79 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800493 gpio-controller;
494 #gpio-cells = <2>;
495 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800496 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800497 };
498
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100499 kpp: kpp@020b8000 {
Lothar Waßmann36d3a8f2014-06-06 13:02:59 +0200500 compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800501 reg = <0x020b8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700502 interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800503 clocks = <&clks IMX6QDL_CLK_IPG>;
Fabio Estevam1b6f2362014-06-24 21:13:44 -0300504 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800505 };
506
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100507 wdog1: wdog@020bc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800508 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
509 reg = <0x020bc000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700510 interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800511 clocks = <&clks IMX6QDL_CLK_DUMMY>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800512 };
513
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100514 wdog2: wdog@020c0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800515 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
516 reg = <0x020c0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700517 interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800518 clocks = <&clks IMX6QDL_CLK_DUMMY>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800519 status = "disabled";
520 };
521
Shawn Guo0e87e042012-08-22 21:36:28 +0800522 clks: ccm@020c4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800523 compatible = "fsl,imx6q-ccm";
524 reg = <0x020c4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700525 interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
526 <0 88 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800527 #clock-cells = <1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800528 };
529
Dong Aishengbaa64152012-09-05 10:57:15 +0800530 anatop: anatop@020c8000 {
531 compatible = "fsl,imx6q-anatop", "syscon", "simple-bus";
Shawn Guo7d740f82011-09-06 13:53:26 +0800532 reg = <0x020c8000 0x1000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700533 interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>,
534 <0 54 IRQ_TYPE_LEVEL_HIGH>,
535 <0 127 IRQ_TYPE_LEVEL_HIGH>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800536
537 regulator-1p1@110 {
538 compatible = "fsl,anatop-regulator";
539 regulator-name = "vdd1p1";
540 regulator-min-microvolt = <800000>;
541 regulator-max-microvolt = <1375000>;
542 regulator-always-on;
543 anatop-reg-offset = <0x110>;
544 anatop-vol-bit-shift = <8>;
545 anatop-vol-bit-width = <5>;
546 anatop-min-bit-val = <4>;
547 anatop-min-voltage = <800000>;
548 anatop-max-voltage = <1375000>;
549 };
550
551 regulator-3p0@120 {
552 compatible = "fsl,anatop-regulator";
553 regulator-name = "vdd3p0";
554 regulator-min-microvolt = <2800000>;
555 regulator-max-microvolt = <3150000>;
556 regulator-always-on;
557 anatop-reg-offset = <0x120>;
558 anatop-vol-bit-shift = <8>;
559 anatop-vol-bit-width = <5>;
560 anatop-min-bit-val = <0>;
561 anatop-min-voltage = <2625000>;
562 anatop-max-voltage = <3400000>;
563 };
564
565 regulator-2p5@130 {
566 compatible = "fsl,anatop-regulator";
567 regulator-name = "vdd2p5";
568 regulator-min-microvolt = <2000000>;
569 regulator-max-microvolt = <2750000>;
570 regulator-always-on;
571 anatop-reg-offset = <0x130>;
572 anatop-vol-bit-shift = <8>;
573 anatop-vol-bit-width = <5>;
574 anatop-min-bit-val = <0>;
575 anatop-min-voltage = <2000000>;
576 anatop-max-voltage = <2750000>;
577 };
578
Shawn Guo96574a62013-01-08 14:25:14 +0800579 reg_arm: regulator-vddcore@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800580 compatible = "fsl,anatop-regulator";
Fabio Estevam118c98a2013-12-19 21:08:52 -0200581 regulator-name = "vddarm";
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800582 regulator-min-microvolt = <725000>;
583 regulator-max-microvolt = <1450000>;
584 regulator-always-on;
585 anatop-reg-offset = <0x140>;
586 anatop-vol-bit-shift = <0>;
587 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500588 anatop-delay-reg-offset = <0x170>;
589 anatop-delay-bit-shift = <24>;
590 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800591 anatop-min-bit-val = <1>;
592 anatop-min-voltage = <725000>;
593 anatop-max-voltage = <1450000>;
594 };
595
Shawn Guo96574a62013-01-08 14:25:14 +0800596 reg_pu: regulator-vddpu@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800597 compatible = "fsl,anatop-regulator";
598 regulator-name = "vddpu";
599 regulator-min-microvolt = <725000>;
600 regulator-max-microvolt = <1450000>;
601 regulator-always-on;
602 anatop-reg-offset = <0x140>;
603 anatop-vol-bit-shift = <9>;
604 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500605 anatop-delay-reg-offset = <0x170>;
606 anatop-delay-bit-shift = <26>;
607 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800608 anatop-min-bit-val = <1>;
609 anatop-min-voltage = <725000>;
610 anatop-max-voltage = <1450000>;
611 };
612
Shawn Guo96574a62013-01-08 14:25:14 +0800613 reg_soc: regulator-vddsoc@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800614 compatible = "fsl,anatop-regulator";
615 regulator-name = "vddsoc";
616 regulator-min-microvolt = <725000>;
617 regulator-max-microvolt = <1450000>;
618 regulator-always-on;
619 anatop-reg-offset = <0x140>;
620 anatop-vol-bit-shift = <18>;
621 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500622 anatop-delay-reg-offset = <0x170>;
623 anatop-delay-bit-shift = <28>;
624 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800625 anatop-min-bit-val = <1>;
626 anatop-min-voltage = <725000>;
627 anatop-max-voltage = <1450000>;
628 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800629 };
630
Shawn Guo3fe63732013-07-16 21:16:36 +0800631 tempmon: tempmon {
632 compatible = "fsl,imx6q-tempmon";
Troy Kisky275c08b2013-11-14 14:02:13 -0700633 interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo3fe63732013-07-16 21:16:36 +0800634 fsl,tempmon = <&anatop>;
635 fsl,tempmon-data = <&ocotp>;
Shawn Guo8888f652014-06-15 20:36:50 +0800636 clocks = <&clks IMX6QDL_CLK_PLL3_USB_OTG>;
Shawn Guo3fe63732013-07-16 21:16:36 +0800637 };
638
Richard Zhao74bd88f2012-07-12 14:21:41 +0800639 usbphy1: usbphy@020c9000 {
640 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800641 reg = <0x020c9000 0x1000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700642 interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800643 clocks = <&clks IMX6QDL_CLK_USBPHY1>;
Peter Chen76a38852013-12-20 15:52:01 +0800644 fsl,anatop = <&anatop>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800645 };
646
Richard Zhao74bd88f2012-07-12 14:21:41 +0800647 usbphy2: usbphy@020ca000 {
648 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800649 reg = <0x020ca000 0x1000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700650 interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800651 clocks = <&clks IMX6QDL_CLK_USBPHY2>;
Peter Chen76a38852013-12-20 15:52:01 +0800652 fsl,anatop = <&anatop>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800653 };
654
655 snvs@020cc000 {
Shawn Guoc9250382012-07-02 20:13:03 +0800656 compatible = "fsl,sec-v4.0-mon", "simple-bus";
657 #address-cells = <1>;
658 #size-cells = <1>;
659 ranges = <0 0x020cc000 0x4000>;
660
661 snvs-rtc-lp@34 {
662 compatible = "fsl,sec-v4.0-mon-rtc-lp";
663 reg = <0x34 0x58>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700664 interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>,
665 <0 20 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoc9250382012-07-02 20:13:03 +0800666 };
Robin Gong422b0672014-11-12 16:20:37 +0800667
668 snvs_poweroff: snvs-poweroff@38 {
669 compatible = "fsl,sec-v4.0-poweroff";
670 reg = <0x38 0x4>;
671 status = "disabled";
672 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800673 };
674
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100675 epit1: epit@020d0000 { /* EPIT1 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800676 reg = <0x020d0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700677 interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800678 };
679
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100680 epit2: epit@020d4000 { /* EPIT2 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800681 reg = <0x020d4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700682 interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800683 };
684
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100685 src: src@020d8000 {
Philipp Zabelbd3d9242013-03-28 17:35:22 +0100686 compatible = "fsl,imx6q-src", "fsl,imx51-src";
Shawn Guo7d740f82011-09-06 13:53:26 +0800687 reg = <0x020d8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700688 interrupts = <0 91 IRQ_TYPE_LEVEL_HIGH>,
689 <0 96 IRQ_TYPE_LEVEL_HIGH>;
Philipp Zabel09ebf362013-03-28 17:35:20 +0100690 #reset-cells = <1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800691 };
692
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100693 gpc: gpc@020dc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800694 compatible = "fsl,imx6q-gpc";
695 reg = <0x020dc000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700696 interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>,
697 <0 90 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800698 };
699
Dong Aishengdf37e0c2012-09-05 10:57:14 +0800700 gpr: iomuxc-gpr@020e0000 {
701 compatible = "fsl,imx6q-iomuxc-gpr", "syscon";
702 reg = <0x020e0000 0x38>;
703 };
704
Shawn Guoc56009b2f2013-07-11 13:58:36 +0800705 iomuxc: iomuxc@020e0000 {
706 compatible = "fsl,imx6dl-iomuxc", "fsl,imx6q-iomuxc";
707 reg = <0x020e0000 0x4000>;
Shawn Guoc56009b2f2013-07-11 13:58:36 +0800708 };
709
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100710 ldb: ldb@020e0008 {
711 #address-cells = <1>;
712 #size-cells = <0>;
713 compatible = "fsl,imx6q-ldb", "fsl,imx53-ldb";
714 gpr = <&gpr>;
715 status = "disabled";
716
717 lvds-channel@0 {
Philipp Zabel4520e692014-03-05 10:21:01 +0100718 #address-cells = <1>;
719 #size-cells = <0>;
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100720 reg = <0>;
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100721 status = "disabled";
Philipp Zabel4520e692014-03-05 10:21:01 +0100722
723 port@0 {
724 reg = <0>;
725
726 lvds0_mux_0: endpoint {
727 remote-endpoint = <&ipu1_di0_lvds0>;
728 };
729 };
730
731 port@1 {
732 reg = <1>;
733
734 lvds0_mux_1: endpoint {
735 remote-endpoint = <&ipu1_di1_lvds0>;
736 };
737 };
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100738 };
739
740 lvds-channel@1 {
Philipp Zabel4520e692014-03-05 10:21:01 +0100741 #address-cells = <1>;
742 #size-cells = <0>;
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100743 reg = <1>;
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100744 status = "disabled";
Philipp Zabel4520e692014-03-05 10:21:01 +0100745
746 port@0 {
747 reg = <0>;
748
749 lvds1_mux_0: endpoint {
750 remote-endpoint = <&ipu1_di0_lvds1>;
751 };
752 };
753
754 port@1 {
755 reg = <1>;
756
757 lvds1_mux_1: endpoint {
758 remote-endpoint = <&ipu1_di1_lvds1>;
759 };
760 };
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100761 };
762 };
763
Russell King04cec1a2013-10-16 10:19:00 +0100764 hdmi: hdmi@0120000 {
Philipp Zabel4520e692014-03-05 10:21:01 +0100765 #address-cells = <1>;
766 #size-cells = <0>;
Russell King04cec1a2013-10-16 10:19:00 +0100767 reg = <0x00120000 0x9000>;
768 interrupts = <0 115 0x04>;
769 gpr = <&gpr>;
Shawn Guo8888f652014-06-15 20:36:50 +0800770 clocks = <&clks IMX6QDL_CLK_HDMI_IAHB>,
771 <&clks IMX6QDL_CLK_HDMI_ISFR>;
Russell King04cec1a2013-10-16 10:19:00 +0100772 clock-names = "iahb", "isfr";
773 status = "disabled";
Philipp Zabel4520e692014-03-05 10:21:01 +0100774
775 port@0 {
776 reg = <0>;
777
778 hdmi_mux_0: endpoint {
779 remote-endpoint = <&ipu1_di0_hdmi>;
780 };
781 };
782
783 port@1 {
784 reg = <1>;
785
786 hdmi_mux_1: endpoint {
787 remote-endpoint = <&ipu1_di1_hdmi>;
788 };
789 };
Russell King04cec1a2013-10-16 10:19:00 +0100790 };
791
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100792 dcic1: dcic@020e4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800793 reg = <0x020e4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700794 interrupts = <0 124 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800795 };
796
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100797 dcic2: dcic@020e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800798 reg = <0x020e8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700799 interrupts = <0 125 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800800 };
801
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100802 sdma: sdma@020ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800803 compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
804 reg = <0x020ec000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700805 interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800806 clocks = <&clks IMX6QDL_CLK_SDMA>,
807 <&clks IMX6QDL_CLK_SDMA>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800808 clock-names = "ipg", "ahb";
Huang Shijiefb72bb22013-07-02 10:15:29 +0800809 #dma-cells = <3>;
Fabio Estevamd6b9c592013-01-17 12:13:25 -0200810 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
Shawn Guo7d740f82011-09-06 13:53:26 +0800811 };
812 };
813
814 aips-bus@02100000 { /* AIPS2 */
815 compatible = "fsl,aips-bus", "simple-bus";
816 #address-cells = <1>;
817 #size-cells = <1>;
818 reg = <0x02100000 0x100000>;
819 ranges;
820
821 caam@02100000 {
822 reg = <0x02100000 0x40000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700823 interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>,
824 <0 106 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800825 };
826
827 aipstz@0217c000 { /* AIPSTZ2 */
828 reg = <0x0217c000 0x4000>;
829 };
830
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100831 usbotg: usb@02184000 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800832 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
833 reg = <0x02184000 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700834 interrupts = <0 43 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800835 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800836 fsl,usbphy = <&usbphy1>;
Richard Zhao28342c62012-09-14 14:42:45 +0800837 fsl,usbmisc = <&usbmisc 0>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800838 status = "disabled";
839 };
840
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100841 usbh1: usb@02184200 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800842 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
843 reg = <0x02184200 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700844 interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800845 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800846 fsl,usbphy = <&usbphy2>;
Richard Zhao28342c62012-09-14 14:42:45 +0800847 fsl,usbmisc = <&usbmisc 1>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800848 status = "disabled";
849 };
850
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100851 usbh2: usb@02184400 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800852 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
853 reg = <0x02184400 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700854 interrupts = <0 41 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800855 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao28342c62012-09-14 14:42:45 +0800856 fsl,usbmisc = <&usbmisc 2>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800857 status = "disabled";
858 };
859
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100860 usbh3: usb@02184600 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800861 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
862 reg = <0x02184600 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700863 interrupts = <0 42 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800864 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao28342c62012-09-14 14:42:45 +0800865 fsl,usbmisc = <&usbmisc 3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800866 status = "disabled";
867 };
868
Shawn Guo60984bd2013-04-28 09:59:54 +0800869 usbmisc: usbmisc@02184800 {
Richard Zhao28342c62012-09-14 14:42:45 +0800870 #index-cells = <1>;
871 compatible = "fsl,imx6q-usbmisc";
872 reg = <0x02184800 0x200>;
Shawn Guo8888f652014-06-15 20:36:50 +0800873 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao28342c62012-09-14 14:42:45 +0800874 };
875
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100876 fec: ethernet@02188000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800877 compatible = "fsl,imx6q-fec";
878 reg = <0x02188000 0x4000>;
Troy Kisky454cf8f2013-12-20 11:47:10 -0700879 interrupts-extended =
880 <&intc 0 118 IRQ_TYPE_LEVEL_HIGH>,
881 <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800882 clocks = <&clks IMX6QDL_CLK_ENET>,
883 <&clks IMX6QDL_CLK_ENET>,
884 <&clks IMX6QDL_CLK_ENET_REF>;
Frank Li76298382012-10-30 18:24:57 +0000885 clock-names = "ipg", "ahb", "ptp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800886 status = "disabled";
887 };
888
889 mlb@0218c000 {
890 reg = <0x0218c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700891 interrupts = <0 53 IRQ_TYPE_LEVEL_HIGH>,
892 <0 117 IRQ_TYPE_LEVEL_HIGH>,
893 <0 126 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800894 };
895
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100896 usdhc1: usdhc@02190000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800897 compatible = "fsl,imx6q-usdhc";
898 reg = <0x02190000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700899 interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800900 clocks = <&clks IMX6QDL_CLK_USDHC1>,
901 <&clks IMX6QDL_CLK_USDHC1>,
902 <&clks IMX6QDL_CLK_USDHC1>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800903 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200904 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800905 status = "disabled";
906 };
907
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100908 usdhc2: usdhc@02194000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800909 compatible = "fsl,imx6q-usdhc";
910 reg = <0x02194000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700911 interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800912 clocks = <&clks IMX6QDL_CLK_USDHC2>,
913 <&clks IMX6QDL_CLK_USDHC2>,
914 <&clks IMX6QDL_CLK_USDHC2>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800915 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200916 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800917 status = "disabled";
918 };
919
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100920 usdhc3: usdhc@02198000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800921 compatible = "fsl,imx6q-usdhc";
922 reg = <0x02198000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700923 interrupts = <0 24 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800924 clocks = <&clks IMX6QDL_CLK_USDHC3>,
925 <&clks IMX6QDL_CLK_USDHC3>,
926 <&clks IMX6QDL_CLK_USDHC3>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800927 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200928 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800929 status = "disabled";
930 };
931
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100932 usdhc4: usdhc@0219c000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800933 compatible = "fsl,imx6q-usdhc";
934 reg = <0x0219c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700935 interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800936 clocks = <&clks IMX6QDL_CLK_USDHC4>,
937 <&clks IMX6QDL_CLK_USDHC4>,
938 <&clks IMX6QDL_CLK_USDHC4>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800939 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200940 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800941 status = "disabled";
942 };
943
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100944 i2c1: i2c@021a0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800945 #address-cells = <1>;
946 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800947 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800948 reg = <0x021a0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700949 interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800950 clocks = <&clks IMX6QDL_CLK_I2C1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800951 status = "disabled";
952 };
953
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100954 i2c2: i2c@021a4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800955 #address-cells = <1>;
956 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800957 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800958 reg = <0x021a4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700959 interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800960 clocks = <&clks IMX6QDL_CLK_I2C2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800961 status = "disabled";
962 };
963
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100964 i2c3: i2c@021a8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800965 #address-cells = <1>;
966 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800967 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800968 reg = <0x021a8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700969 interrupts = <0 38 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800970 clocks = <&clks IMX6QDL_CLK_I2C3>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800971 status = "disabled";
972 };
973
974 romcp@021ac000 {
975 reg = <0x021ac000 0x4000>;
976 };
977
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100978 mmdc0: mmdc@021b0000 { /* MMDC0 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800979 compatible = "fsl,imx6q-mmdc";
980 reg = <0x021b0000 0x4000>;
981 };
982
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100983 mmdc1: mmdc@021b4000 { /* MMDC1 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800984 reg = <0x021b4000 0x4000>;
985 };
986
Huang Shijie05e3f8e2013-05-28 14:20:09 +0800987 weim: weim@021b8000 {
988 compatible = "fsl,imx6q-weim";
Shawn Guo7d740f82011-09-06 13:53:26 +0800989 reg = <0x021b8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700990 interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800991 clocks = <&clks IMX6QDL_CLK_EIM_SLOW>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800992 };
993
Shawn Guo3fe63732013-07-16 21:16:36 +0800994 ocotp: ocotp@021bc000 {
995 compatible = "fsl,imx6q-ocotp", "syscon";
Shawn Guo7d740f82011-09-06 13:53:26 +0800996 reg = <0x021bc000 0x4000>;
997 };
998
Shawn Guo7d740f82011-09-06 13:53:26 +0800999 tzasc@021d0000 { /* TZASC1 */
1000 reg = <0x021d0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001001 interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +08001002 };
1003
1004 tzasc@021d4000 { /* TZASC2 */
1005 reg = <0x021d4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001006 interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +08001007 };
1008
Sascha Hauer7b7d6722012-11-15 09:31:52 +01001009 audmux: audmux@021d8000 {
Richard Zhaof965cd52012-05-02 10:32:26 +08001010 compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
Shawn Guo7d740f82011-09-06 13:53:26 +08001011 reg = <0x021d8000 0x4000>;
Richard Zhaof965cd52012-05-02 10:32:26 +08001012 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +08001013 };
1014
Troy Kisky5e0c7cd2013-11-14 14:02:08 -07001015 mipi_csi: mipi@021dc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001016 reg = <0x021dc000 0x4000>;
1017 };
1018
Philipp Zabel4520e692014-03-05 10:21:01 +01001019 mipi_dsi: mipi@021e0000 {
1020 #address-cells = <1>;
1021 #size-cells = <0>;
Shawn Guo7d740f82011-09-06 13:53:26 +08001022 reg = <0x021e0000 0x4000>;
Philipp Zabel4520e692014-03-05 10:21:01 +01001023 status = "disabled";
1024
1025 port@0 {
1026 reg = <0>;
1027
1028 mipi_mux_0: endpoint {
1029 remote-endpoint = <&ipu1_di0_mipi>;
1030 };
1031 };
1032
1033 port@1 {
1034 reg = <1>;
1035
1036 mipi_mux_1: endpoint {
1037 remote-endpoint = <&ipu1_di1_mipi>;
1038 };
1039 };
Shawn Guo7d740f82011-09-06 13:53:26 +08001040 };
1041
1042 vdoa@021e4000 {
1043 reg = <0x021e4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001044 interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +08001045 };
1046
Shawn Guo0c456cf2012-04-02 14:39:26 +08001047 uart2: serial@021e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001048 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1049 reg = <0x021e8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001050 interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001051 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1052 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001053 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001054 dmas = <&sdma 27 4 0>, <&sdma 28 4 0>;
1055 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001056 status = "disabled";
1057 };
1058
Shawn Guo0c456cf2012-04-02 14:39:26 +08001059 uart3: serial@021ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001060 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1061 reg = <0x021ec000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001062 interrupts = <0 28 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001063 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1064 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001065 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001066 dmas = <&sdma 29 4 0>, <&sdma 30 4 0>;
1067 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001068 status = "disabled";
1069 };
1070
Shawn Guo0c456cf2012-04-02 14:39:26 +08001071 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001072 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1073 reg = <0x021f0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001074 interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001075 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1076 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001077 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001078 dmas = <&sdma 31 4 0>, <&sdma 32 4 0>;
1079 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001080 status = "disabled";
1081 };
1082
Shawn Guo0c456cf2012-04-02 14:39:26 +08001083 uart5: serial@021f4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001084 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1085 reg = <0x021f4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001086 interrupts = <0 30 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001087 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1088 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001089 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001090 dmas = <&sdma 33 4 0>, <&sdma 34 4 0>;
1091 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001092 status = "disabled";
1093 };
1094 };
Sascha Hauer91660d72012-11-12 15:52:21 +01001095
1096 ipu1: ipu@02400000 {
Philipp Zabel4520e692014-03-05 10:21:01 +01001097 #address-cells = <1>;
1098 #size-cells = <0>;
Sascha Hauer91660d72012-11-12 15:52:21 +01001099 compatible = "fsl,imx6q-ipu";
1100 reg = <0x02400000 0x400000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001101 interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>,
1102 <0 5 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001103 clocks = <&clks IMX6QDL_CLK_IPU1>,
1104 <&clks IMX6QDL_CLK_IPU1_DI0>,
1105 <&clks IMX6QDL_CLK_IPU1_DI1>;
Sascha Hauer91660d72012-11-12 15:52:21 +01001106 clock-names = "bus", "di0", "di1";
Philipp Zabel09ebf362013-03-28 17:35:20 +01001107 resets = <&src 2>;
Philipp Zabel4520e692014-03-05 10:21:01 +01001108
Philipp Zabelc0470c32014-05-27 17:26:37 +02001109 ipu1_csi0: port@0 {
1110 reg = <0>;
1111 };
1112
1113 ipu1_csi1: port@1 {
1114 reg = <1>;
1115 };
1116
Philipp Zabel4520e692014-03-05 10:21:01 +01001117 ipu1_di0: port@2 {
1118 #address-cells = <1>;
1119 #size-cells = <0>;
1120 reg = <2>;
1121
1122 ipu1_di0_disp0: endpoint@0 {
1123 };
1124
1125 ipu1_di0_hdmi: endpoint@1 {
1126 remote-endpoint = <&hdmi_mux_0>;
1127 };
1128
1129 ipu1_di0_mipi: endpoint@2 {
1130 remote-endpoint = <&mipi_mux_0>;
1131 };
1132
1133 ipu1_di0_lvds0: endpoint@3 {
1134 remote-endpoint = <&lvds0_mux_0>;
1135 };
1136
1137 ipu1_di0_lvds1: endpoint@4 {
1138 remote-endpoint = <&lvds1_mux_0>;
1139 };
1140 };
1141
1142 ipu1_di1: port@3 {
1143 #address-cells = <1>;
1144 #size-cells = <0>;
1145 reg = <3>;
1146
1147 ipu1_di0_disp1: endpoint@0 {
1148 };
1149
1150 ipu1_di1_hdmi: endpoint@1 {
1151 remote-endpoint = <&hdmi_mux_1>;
1152 };
1153
1154 ipu1_di1_mipi: endpoint@2 {
1155 remote-endpoint = <&mipi_mux_1>;
1156 };
1157
1158 ipu1_di1_lvds0: endpoint@3 {
1159 remote-endpoint = <&lvds0_mux_1>;
1160 };
1161
1162 ipu1_di1_lvds1: endpoint@4 {
1163 remote-endpoint = <&lvds1_mux_1>;
1164 };
1165 };
Sascha Hauer91660d72012-11-12 15:52:21 +01001166 };
Shawn Guo7d740f82011-09-06 13:53:26 +08001167 };
1168};