blob: d7c97d95c525bd3d519a09ac3fad6d73bd46d96e [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";
140 reg = <0x01ffc000 0x4000>; /* DBI */
141 #address-cells = <3>;
142 #size-cells = <2>;
143 device_type = "pci";
144 ranges = <0x00000800 0 0x01f00000 0x01f00000 0 0x00080000 /* configuration space */
145 0x81000000 0 0 0x01f80000 0 0x00010000 /* downstream I/O */
146 0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */
147 num-lanes = <1>;
Lucas Stach92a7eb72014-04-30 13:58:15 +0800148 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
149 interrupt-names = "msi";
Lucas Stach07134a32014-03-05 14:25:50 +0100150 #interrupt-cells = <1>;
151 interrupt-map-mask = <0 0 0 0x7>;
152 interrupt-map = <0 0 0 1 &intc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
153 <0 0 0 2 &intc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
154 <0 0 0 3 &intc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
155 <0 0 0 4 &intc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800156 clocks = <&clks IMX6QDL_CLK_PCIE_AXI>,
157 <&clks IMX6QDL_CLK_LVDS1_GATE>,
158 <&clks IMX6QDL_CLK_PCIE_REF_125M>;
Lucas Stach92a7eb72014-04-30 13:58:15 +0800159 clock-names = "pcie", "pcie_bus", "pcie_phy";
Sean Cross3a572912013-09-26 10:51:09 +0800160 status = "disabled";
161 };
162
Dirk Behme218abe62013-02-15 15:10:01 +0100163 pmu {
164 compatible = "arm,cortex-a9-pmu";
Troy Kisky275c08b2013-11-14 14:02:13 -0700165 interrupts = <0 94 IRQ_TYPE_LEVEL_HIGH>;
Dirk Behme218abe62013-02-15 15:10:01 +0100166 };
167
Shawn Guo7d740f82011-09-06 13:53:26 +0800168 aips-bus@02000000 { /* AIPS1 */
169 compatible = "fsl,aips-bus", "simple-bus";
170 #address-cells = <1>;
171 #size-cells = <1>;
172 reg = <0x02000000 0x100000>;
173 ranges;
174
175 spba-bus@02000000 {
176 compatible = "fsl,spba-bus", "simple-bus";
177 #address-cells = <1>;
178 #size-cells = <1>;
179 reg = <0x02000000 0x40000>;
180 ranges;
181
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100182 spdif: spdif@02004000 {
Fabio Estevamc9d96df2013-09-02 23:51:41 -0300183 compatible = "fsl,imx35-spdif";
Shawn Guo7d740f82011-09-06 13:53:26 +0800184 reg = <0x02004000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700185 interrupts = <0 52 IRQ_TYPE_LEVEL_HIGH>;
Fabio Estevamc9d96df2013-09-02 23:51:41 -0300186 dmas = <&sdma 14 18 0>,
187 <&sdma 15 18 0>;
188 dma-names = "rx", "tx";
Shawn Guo8888f652014-06-15 20:36:50 +0800189 clocks = <&clks IMX6QDL_CLK_SPDIF>, <&clks IMX6QDL_CLK_OSC>,
190 <&clks IMX6QDL_CLK_SPDIF>, <&clks IMX6QDL_CLK_DUMMY>,
191 <&clks IMX6QDL_CLK_DUMMY>, <&clks IMX6QDL_CLK_DUMMY>,
192 <&clks IMX6QDL_CLK_DUMMY>, <&clks IMX6QDL_CLK_DUMMY>,
193 <&clks IMX6QDL_CLK_DUMMY>;
Fabio Estevamc9d96df2013-09-02 23:51:41 -0300194 clock-names = "core", "rxtx0",
195 "rxtx1", "rxtx2",
196 "rxtx3", "rxtx4",
197 "rxtx5", "rxtx6",
198 "rxtx7";
199 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800200 };
201
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100202 ecspi1: ecspi@02008000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800203 #address-cells = <1>;
204 #size-cells = <0>;
205 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
206 reg = <0x02008000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700207 interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800208 clocks = <&clks IMX6QDL_CLK_ECSPI1>,
209 <&clks IMX6QDL_CLK_ECSPI1>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800210 clock-names = "ipg", "per";
Frank Lib3810c32014-01-04 06:53:52 +0800211 dmas = <&sdma 3 7 1>, <&sdma 4 7 2>;
212 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +0800213 status = "disabled";
214 };
215
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100216 ecspi2: ecspi@0200c000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800217 #address-cells = <1>;
218 #size-cells = <0>;
219 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
220 reg = <0x0200c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700221 interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800222 clocks = <&clks IMX6QDL_CLK_ECSPI2>,
223 <&clks IMX6QDL_CLK_ECSPI2>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800224 clock-names = "ipg", "per";
Frank Lib3810c32014-01-04 06:53:52 +0800225 dmas = <&sdma 5 7 1>, <&sdma 6 7 2>;
226 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +0800227 status = "disabled";
228 };
229
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100230 ecspi3: ecspi@02010000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800231 #address-cells = <1>;
232 #size-cells = <0>;
233 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
234 reg = <0x02010000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700235 interrupts = <0 33 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800236 clocks = <&clks IMX6QDL_CLK_ECSPI3>,
237 <&clks IMX6QDL_CLK_ECSPI3>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800238 clock-names = "ipg", "per";
Frank Lib3810c32014-01-04 06:53:52 +0800239 dmas = <&sdma 7 7 1>, <&sdma 8 7 2>;
240 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +0800241 status = "disabled";
242 };
243
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100244 ecspi4: ecspi@02014000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800245 #address-cells = <1>;
246 #size-cells = <0>;
247 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
248 reg = <0x02014000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700249 interrupts = <0 34 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800250 clocks = <&clks IMX6QDL_CLK_ECSPI4>,
251 <&clks IMX6QDL_CLK_ECSPI4>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800252 clock-names = "ipg", "per";
Frank Lib3810c32014-01-04 06:53:52 +0800253 dmas = <&sdma 9 7 1>, <&sdma 10 7 2>;
254 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +0800255 status = "disabled";
256 };
257
Shawn Guo0c456cf2012-04-02 14:39:26 +0800258 uart1: serial@02020000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800259 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
260 reg = <0x02020000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700261 interrupts = <0 26 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800262 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
263 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800264 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +0800265 dmas = <&sdma 25 4 0>, <&sdma 26 4 0>;
266 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +0800267 status = "disabled";
268 };
269
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100270 esai: esai@02024000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800271 reg = <0x02024000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700272 interrupts = <0 51 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800273 };
274
Richard Zhaob1a5da82012-05-02 10:29:10 +0800275 ssi1: ssi@02028000 {
Markus Pargmann98ea6ad2014-01-17 10:07:42 +0100276 compatible = "fsl,imx6q-ssi",
277 "fsl,imx51-ssi",
278 "fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800279 reg = <0x02028000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700280 interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800281 clocks = <&clks IMX6QDL_CLK_SSI1_IPG>;
Shawn Guo5da826a2013-07-17 13:50:54 +0800282 dmas = <&sdma 37 1 0>,
283 <&sdma 38 1 0>;
284 dma-names = "rx", "tx";
Richard Zhaob1a5da82012-05-02 10:29:10 +0800285 fsl,fifo-depth = <15>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800286 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800287 };
288
Richard Zhaob1a5da82012-05-02 10:29:10 +0800289 ssi2: ssi@0202c000 {
Markus Pargmann98ea6ad2014-01-17 10:07:42 +0100290 compatible = "fsl,imx6q-ssi",
291 "fsl,imx51-ssi",
292 "fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800293 reg = <0x0202c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700294 interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800295 clocks = <&clks IMX6QDL_CLK_SSI2_IPG>;
Shawn Guo5da826a2013-07-17 13:50:54 +0800296 dmas = <&sdma 41 1 0>,
297 <&sdma 42 1 0>;
298 dma-names = "rx", "tx";
Richard Zhaob1a5da82012-05-02 10:29:10 +0800299 fsl,fifo-depth = <15>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800300 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800301 };
302
Richard Zhaob1a5da82012-05-02 10:29:10 +0800303 ssi3: ssi@02030000 {
Markus Pargmann98ea6ad2014-01-17 10:07:42 +0100304 compatible = "fsl,imx6q-ssi",
305 "fsl,imx51-ssi",
306 "fsl,imx21-ssi";
Shawn Guo7d740f82011-09-06 13:53:26 +0800307 reg = <0x02030000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700308 interrupts = <0 48 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800309 clocks = <&clks IMX6QDL_CLK_SSI3_IPG>;
Shawn Guo5da826a2013-07-17 13:50:54 +0800310 dmas = <&sdma 45 1 0>,
311 <&sdma 46 1 0>;
312 dma-names = "rx", "tx";
Richard Zhaob1a5da82012-05-02 10:29:10 +0800313 fsl,fifo-depth = <15>;
Richard Zhaob1a5da82012-05-02 10:29:10 +0800314 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800315 };
316
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100317 asrc: asrc@02034000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800318 reg = <0x02034000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700319 interrupts = <0 50 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800320 };
321
322 spba@0203c000 {
323 reg = <0x0203c000 0x4000>;
324 };
325 };
326
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100327 vpu: vpu@02040000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800328 reg = <0x02040000 0x3c000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700329 interrupts = <0 3 IRQ_TYPE_LEVEL_HIGH>,
330 <0 12 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800331 };
332
333 aipstz@0207c000 { /* AIPSTZ1 */
334 reg = <0x0207c000 0x4000>;
335 };
336
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100337 pwm1: pwm@02080000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100338 #pwm-cells = <2>;
339 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800340 reg = <0x02080000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700341 interrupts = <0 83 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800342 clocks = <&clks IMX6QDL_CLK_IPG>,
343 <&clks IMX6QDL_CLK_PWM1>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100344 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800345 };
346
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100347 pwm2: pwm@02084000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100348 #pwm-cells = <2>;
349 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800350 reg = <0x02084000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700351 interrupts = <0 84 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800352 clocks = <&clks IMX6QDL_CLK_IPG>,
353 <&clks IMX6QDL_CLK_PWM2>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100354 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800355 };
356
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100357 pwm3: pwm@02088000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100358 #pwm-cells = <2>;
359 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800360 reg = <0x02088000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700361 interrupts = <0 85 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800362 clocks = <&clks IMX6QDL_CLK_IPG>,
363 <&clks IMX6QDL_CLK_PWM3>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100364 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800365 };
366
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100367 pwm4: pwm@0208c000 {
Sascha Hauer33b38582012-11-21 12:18:28 +0100368 #pwm-cells = <2>;
369 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
Shawn Guo7d740f82011-09-06 13:53:26 +0800370 reg = <0x0208c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700371 interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800372 clocks = <&clks IMX6QDL_CLK_IPG>,
373 <&clks IMX6QDL_CLK_PWM4>;
Sascha Hauer33b38582012-11-21 12:18:28 +0100374 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800375 };
376
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100377 can1: flexcan@02090000 {
Sascha Hauer0f225212013-06-25 15:51:46 +0200378 compatible = "fsl,imx6q-flexcan";
Shawn Guo7d740f82011-09-06 13:53:26 +0800379 reg = <0x02090000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700380 interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800381 clocks = <&clks IMX6QDL_CLK_CAN1_IPG>,
382 <&clks IMX6QDL_CLK_CAN1_SERIAL>;
Sascha Hauer0f225212013-06-25 15:51:46 +0200383 clock-names = "ipg", "per";
Tim Harveya1135332013-10-22 21:51:27 -0700384 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800385 };
386
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100387 can2: flexcan@02094000 {
Sascha Hauer0f225212013-06-25 15:51:46 +0200388 compatible = "fsl,imx6q-flexcan";
Shawn Guo7d740f82011-09-06 13:53:26 +0800389 reg = <0x02094000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700390 interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800391 clocks = <&clks IMX6QDL_CLK_CAN2_IPG>,
392 <&clks IMX6QDL_CLK_CAN2_SERIAL>;
Sascha Hauer0f225212013-06-25 15:51:46 +0200393 clock-names = "ipg", "per";
Tim Harveya1135332013-10-22 21:51:27 -0700394 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800395 };
396
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100397 gpt: gpt@02098000 {
Sascha Hauer97b108f2013-06-25 15:51:47 +0200398 compatible = "fsl,imx6q-gpt", "fsl,imx31-gpt";
Shawn Guo7d740f82011-09-06 13:53:26 +0800399 reg = <0x02098000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700400 interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800401 clocks = <&clks IMX6QDL_CLK_GPT_IPG>,
402 <&clks IMX6QDL_CLK_GPT_IPG_PER>;
Sascha Hauer4efccad2013-03-14 13:09:01 +0100403 clock-names = "ipg", "per";
Shawn Guo7d740f82011-09-06 13:53:26 +0800404 };
405
Richard Zhao4d191862011-12-14 09:26:44 +0800406 gpio1: gpio@0209c000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200407 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800408 reg = <0x0209c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700409 interrupts = <0 66 IRQ_TYPE_LEVEL_HIGH>,
410 <0 67 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800411 gpio-controller;
412 #gpio-cells = <2>;
413 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800414 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800415 };
416
Richard Zhao4d191862011-12-14 09:26:44 +0800417 gpio2: gpio@020a0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200418 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800419 reg = <0x020a0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700420 interrupts = <0 68 IRQ_TYPE_LEVEL_HIGH>,
421 <0 69 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800422 gpio-controller;
423 #gpio-cells = <2>;
424 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800425 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800426 };
427
Richard Zhao4d191862011-12-14 09:26:44 +0800428 gpio3: gpio@020a4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200429 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800430 reg = <0x020a4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700431 interrupts = <0 70 IRQ_TYPE_LEVEL_HIGH>,
432 <0 71 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800433 gpio-controller;
434 #gpio-cells = <2>;
435 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800436 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800437 };
438
Richard Zhao4d191862011-12-14 09:26:44 +0800439 gpio4: gpio@020a8000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200440 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800441 reg = <0x020a8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700442 interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>,
443 <0 73 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800444 gpio-controller;
445 #gpio-cells = <2>;
446 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800447 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800448 };
449
Richard Zhao4d191862011-12-14 09:26:44 +0800450 gpio5: gpio@020ac000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200451 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800452 reg = <0x020ac000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700453 interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>,
454 <0 75 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800455 gpio-controller;
456 #gpio-cells = <2>;
457 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800458 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800459 };
460
Richard Zhao4d191862011-12-14 09:26:44 +0800461 gpio6: gpio@020b0000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200462 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800463 reg = <0x020b0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700464 interrupts = <0 76 IRQ_TYPE_LEVEL_HIGH>,
465 <0 77 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800466 gpio-controller;
467 #gpio-cells = <2>;
468 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800469 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800470 };
471
Richard Zhao4d191862011-12-14 09:26:44 +0800472 gpio7: gpio@020b4000 {
Benoît Thébaudeauaeb27742012-06-22 21:04:06 +0200473 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
Shawn Guo7d740f82011-09-06 13:53:26 +0800474 reg = <0x020b4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700475 interrupts = <0 78 IRQ_TYPE_LEVEL_HIGH>,
476 <0 79 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800477 gpio-controller;
478 #gpio-cells = <2>;
479 interrupt-controller;
Shawn Guo88cde8b2012-07-06 20:03:37 +0800480 #interrupt-cells = <2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800481 };
482
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100483 kpp: kpp@020b8000 {
Lothar Waßmann36d3a8f2014-06-06 13:02:59 +0200484 compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800485 reg = <0x020b8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700486 interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800487 clocks = <&clks IMX6QDL_CLK_IPG>;
Fabio Estevam1b6f2362014-06-24 21:13:44 -0300488 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800489 };
490
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100491 wdog1: wdog@020bc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800492 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
493 reg = <0x020bc000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700494 interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800495 clocks = <&clks IMX6QDL_CLK_DUMMY>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800496 };
497
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100498 wdog2: wdog@020c0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800499 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
500 reg = <0x020c0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700501 interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800502 clocks = <&clks IMX6QDL_CLK_DUMMY>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800503 status = "disabled";
504 };
505
Shawn Guo0e87e042012-08-22 21:36:28 +0800506 clks: ccm@020c4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800507 compatible = "fsl,imx6q-ccm";
508 reg = <0x020c4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700509 interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
510 <0 88 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800511 #clock-cells = <1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800512 };
513
Dong Aishengbaa64152012-09-05 10:57:15 +0800514 anatop: anatop@020c8000 {
515 compatible = "fsl,imx6q-anatop", "syscon", "simple-bus";
Shawn Guo7d740f82011-09-06 13:53:26 +0800516 reg = <0x020c8000 0x1000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700517 interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>,
518 <0 54 IRQ_TYPE_LEVEL_HIGH>,
519 <0 127 IRQ_TYPE_LEVEL_HIGH>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800520
521 regulator-1p1@110 {
522 compatible = "fsl,anatop-regulator";
523 regulator-name = "vdd1p1";
524 regulator-min-microvolt = <800000>;
525 regulator-max-microvolt = <1375000>;
526 regulator-always-on;
527 anatop-reg-offset = <0x110>;
528 anatop-vol-bit-shift = <8>;
529 anatop-vol-bit-width = <5>;
530 anatop-min-bit-val = <4>;
531 anatop-min-voltage = <800000>;
532 anatop-max-voltage = <1375000>;
533 };
534
535 regulator-3p0@120 {
536 compatible = "fsl,anatop-regulator";
537 regulator-name = "vdd3p0";
538 regulator-min-microvolt = <2800000>;
539 regulator-max-microvolt = <3150000>;
540 regulator-always-on;
541 anatop-reg-offset = <0x120>;
542 anatop-vol-bit-shift = <8>;
543 anatop-vol-bit-width = <5>;
544 anatop-min-bit-val = <0>;
545 anatop-min-voltage = <2625000>;
546 anatop-max-voltage = <3400000>;
547 };
548
549 regulator-2p5@130 {
550 compatible = "fsl,anatop-regulator";
551 regulator-name = "vdd2p5";
552 regulator-min-microvolt = <2000000>;
553 regulator-max-microvolt = <2750000>;
554 regulator-always-on;
555 anatop-reg-offset = <0x130>;
556 anatop-vol-bit-shift = <8>;
557 anatop-vol-bit-width = <5>;
558 anatop-min-bit-val = <0>;
559 anatop-min-voltage = <2000000>;
560 anatop-max-voltage = <2750000>;
561 };
562
Shawn Guo96574a62013-01-08 14:25:14 +0800563 reg_arm: regulator-vddcore@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800564 compatible = "fsl,anatop-regulator";
Fabio Estevam118c98a2013-12-19 21:08:52 -0200565 regulator-name = "vddarm";
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800566 regulator-min-microvolt = <725000>;
567 regulator-max-microvolt = <1450000>;
568 regulator-always-on;
569 anatop-reg-offset = <0x140>;
570 anatop-vol-bit-shift = <0>;
571 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500572 anatop-delay-reg-offset = <0x170>;
573 anatop-delay-bit-shift = <24>;
574 anatop-delay-bit-width = <2>;
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800575 anatop-min-bit-val = <1>;
576 anatop-min-voltage = <725000>;
577 anatop-max-voltage = <1450000>;
578 };
579
Shawn Guo96574a62013-01-08 14:25:14 +0800580 reg_pu: regulator-vddpu@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800581 compatible = "fsl,anatop-regulator";
582 regulator-name = "vddpu";
583 regulator-min-microvolt = <725000>;
584 regulator-max-microvolt = <1450000>;
585 regulator-always-on;
586 anatop-reg-offset = <0x140>;
587 anatop-vol-bit-shift = <9>;
588 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500589 anatop-delay-reg-offset = <0x170>;
590 anatop-delay-bit-shift = <26>;
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_soc: regulator-vddsoc@140 {
Ying-Chun Liu (PaulLiu)a1e327e2012-03-30 21:46:53 +0800598 compatible = "fsl,anatop-regulator";
599 regulator-name = "vddsoc";
600 regulator-min-microvolt = <725000>;
601 regulator-max-microvolt = <1450000>;
602 regulator-always-on;
603 anatop-reg-offset = <0x140>;
604 anatop-vol-bit-shift = <18>;
605 anatop-vol-bit-width = <5>;
Anson Huang46743dd2013-01-30 17:33:44 -0500606 anatop-delay-reg-offset = <0x170>;
607 anatop-delay-bit-shift = <28>;
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 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800613 };
614
Shawn Guo3fe63732013-07-16 21:16:36 +0800615 tempmon: tempmon {
616 compatible = "fsl,imx6q-tempmon";
Troy Kisky275c08b2013-11-14 14:02:13 -0700617 interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo3fe63732013-07-16 21:16:36 +0800618 fsl,tempmon = <&anatop>;
619 fsl,tempmon-data = <&ocotp>;
Shawn Guo8888f652014-06-15 20:36:50 +0800620 clocks = <&clks IMX6QDL_CLK_PLL3_USB_OTG>;
Shawn Guo3fe63732013-07-16 21:16:36 +0800621 };
622
Richard Zhao74bd88f2012-07-12 14:21:41 +0800623 usbphy1: usbphy@020c9000 {
624 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800625 reg = <0x020c9000 0x1000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700626 interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800627 clocks = <&clks IMX6QDL_CLK_USBPHY1>;
Peter Chen76a38852013-12-20 15:52:01 +0800628 fsl,anatop = <&anatop>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800629 };
630
Richard Zhao74bd88f2012-07-12 14:21:41 +0800631 usbphy2: usbphy@020ca000 {
632 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
Shawn Guo7d740f82011-09-06 13:53:26 +0800633 reg = <0x020ca000 0x1000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700634 interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800635 clocks = <&clks IMX6QDL_CLK_USBPHY2>;
Peter Chen76a38852013-12-20 15:52:01 +0800636 fsl,anatop = <&anatop>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800637 };
638
639 snvs@020cc000 {
Shawn Guoc9250382012-07-02 20:13:03 +0800640 compatible = "fsl,sec-v4.0-mon", "simple-bus";
641 #address-cells = <1>;
642 #size-cells = <1>;
643 ranges = <0 0x020cc000 0x4000>;
644
645 snvs-rtc-lp@34 {
646 compatible = "fsl,sec-v4.0-mon-rtc-lp";
647 reg = <0x34 0x58>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700648 interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>,
649 <0 20 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guoc9250382012-07-02 20:13:03 +0800650 };
Shawn Guo7d740f82011-09-06 13:53:26 +0800651 };
652
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100653 epit1: epit@020d0000 { /* EPIT1 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800654 reg = <0x020d0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700655 interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800656 };
657
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100658 epit2: epit@020d4000 { /* EPIT2 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800659 reg = <0x020d4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700660 interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800661 };
662
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100663 src: src@020d8000 {
Philipp Zabelbd3d9242013-03-28 17:35:22 +0100664 compatible = "fsl,imx6q-src", "fsl,imx51-src";
Shawn Guo7d740f82011-09-06 13:53:26 +0800665 reg = <0x020d8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700666 interrupts = <0 91 IRQ_TYPE_LEVEL_HIGH>,
667 <0 96 IRQ_TYPE_LEVEL_HIGH>;
Philipp Zabel09ebf362013-03-28 17:35:20 +0100668 #reset-cells = <1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800669 };
670
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100671 gpc: gpc@020dc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800672 compatible = "fsl,imx6q-gpc";
673 reg = <0x020dc000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700674 interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>,
675 <0 90 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800676 };
677
Dong Aishengdf37e0c2012-09-05 10:57:14 +0800678 gpr: iomuxc-gpr@020e0000 {
679 compatible = "fsl,imx6q-iomuxc-gpr", "syscon";
680 reg = <0x020e0000 0x38>;
681 };
682
Shawn Guoc56009b2f2013-07-11 13:58:36 +0800683 iomuxc: iomuxc@020e0000 {
684 compatible = "fsl,imx6dl-iomuxc", "fsl,imx6q-iomuxc";
685 reg = <0x020e0000 0x4000>;
Shawn Guoc56009b2f2013-07-11 13:58:36 +0800686 };
687
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100688 ldb: ldb@020e0008 {
689 #address-cells = <1>;
690 #size-cells = <0>;
691 compatible = "fsl,imx6q-ldb", "fsl,imx53-ldb";
692 gpr = <&gpr>;
693 status = "disabled";
694
695 lvds-channel@0 {
Philipp Zabel4520e692014-03-05 10:21:01 +0100696 #address-cells = <1>;
697 #size-cells = <0>;
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100698 reg = <0>;
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100699 status = "disabled";
Philipp Zabel4520e692014-03-05 10:21:01 +0100700
701 port@0 {
702 reg = <0>;
703
704 lvds0_mux_0: endpoint {
705 remote-endpoint = <&ipu1_di0_lvds0>;
706 };
707 };
708
709 port@1 {
710 reg = <1>;
711
712 lvds0_mux_1: endpoint {
713 remote-endpoint = <&ipu1_di1_lvds0>;
714 };
715 };
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100716 };
717
718 lvds-channel@1 {
Philipp Zabel4520e692014-03-05 10:21:01 +0100719 #address-cells = <1>;
720 #size-cells = <0>;
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100721 reg = <1>;
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 lvds1_mux_0: endpoint {
728 remote-endpoint = <&ipu1_di0_lvds1>;
729 };
730 };
731
732 port@1 {
733 reg = <1>;
734
735 lvds1_mux_1: endpoint {
736 remote-endpoint = <&ipu1_di1_lvds1>;
737 };
738 };
Steffen Trumtrar41c04342013-03-28 16:23:35 +0100739 };
740 };
741
Russell King04cec1a2013-10-16 10:19:00 +0100742 hdmi: hdmi@0120000 {
Philipp Zabel4520e692014-03-05 10:21:01 +0100743 #address-cells = <1>;
744 #size-cells = <0>;
Russell King04cec1a2013-10-16 10:19:00 +0100745 reg = <0x00120000 0x9000>;
746 interrupts = <0 115 0x04>;
747 gpr = <&gpr>;
Shawn Guo8888f652014-06-15 20:36:50 +0800748 clocks = <&clks IMX6QDL_CLK_HDMI_IAHB>,
749 <&clks IMX6QDL_CLK_HDMI_ISFR>;
Russell King04cec1a2013-10-16 10:19:00 +0100750 clock-names = "iahb", "isfr";
751 status = "disabled";
Philipp Zabel4520e692014-03-05 10:21:01 +0100752
753 port@0 {
754 reg = <0>;
755
756 hdmi_mux_0: endpoint {
757 remote-endpoint = <&ipu1_di0_hdmi>;
758 };
759 };
760
761 port@1 {
762 reg = <1>;
763
764 hdmi_mux_1: endpoint {
765 remote-endpoint = <&ipu1_di1_hdmi>;
766 };
767 };
Russell King04cec1a2013-10-16 10:19:00 +0100768 };
769
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100770 dcic1: dcic@020e4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800771 reg = <0x020e4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700772 interrupts = <0 124 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800773 };
774
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100775 dcic2: dcic@020e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800776 reg = <0x020e8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700777 interrupts = <0 125 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800778 };
779
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100780 sdma: sdma@020ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800781 compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
782 reg = <0x020ec000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700783 interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800784 clocks = <&clks IMX6QDL_CLK_SDMA>,
785 <&clks IMX6QDL_CLK_SDMA>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800786 clock-names = "ipg", "ahb";
Huang Shijiefb72bb22013-07-02 10:15:29 +0800787 #dma-cells = <3>;
Fabio Estevamd6b9c592013-01-17 12:13:25 -0200788 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
Shawn Guo7d740f82011-09-06 13:53:26 +0800789 };
790 };
791
792 aips-bus@02100000 { /* AIPS2 */
793 compatible = "fsl,aips-bus", "simple-bus";
794 #address-cells = <1>;
795 #size-cells = <1>;
796 reg = <0x02100000 0x100000>;
797 ranges;
798
799 caam@02100000 {
800 reg = <0x02100000 0x40000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700801 interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>,
802 <0 106 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800803 };
804
805 aipstz@0217c000 { /* AIPSTZ2 */
806 reg = <0x0217c000 0x4000>;
807 };
808
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100809 usbotg: usb@02184000 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800810 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
811 reg = <0x02184000 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700812 interrupts = <0 43 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800813 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800814 fsl,usbphy = <&usbphy1>;
Richard Zhao28342c62012-09-14 14:42:45 +0800815 fsl,usbmisc = <&usbmisc 0>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800816 status = "disabled";
817 };
818
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100819 usbh1: usb@02184200 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800820 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
821 reg = <0x02184200 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700822 interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800823 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800824 fsl,usbphy = <&usbphy2>;
Richard Zhao28342c62012-09-14 14:42:45 +0800825 fsl,usbmisc = <&usbmisc 1>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800826 status = "disabled";
827 };
828
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100829 usbh2: usb@02184400 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800830 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
831 reg = <0x02184400 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700832 interrupts = <0 41 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800833 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao28342c62012-09-14 14:42:45 +0800834 fsl,usbmisc = <&usbmisc 2>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800835 status = "disabled";
836 };
837
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100838 usbh3: usb@02184600 {
Richard Zhao74bd88f2012-07-12 14:21:41 +0800839 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
840 reg = <0x02184600 0x200>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700841 interrupts = <0 42 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800842 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao28342c62012-09-14 14:42:45 +0800843 fsl,usbmisc = <&usbmisc 3>;
Richard Zhao74bd88f2012-07-12 14:21:41 +0800844 status = "disabled";
845 };
846
Shawn Guo60984bd2013-04-28 09:59:54 +0800847 usbmisc: usbmisc@02184800 {
Richard Zhao28342c62012-09-14 14:42:45 +0800848 #index-cells = <1>;
849 compatible = "fsl,imx6q-usbmisc";
850 reg = <0x02184800 0x200>;
Shawn Guo8888f652014-06-15 20:36:50 +0800851 clocks = <&clks IMX6QDL_CLK_USBOH3>;
Richard Zhao28342c62012-09-14 14:42:45 +0800852 };
853
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100854 fec: ethernet@02188000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800855 compatible = "fsl,imx6q-fec";
856 reg = <0x02188000 0x4000>;
Troy Kisky454cf8f2013-12-20 11:47:10 -0700857 interrupts-extended =
858 <&intc 0 118 IRQ_TYPE_LEVEL_HIGH>,
859 <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800860 clocks = <&clks IMX6QDL_CLK_ENET>,
861 <&clks IMX6QDL_CLK_ENET>,
862 <&clks IMX6QDL_CLK_ENET_REF>;
Frank Li76298382012-10-30 18:24:57 +0000863 clock-names = "ipg", "ahb", "ptp";
Shawn Guo7d740f82011-09-06 13:53:26 +0800864 status = "disabled";
865 };
866
867 mlb@0218c000 {
868 reg = <0x0218c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700869 interrupts = <0 53 IRQ_TYPE_LEVEL_HIGH>,
870 <0 117 IRQ_TYPE_LEVEL_HIGH>,
871 <0 126 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800872 };
873
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100874 usdhc1: usdhc@02190000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800875 compatible = "fsl,imx6q-usdhc";
876 reg = <0x02190000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700877 interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800878 clocks = <&clks IMX6QDL_CLK_USDHC1>,
879 <&clks IMX6QDL_CLK_USDHC1>,
880 <&clks IMX6QDL_CLK_USDHC1>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800881 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200882 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800883 status = "disabled";
884 };
885
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100886 usdhc2: usdhc@02194000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800887 compatible = "fsl,imx6q-usdhc";
888 reg = <0x02194000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700889 interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800890 clocks = <&clks IMX6QDL_CLK_USDHC2>,
891 <&clks IMX6QDL_CLK_USDHC2>,
892 <&clks IMX6QDL_CLK_USDHC2>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800893 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200894 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800895 status = "disabled";
896 };
897
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100898 usdhc3: usdhc@02198000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800899 compatible = "fsl,imx6q-usdhc";
900 reg = <0x02198000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700901 interrupts = <0 24 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800902 clocks = <&clks IMX6QDL_CLK_USDHC3>,
903 <&clks IMX6QDL_CLK_USDHC3>,
904 <&clks IMX6QDL_CLK_USDHC3>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800905 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200906 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800907 status = "disabled";
908 };
909
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100910 usdhc4: usdhc@0219c000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800911 compatible = "fsl,imx6q-usdhc";
912 reg = <0x0219c000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700913 interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800914 clocks = <&clks IMX6QDL_CLK_USDHC4>,
915 <&clks IMX6QDL_CLK_USDHC4>,
916 <&clks IMX6QDL_CLK_USDHC4>;
Shawn Guo0e87e042012-08-22 21:36:28 +0800917 clock-names = "ipg", "ahb", "per";
Sascha Hauerc104b6a2012-09-25 11:49:33 +0200918 bus-width = <4>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800919 status = "disabled";
920 };
921
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100922 i2c1: i2c@021a0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800923 #address-cells = <1>;
924 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800925 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800926 reg = <0x021a0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700927 interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800928 clocks = <&clks IMX6QDL_CLK_I2C1>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800929 status = "disabled";
930 };
931
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100932 i2c2: i2c@021a4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800933 #address-cells = <1>;
934 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800935 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800936 reg = <0x021a4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700937 interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800938 clocks = <&clks IMX6QDL_CLK_I2C2>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800939 status = "disabled";
940 };
941
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100942 i2c3: i2c@021a8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800943 #address-cells = <1>;
944 #size-cells = <0>;
Shawn Guo5bdfba22012-09-14 15:19:00 +0800945 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7d740f82011-09-06 13:53:26 +0800946 reg = <0x021a8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700947 interrupts = <0 38 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800948 clocks = <&clks IMX6QDL_CLK_I2C3>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800949 status = "disabled";
950 };
951
952 romcp@021ac000 {
953 reg = <0x021ac000 0x4000>;
954 };
955
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100956 mmdc0: mmdc@021b0000 { /* MMDC0 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800957 compatible = "fsl,imx6q-mmdc";
958 reg = <0x021b0000 0x4000>;
959 };
960
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100961 mmdc1: mmdc@021b4000 { /* MMDC1 */
Shawn Guo7d740f82011-09-06 13:53:26 +0800962 reg = <0x021b4000 0x4000>;
963 };
964
Huang Shijie05e3f8e2013-05-28 14:20:09 +0800965 weim: weim@021b8000 {
966 compatible = "fsl,imx6q-weim";
Shawn Guo7d740f82011-09-06 13:53:26 +0800967 reg = <0x021b8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700968 interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +0800969 clocks = <&clks IMX6QDL_CLK_EIM_SLOW>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800970 };
971
Shawn Guo3fe63732013-07-16 21:16:36 +0800972 ocotp: ocotp@021bc000 {
973 compatible = "fsl,imx6q-ocotp", "syscon";
Shawn Guo7d740f82011-09-06 13:53:26 +0800974 reg = <0x021bc000 0x4000>;
975 };
976
Shawn Guo7d740f82011-09-06 13:53:26 +0800977 tzasc@021d0000 { /* TZASC1 */
978 reg = <0x021d0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700979 interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800980 };
981
982 tzasc@021d4000 { /* TZASC2 */
983 reg = <0x021d4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -0700984 interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +0800985 };
986
Sascha Hauer7b7d6722012-11-15 09:31:52 +0100987 audmux: audmux@021d8000 {
Richard Zhaof965cd52012-05-02 10:32:26 +0800988 compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
Shawn Guo7d740f82011-09-06 13:53:26 +0800989 reg = <0x021d8000 0x4000>;
Richard Zhaof965cd52012-05-02 10:32:26 +0800990 status = "disabled";
Shawn Guo7d740f82011-09-06 13:53:26 +0800991 };
992
Troy Kisky5e0c7cd2013-11-14 14:02:08 -0700993 mipi_csi: mipi@021dc000 {
Shawn Guo7d740f82011-09-06 13:53:26 +0800994 reg = <0x021dc000 0x4000>;
995 };
996
Philipp Zabel4520e692014-03-05 10:21:01 +0100997 mipi_dsi: mipi@021e0000 {
998 #address-cells = <1>;
999 #size-cells = <0>;
Shawn Guo7d740f82011-09-06 13:53:26 +08001000 reg = <0x021e0000 0x4000>;
Philipp Zabel4520e692014-03-05 10:21:01 +01001001 status = "disabled";
1002
1003 port@0 {
1004 reg = <0>;
1005
1006 mipi_mux_0: endpoint {
1007 remote-endpoint = <&ipu1_di0_mipi>;
1008 };
1009 };
1010
1011 port@1 {
1012 reg = <1>;
1013
1014 mipi_mux_1: endpoint {
1015 remote-endpoint = <&ipu1_di1_mipi>;
1016 };
1017 };
Shawn Guo7d740f82011-09-06 13:53:26 +08001018 };
1019
1020 vdoa@021e4000 {
1021 reg = <0x021e4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001022 interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7d740f82011-09-06 13:53:26 +08001023 };
1024
Shawn Guo0c456cf2012-04-02 14:39:26 +08001025 uart2: serial@021e8000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001026 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1027 reg = <0x021e8000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001028 interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001029 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1030 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001031 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001032 dmas = <&sdma 27 4 0>, <&sdma 28 4 0>;
1033 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001034 status = "disabled";
1035 };
1036
Shawn Guo0c456cf2012-04-02 14:39:26 +08001037 uart3: serial@021ec000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001038 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1039 reg = <0x021ec000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001040 interrupts = <0 28 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001041 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1042 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001043 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001044 dmas = <&sdma 29 4 0>, <&sdma 30 4 0>;
1045 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001046 status = "disabled";
1047 };
1048
Shawn Guo0c456cf2012-04-02 14:39:26 +08001049 uart4: serial@021f0000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001050 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1051 reg = <0x021f0000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001052 interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001053 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1054 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001055 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001056 dmas = <&sdma 31 4 0>, <&sdma 32 4 0>;
1057 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001058 status = "disabled";
1059 };
1060
Shawn Guo0c456cf2012-04-02 14:39:26 +08001061 uart5: serial@021f4000 {
Shawn Guo7d740f82011-09-06 13:53:26 +08001062 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1063 reg = <0x021f4000 0x4000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001064 interrupts = <0 30 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001065 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1066 <&clks IMX6QDL_CLK_UART_SERIAL>;
Shawn Guo0e87e042012-08-22 21:36:28 +08001067 clock-names = "ipg", "per";
Huang Shijie72a5ceb2013-07-12 18:02:09 +08001068 dmas = <&sdma 33 4 0>, <&sdma 34 4 0>;
1069 dma-names = "rx", "tx";
Shawn Guo7d740f82011-09-06 13:53:26 +08001070 status = "disabled";
1071 };
1072 };
Sascha Hauer91660d72012-11-12 15:52:21 +01001073
1074 ipu1: ipu@02400000 {
Philipp Zabel4520e692014-03-05 10:21:01 +01001075 #address-cells = <1>;
1076 #size-cells = <0>;
Sascha Hauer91660d72012-11-12 15:52:21 +01001077 compatible = "fsl,imx6q-ipu";
1078 reg = <0x02400000 0x400000>;
Troy Kisky275c08b2013-11-14 14:02:13 -07001079 interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>,
1080 <0 5 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +08001081 clocks = <&clks IMX6QDL_CLK_IPU1>,
1082 <&clks IMX6QDL_CLK_IPU1_DI0>,
1083 <&clks IMX6QDL_CLK_IPU1_DI1>;
Sascha Hauer91660d72012-11-12 15:52:21 +01001084 clock-names = "bus", "di0", "di1";
Philipp Zabel09ebf362013-03-28 17:35:20 +01001085 resets = <&src 2>;
Philipp Zabel4520e692014-03-05 10:21:01 +01001086
Philipp Zabelc0470c32014-05-27 17:26:37 +02001087 ipu1_csi0: port@0 {
1088 reg = <0>;
1089 };
1090
1091 ipu1_csi1: port@1 {
1092 reg = <1>;
1093 };
1094
Philipp Zabel4520e692014-03-05 10:21:01 +01001095 ipu1_di0: port@2 {
1096 #address-cells = <1>;
1097 #size-cells = <0>;
1098 reg = <2>;
1099
1100 ipu1_di0_disp0: endpoint@0 {
1101 };
1102
1103 ipu1_di0_hdmi: endpoint@1 {
1104 remote-endpoint = <&hdmi_mux_0>;
1105 };
1106
1107 ipu1_di0_mipi: endpoint@2 {
1108 remote-endpoint = <&mipi_mux_0>;
1109 };
1110
1111 ipu1_di0_lvds0: endpoint@3 {
1112 remote-endpoint = <&lvds0_mux_0>;
1113 };
1114
1115 ipu1_di0_lvds1: endpoint@4 {
1116 remote-endpoint = <&lvds1_mux_0>;
1117 };
1118 };
1119
1120 ipu1_di1: port@3 {
1121 #address-cells = <1>;
1122 #size-cells = <0>;
1123 reg = <3>;
1124
1125 ipu1_di0_disp1: endpoint@0 {
1126 };
1127
1128 ipu1_di1_hdmi: endpoint@1 {
1129 remote-endpoint = <&hdmi_mux_1>;
1130 };
1131
1132 ipu1_di1_mipi: endpoint@2 {
1133 remote-endpoint = <&mipi_mux_1>;
1134 };
1135
1136 ipu1_di1_lvds0: endpoint@3 {
1137 remote-endpoint = <&lvds0_mux_1>;
1138 };
1139
1140 ipu1_di1_lvds1: endpoint@4 {
1141 remote-endpoint = <&lvds1_mux_1>;
1142 };
1143 };
Sascha Hauer91660d72012-11-12 15:52:21 +01001144 };
Shawn Guo7d740f82011-09-06 13:53:26 +08001145 };
1146};