xref: /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl.dtsi (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+
2f126890aSEmmanuel Vadot//
3f126890aSEmmanuel Vadot// Copyright 2011 Freescale Semiconductor, Inc.
4f126890aSEmmanuel Vadot// Copyright 2011 Linaro Ltd.
5f126890aSEmmanuel Vadot
6f126890aSEmmanuel Vadot#include <dt-bindings/clock/imx6qdl-clock.h>
7f126890aSEmmanuel Vadot#include <dt-bindings/input/input.h>
8f126890aSEmmanuel Vadot#include <dt-bindings/interrupt-controller/arm-gic.h>
9f126890aSEmmanuel Vadot
10f126890aSEmmanuel Vadot/ {
11f126890aSEmmanuel Vadot	#address-cells = <1>;
12f126890aSEmmanuel Vadot	#size-cells = <1>;
13f126890aSEmmanuel Vadot	/*
14f126890aSEmmanuel Vadot	 * The decompressor and also some bootloaders rely on a
15f126890aSEmmanuel Vadot	 * pre-existing /chosen node to be available to insert the
16f126890aSEmmanuel Vadot	 * command line and merge other ATAGS info.
17f126890aSEmmanuel Vadot	 */
18f126890aSEmmanuel Vadot	chosen {};
19f126890aSEmmanuel Vadot
20f126890aSEmmanuel Vadot	aliases {
21f126890aSEmmanuel Vadot		ethernet0 = &fec;
22f126890aSEmmanuel Vadot		can0 = &can1;
23f126890aSEmmanuel Vadot		can1 = &can2;
24f126890aSEmmanuel Vadot		gpio0 = &gpio1;
25f126890aSEmmanuel Vadot		gpio1 = &gpio2;
26f126890aSEmmanuel Vadot		gpio2 = &gpio3;
27f126890aSEmmanuel Vadot		gpio3 = &gpio4;
28f126890aSEmmanuel Vadot		gpio4 = &gpio5;
29f126890aSEmmanuel Vadot		gpio5 = &gpio6;
30f126890aSEmmanuel Vadot		gpio6 = &gpio7;
31f126890aSEmmanuel Vadot		i2c0 = &i2c1;
32f126890aSEmmanuel Vadot		i2c1 = &i2c2;
33f126890aSEmmanuel Vadot		i2c2 = &i2c3;
34f126890aSEmmanuel Vadot		ipu0 = &ipu1;
35f126890aSEmmanuel Vadot		mmc0 = &usdhc1;
36f126890aSEmmanuel Vadot		mmc1 = &usdhc2;
37f126890aSEmmanuel Vadot		mmc2 = &usdhc3;
38f126890aSEmmanuel Vadot		mmc3 = &usdhc4;
39f126890aSEmmanuel Vadot		serial0 = &uart1;
40f126890aSEmmanuel Vadot		serial1 = &uart2;
41f126890aSEmmanuel Vadot		serial2 = &uart3;
42f126890aSEmmanuel Vadot		serial3 = &uart4;
43f126890aSEmmanuel Vadot		serial4 = &uart5;
44f126890aSEmmanuel Vadot		spi0 = &ecspi1;
45f126890aSEmmanuel Vadot		spi1 = &ecspi2;
46f126890aSEmmanuel Vadot		spi2 = &ecspi3;
47f126890aSEmmanuel Vadot		spi3 = &ecspi4;
48f126890aSEmmanuel Vadot		usb0 = &usbotg;
49f126890aSEmmanuel Vadot		usb1 = &usbh1;
50f126890aSEmmanuel Vadot		usb2 = &usbh2;
51f126890aSEmmanuel Vadot		usb3 = &usbh3;
52f126890aSEmmanuel Vadot		usbphy0 = &usbphy1;
53f126890aSEmmanuel Vadot		usbphy1 = &usbphy2;
54f126890aSEmmanuel Vadot	};
55f126890aSEmmanuel Vadot
56f126890aSEmmanuel Vadot	clocks {
57f126890aSEmmanuel Vadot		ckil {
58f126890aSEmmanuel Vadot			compatible = "fixed-clock";
59f126890aSEmmanuel Vadot			#clock-cells = <0>;
60f126890aSEmmanuel Vadot			clock-frequency = <32768>;
61f126890aSEmmanuel Vadot		};
62f126890aSEmmanuel Vadot
63f126890aSEmmanuel Vadot		ckih1 {
64f126890aSEmmanuel Vadot			compatible = "fixed-clock";
65f126890aSEmmanuel Vadot			#clock-cells = <0>;
66f126890aSEmmanuel Vadot			clock-frequency = <0>;
67f126890aSEmmanuel Vadot		};
68f126890aSEmmanuel Vadot
69f126890aSEmmanuel Vadot		osc {
70f126890aSEmmanuel Vadot			compatible = "fixed-clock";
71f126890aSEmmanuel Vadot			#clock-cells = <0>;
72f126890aSEmmanuel Vadot			clock-frequency = <24000000>;
73f126890aSEmmanuel Vadot		};
74f126890aSEmmanuel Vadot	};
75f126890aSEmmanuel Vadot
76f126890aSEmmanuel Vadot	ldb: ldb {
77f126890aSEmmanuel Vadot		#address-cells = <1>;
78f126890aSEmmanuel Vadot		#size-cells = <0>;
79f126890aSEmmanuel Vadot		compatible = "fsl,imx6q-ldb", "fsl,imx53-ldb";
80f126890aSEmmanuel Vadot		gpr = <&gpr>;
81f126890aSEmmanuel Vadot		status = "disabled";
82f126890aSEmmanuel Vadot
83f126890aSEmmanuel Vadot		lvds-channel@0 {
84f126890aSEmmanuel Vadot			#address-cells = <1>;
85f126890aSEmmanuel Vadot			#size-cells = <0>;
86f126890aSEmmanuel Vadot			reg = <0>;
87f126890aSEmmanuel Vadot			status = "disabled";
88f126890aSEmmanuel Vadot
89f126890aSEmmanuel Vadot			port@0 {
90f126890aSEmmanuel Vadot				reg = <0>;
91f126890aSEmmanuel Vadot
92f126890aSEmmanuel Vadot				lvds0_mux_0: endpoint {
93f126890aSEmmanuel Vadot					remote-endpoint = <&ipu1_di0_lvds0>;
94f126890aSEmmanuel Vadot				};
95f126890aSEmmanuel Vadot			};
96f126890aSEmmanuel Vadot
97f126890aSEmmanuel Vadot			port@1 {
98f126890aSEmmanuel Vadot				reg = <1>;
99f126890aSEmmanuel Vadot
100f126890aSEmmanuel Vadot				lvds0_mux_1: endpoint {
101f126890aSEmmanuel Vadot					remote-endpoint = <&ipu1_di1_lvds0>;
102f126890aSEmmanuel Vadot				};
103f126890aSEmmanuel Vadot			};
104f126890aSEmmanuel Vadot		};
105f126890aSEmmanuel Vadot
106f126890aSEmmanuel Vadot		lvds-channel@1 {
107f126890aSEmmanuel Vadot			#address-cells = <1>;
108f126890aSEmmanuel Vadot			#size-cells = <0>;
109f126890aSEmmanuel Vadot			reg = <1>;
110f126890aSEmmanuel Vadot			status = "disabled";
111f126890aSEmmanuel Vadot
112f126890aSEmmanuel Vadot			port@0 {
113f126890aSEmmanuel Vadot				reg = <0>;
114f126890aSEmmanuel Vadot
115f126890aSEmmanuel Vadot				lvds1_mux_0: endpoint {
116f126890aSEmmanuel Vadot					remote-endpoint = <&ipu1_di0_lvds1>;
117f126890aSEmmanuel Vadot				};
118f126890aSEmmanuel Vadot			};
119f126890aSEmmanuel Vadot
120f126890aSEmmanuel Vadot			port@1 {
121f126890aSEmmanuel Vadot				reg = <1>;
122f126890aSEmmanuel Vadot
123f126890aSEmmanuel Vadot				lvds1_mux_1: endpoint {
124f126890aSEmmanuel Vadot					remote-endpoint = <&ipu1_di1_lvds1>;
125f126890aSEmmanuel Vadot				};
126f126890aSEmmanuel Vadot			};
127f126890aSEmmanuel Vadot		};
128f126890aSEmmanuel Vadot	};
129f126890aSEmmanuel Vadot
130f126890aSEmmanuel Vadot	pmu: pmu {
131f126890aSEmmanuel Vadot		compatible = "arm,cortex-a9-pmu";
132f126890aSEmmanuel Vadot		interrupt-parent = <&gpc>;
133f126890aSEmmanuel Vadot		interrupts = <0 94 IRQ_TYPE_LEVEL_HIGH>;
134f126890aSEmmanuel Vadot	};
135f126890aSEmmanuel Vadot
136f126890aSEmmanuel Vadot	usbphynop1: usbphynop1 {
137f126890aSEmmanuel Vadot		compatible = "usb-nop-xceiv";
138f126890aSEmmanuel Vadot		#phy-cells = <0>;
139f126890aSEmmanuel Vadot	};
140f126890aSEmmanuel Vadot
141f126890aSEmmanuel Vadot	usbphynop2: usbphynop2 {
142f126890aSEmmanuel Vadot		compatible = "usb-nop-xceiv";
143f126890aSEmmanuel Vadot		#phy-cells = <0>;
144f126890aSEmmanuel Vadot	};
145f126890aSEmmanuel Vadot
146f126890aSEmmanuel Vadot	soc: soc {
147f126890aSEmmanuel Vadot		#address-cells = <1>;
148f126890aSEmmanuel Vadot		#size-cells = <1>;
149f126890aSEmmanuel Vadot		compatible = "simple-bus";
150f126890aSEmmanuel Vadot		interrupt-parent = <&gpc>;
151f126890aSEmmanuel Vadot		ranges;
152f126890aSEmmanuel Vadot
153f126890aSEmmanuel Vadot		dma_apbh: dma-controller@110000 {
154f126890aSEmmanuel Vadot			compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
155f126890aSEmmanuel Vadot			reg = <0x00110000 0x2000>;
156f126890aSEmmanuel Vadot			interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>,
157f126890aSEmmanuel Vadot				     <0 13 IRQ_TYPE_LEVEL_HIGH>,
158f126890aSEmmanuel Vadot				     <0 13 IRQ_TYPE_LEVEL_HIGH>,
159f126890aSEmmanuel Vadot				     <0 13 IRQ_TYPE_LEVEL_HIGH>;
160f126890aSEmmanuel Vadot			#dma-cells = <1>;
161f126890aSEmmanuel Vadot			dma-channels = <4>;
162f126890aSEmmanuel Vadot			clocks = <&clks IMX6QDL_CLK_APBH_DMA>;
163f126890aSEmmanuel Vadot		};
164f126890aSEmmanuel Vadot
165f126890aSEmmanuel Vadot		gpmi: nand-controller@112000 {
166f126890aSEmmanuel Vadot			compatible = "fsl,imx6q-gpmi-nand";
167f126890aSEmmanuel Vadot			reg = <0x00112000 0x2000>, <0x00114000 0x2000>;
168f126890aSEmmanuel Vadot			reg-names = "gpmi-nand", "bch";
169f126890aSEmmanuel Vadot			interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;
170f126890aSEmmanuel Vadot			interrupt-names = "bch";
171f126890aSEmmanuel Vadot			clocks = <&clks IMX6QDL_CLK_GPMI_IO>,
172f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_GPMI_APB>,
173f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_GPMI_BCH>,
174f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_GPMI_BCH_APB>,
175f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_PER1_BCH>;
176f126890aSEmmanuel Vadot			clock-names = "gpmi_io", "gpmi_apb", "gpmi_bch",
177f126890aSEmmanuel Vadot				      "gpmi_bch_apb", "per1_bch";
178f126890aSEmmanuel Vadot			dmas = <&dma_apbh 0>;
179f126890aSEmmanuel Vadot			dma-names = "rx-tx";
180f126890aSEmmanuel Vadot			status = "disabled";
181f126890aSEmmanuel Vadot		};
182f126890aSEmmanuel Vadot
183f126890aSEmmanuel Vadot		hdmi: hdmi@120000 {
184f126890aSEmmanuel Vadot			reg = <0x00120000 0x9000>;
185f126890aSEmmanuel Vadot			interrupts = <0 115 0x04>;
186f126890aSEmmanuel Vadot			gpr = <&gpr>;
187f126890aSEmmanuel Vadot			clocks = <&clks IMX6QDL_CLK_HDMI_IAHB>,
188f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_HDMI_ISFR>;
189f126890aSEmmanuel Vadot			clock-names = "iahb", "isfr";
190f126890aSEmmanuel Vadot			status = "disabled";
191f126890aSEmmanuel Vadot
192f126890aSEmmanuel Vadot			ports {
193f126890aSEmmanuel Vadot				#address-cells = <1>;
194f126890aSEmmanuel Vadot				#size-cells = <0>;
195f126890aSEmmanuel Vadot
196f126890aSEmmanuel Vadot				port@0 {
197f126890aSEmmanuel Vadot					reg = <0>;
198f126890aSEmmanuel Vadot
199f126890aSEmmanuel Vadot					hdmi_mux_0: endpoint {
200f126890aSEmmanuel Vadot						remote-endpoint = <&ipu1_di0_hdmi>;
201f126890aSEmmanuel Vadot					};
202f126890aSEmmanuel Vadot				};
203f126890aSEmmanuel Vadot
204f126890aSEmmanuel Vadot				port@1 {
205f126890aSEmmanuel Vadot					reg = <1>;
206f126890aSEmmanuel Vadot
207f126890aSEmmanuel Vadot					hdmi_mux_1: endpoint {
208f126890aSEmmanuel Vadot						remote-endpoint = <&ipu1_di1_hdmi>;
209f126890aSEmmanuel Vadot					};
210f126890aSEmmanuel Vadot				};
211f126890aSEmmanuel Vadot			};
212f126890aSEmmanuel Vadot		};
213f126890aSEmmanuel Vadot
214f126890aSEmmanuel Vadot		gpu_3d: gpu@130000 {
215f126890aSEmmanuel Vadot			compatible = "vivante,gc";
216f126890aSEmmanuel Vadot			reg = <0x00130000 0x4000>;
217f126890aSEmmanuel Vadot			interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
218f126890aSEmmanuel Vadot			clocks = <&clks IMX6QDL_CLK_GPU3D_AXI>,
219f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_GPU3D_CORE>,
220f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_GPU3D_SHADER>;
221f126890aSEmmanuel Vadot			clock-names = "bus", "core", "shader";
222f126890aSEmmanuel Vadot			power-domains = <&pd_pu>;
223f126890aSEmmanuel Vadot			#cooling-cells = <2>;
224f126890aSEmmanuel Vadot		};
225f126890aSEmmanuel Vadot
226f126890aSEmmanuel Vadot		gpu_2d: gpu@134000 {
227f126890aSEmmanuel Vadot			compatible = "vivante,gc";
228f126890aSEmmanuel Vadot			reg = <0x00134000 0x4000>;
229f126890aSEmmanuel Vadot			interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
230f126890aSEmmanuel Vadot			clocks = <&clks IMX6QDL_CLK_GPU2D_AXI>,
231f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_GPU2D_CORE>;
232f126890aSEmmanuel Vadot			clock-names = "bus", "core";
233f126890aSEmmanuel Vadot			power-domains = <&pd_pu>;
234f126890aSEmmanuel Vadot			#cooling-cells = <2>;
235f126890aSEmmanuel Vadot		};
236f126890aSEmmanuel Vadot
237f126890aSEmmanuel Vadot		timer@a00600 {
238f126890aSEmmanuel Vadot			compatible = "arm,cortex-a9-twd-timer";
239f126890aSEmmanuel Vadot			reg = <0x00a00600 0x20>;
240f126890aSEmmanuel Vadot			interrupts = <1 13 0xf01>;
241f126890aSEmmanuel Vadot			interrupt-parent = <&intc>;
242f126890aSEmmanuel Vadot			clocks = <&clks IMX6QDL_CLK_TWD>;
243f126890aSEmmanuel Vadot		};
244f126890aSEmmanuel Vadot
245f126890aSEmmanuel Vadot		intc: interrupt-controller@a01000 {
246f126890aSEmmanuel Vadot			compatible = "arm,cortex-a9-gic";
247f126890aSEmmanuel Vadot			#interrupt-cells = <3>;
248f126890aSEmmanuel Vadot			interrupt-controller;
249f126890aSEmmanuel Vadot			reg = <0x00a01000 0x1000>,
250f126890aSEmmanuel Vadot			      <0x00a00100 0x100>;
251f126890aSEmmanuel Vadot			interrupt-parent = <&intc>;
252f126890aSEmmanuel Vadot		};
253f126890aSEmmanuel Vadot
254f126890aSEmmanuel Vadot		L2: cache-controller@a02000 {
255f126890aSEmmanuel Vadot			compatible = "arm,pl310-cache";
256f126890aSEmmanuel Vadot			reg = <0x00a02000 0x1000>;
257f126890aSEmmanuel Vadot			interrupts = <0 92 IRQ_TYPE_LEVEL_HIGH>;
258f126890aSEmmanuel Vadot			cache-unified;
259f126890aSEmmanuel Vadot			cache-level = <2>;
260f126890aSEmmanuel Vadot			arm,tag-latency = <4 2 3>;
261f126890aSEmmanuel Vadot			arm,data-latency = <4 2 3>;
262f126890aSEmmanuel Vadot			arm,shared-override;
263f126890aSEmmanuel Vadot		};
264f126890aSEmmanuel Vadot
265f126890aSEmmanuel Vadot		pcie: pcie@1ffc000 {
266f126890aSEmmanuel Vadot			compatible = "fsl,imx6q-pcie";
267f126890aSEmmanuel Vadot			reg = <0x01ffc000 0x04000>,
268f126890aSEmmanuel Vadot			      <0x01f00000 0x80000>;
269f126890aSEmmanuel Vadot			reg-names = "dbi", "config";
270f126890aSEmmanuel Vadot			#address-cells = <3>;
271f126890aSEmmanuel Vadot			#size-cells = <2>;
272f126890aSEmmanuel Vadot			device_type = "pci";
273f126890aSEmmanuel Vadot			bus-range = <0x00 0xff>;
274f126890aSEmmanuel Vadot			ranges = <0x81000000 0 0          0x01f80000 0 0x00010000>, /* downstream I/O */
275f126890aSEmmanuel Vadot				 <0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */
276f126890aSEmmanuel Vadot			num-lanes = <1>;
277f126890aSEmmanuel Vadot			interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
278f126890aSEmmanuel Vadot			interrupt-names = "msi";
279f126890aSEmmanuel Vadot			#interrupt-cells = <1>;
280f126890aSEmmanuel Vadot			interrupt-map-mask = <0 0 0 0x7>;
281f126890aSEmmanuel Vadot			interrupt-map = <0 0 0 1 &gpc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
282f126890aSEmmanuel Vadot					<0 0 0 2 &gpc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
283f126890aSEmmanuel Vadot					<0 0 0 3 &gpc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
284f126890aSEmmanuel Vadot					<0 0 0 4 &gpc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
285f126890aSEmmanuel Vadot			clocks = <&clks IMX6QDL_CLK_PCIE_AXI>,
286f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_LVDS1_GATE>,
287f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_PCIE_REF_125M>;
288f126890aSEmmanuel Vadot			clock-names = "pcie", "pcie_bus", "pcie_phy";
289f126890aSEmmanuel Vadot			status = "disabled";
290f126890aSEmmanuel Vadot		};
291f126890aSEmmanuel Vadot
292f126890aSEmmanuel Vadot		aips1: bus@2000000 { /* AIPS1 */
293f126890aSEmmanuel Vadot			compatible = "fsl,aips-bus", "simple-bus";
294f126890aSEmmanuel Vadot			#address-cells = <1>;
295f126890aSEmmanuel Vadot			#size-cells = <1>;
296f126890aSEmmanuel Vadot			reg = <0x02000000 0x100000>;
297f126890aSEmmanuel Vadot			ranges;
298f126890aSEmmanuel Vadot
299f126890aSEmmanuel Vadot			spba-bus@2000000 {
300f126890aSEmmanuel Vadot				compatible = "fsl,spba-bus", "simple-bus";
301f126890aSEmmanuel Vadot				#address-cells = <1>;
302f126890aSEmmanuel Vadot				#size-cells = <1>;
303f126890aSEmmanuel Vadot				reg = <0x02000000 0x40000>;
304f126890aSEmmanuel Vadot				ranges;
305f126890aSEmmanuel Vadot
306f126890aSEmmanuel Vadot				spdif: spdif@2004000 {
307f126890aSEmmanuel Vadot					compatible = "fsl,imx35-spdif";
308f126890aSEmmanuel Vadot					reg = <0x02004000 0x4000>;
309f126890aSEmmanuel Vadot					interrupts = <0 52 IRQ_TYPE_LEVEL_HIGH>;
310f126890aSEmmanuel Vadot					dmas = <&sdma 14 18 0>,
311f126890aSEmmanuel Vadot					       <&sdma 15 18 0>;
312f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
313f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_SPDIF_GCLK>, <&clks IMX6QDL_CLK_OSC>,
314f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_SPDIF>, <&clks IMX6QDL_CLK_ASRC>,
315f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_DUMMY>, <&clks IMX6QDL_CLK_ESAI_EXTAL>,
316f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_IPG>, <&clks IMX6QDL_CLK_DUMMY>,
317f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_DUMMY>, <&clks IMX6QDL_CLK_SPBA>;
318f126890aSEmmanuel Vadot					clock-names = "core",  "rxtx0",
319f126890aSEmmanuel Vadot						      "rxtx1", "rxtx2",
320f126890aSEmmanuel Vadot						      "rxtx3", "rxtx4",
321f126890aSEmmanuel Vadot						      "rxtx5", "rxtx6",
322f126890aSEmmanuel Vadot						      "rxtx7", "spba";
323f126890aSEmmanuel Vadot					status = "disabled";
324f126890aSEmmanuel Vadot				};
325f126890aSEmmanuel Vadot
326f126890aSEmmanuel Vadot				ecspi1: spi@2008000 {
327f126890aSEmmanuel Vadot					#address-cells = <1>;
328f126890aSEmmanuel Vadot					#size-cells = <0>;
329f126890aSEmmanuel Vadot					compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
330f126890aSEmmanuel Vadot					reg = <0x02008000 0x4000>;
331f126890aSEmmanuel Vadot					interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
332f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_ECSPI1>,
333f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_ECSPI1>;
334f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
335f126890aSEmmanuel Vadot					dmas = <&sdma 3 7 1>, <&sdma 4 7 2>;
336f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
337f126890aSEmmanuel Vadot					status = "disabled";
338f126890aSEmmanuel Vadot				};
339f126890aSEmmanuel Vadot
340f126890aSEmmanuel Vadot				ecspi2: spi@200c000 {
341f126890aSEmmanuel Vadot					#address-cells = <1>;
342f126890aSEmmanuel Vadot					#size-cells = <0>;
343f126890aSEmmanuel Vadot					compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
344f126890aSEmmanuel Vadot					reg = <0x0200c000 0x4000>;
345f126890aSEmmanuel Vadot					interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
346f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_ECSPI2>,
347f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_ECSPI2>;
348f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
349f126890aSEmmanuel Vadot					dmas = <&sdma 5 7 1>, <&sdma 6 7 2>;
350f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
351f126890aSEmmanuel Vadot					status = "disabled";
352f126890aSEmmanuel Vadot				};
353f126890aSEmmanuel Vadot
354f126890aSEmmanuel Vadot				ecspi3: spi@2010000 {
355f126890aSEmmanuel Vadot					#address-cells = <1>;
356f126890aSEmmanuel Vadot					#size-cells = <0>;
357f126890aSEmmanuel Vadot					compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
358f126890aSEmmanuel Vadot					reg = <0x02010000 0x4000>;
359f126890aSEmmanuel Vadot					interrupts = <0 33 IRQ_TYPE_LEVEL_HIGH>;
360f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_ECSPI3>,
361f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_ECSPI3>;
362f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
363f126890aSEmmanuel Vadot					dmas = <&sdma 7 7 1>, <&sdma 8 7 2>;
364f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
365f126890aSEmmanuel Vadot					status = "disabled";
366f126890aSEmmanuel Vadot				};
367f126890aSEmmanuel Vadot
368f126890aSEmmanuel Vadot				ecspi4: spi@2014000 {
369f126890aSEmmanuel Vadot					#address-cells = <1>;
370f126890aSEmmanuel Vadot					#size-cells = <0>;
371f126890aSEmmanuel Vadot					compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
372f126890aSEmmanuel Vadot					reg = <0x02014000 0x4000>;
373f126890aSEmmanuel Vadot					interrupts = <0 34 IRQ_TYPE_LEVEL_HIGH>;
374f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_ECSPI4>,
375f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_ECSPI4>;
376f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
377f126890aSEmmanuel Vadot					dmas = <&sdma 9 7 1>, <&sdma 10 7 2>;
378f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
379f126890aSEmmanuel Vadot					status = "disabled";
380f126890aSEmmanuel Vadot				};
381f126890aSEmmanuel Vadot
382f126890aSEmmanuel Vadot				uart1: serial@2020000 {
383f126890aSEmmanuel Vadot					compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
384f126890aSEmmanuel Vadot					reg = <0x02020000 0x4000>;
385f126890aSEmmanuel Vadot					interrupts = <0 26 IRQ_TYPE_LEVEL_HIGH>;
386f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_UART_IPG>,
387f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_UART_SERIAL>;
388f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
389f126890aSEmmanuel Vadot					dmas = <&sdma 25 4 0>, <&sdma 26 4 0>;
390f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
391f126890aSEmmanuel Vadot					status = "disabled";
392f126890aSEmmanuel Vadot				};
393f126890aSEmmanuel Vadot
394f126890aSEmmanuel Vadot				esai: esai@2024000 {
395f126890aSEmmanuel Vadot					#sound-dai-cells = <0>;
396f126890aSEmmanuel Vadot					compatible = "fsl,imx35-esai";
397f126890aSEmmanuel Vadot					reg = <0x02024000 0x4000>;
398f126890aSEmmanuel Vadot					interrupts = <0 51 IRQ_TYPE_LEVEL_HIGH>;
399f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_ESAI_IPG>,
400f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_ESAI_EXTAL>,
401f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_ESAI_IPG>,
402f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_SPBA>;
403*7d0873ebSEmmanuel Vadot					clock-names = "core", "extal", "fsys", "spba";
404f126890aSEmmanuel Vadot					dmas = <&sdma 23 21 0>, <&sdma 24 21 0>;
405f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
406f126890aSEmmanuel Vadot					status = "disabled";
407f126890aSEmmanuel Vadot				};
408f126890aSEmmanuel Vadot
409f126890aSEmmanuel Vadot				ssi1: ssi@2028000 {
410f126890aSEmmanuel Vadot					#sound-dai-cells = <0>;
411f126890aSEmmanuel Vadot					compatible = "fsl,imx6q-ssi",
412f126890aSEmmanuel Vadot							"fsl,imx51-ssi";
413f126890aSEmmanuel Vadot					reg = <0x02028000 0x4000>;
414f126890aSEmmanuel Vadot					interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>;
415f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_SSI1_IPG>,
416f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_SSI1>;
417f126890aSEmmanuel Vadot					clock-names = "ipg", "baud";
418f126890aSEmmanuel Vadot					dmas = <&sdma 37 1 0>,
419f126890aSEmmanuel Vadot					       <&sdma 38 1 0>;
420f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
421f126890aSEmmanuel Vadot					fsl,fifo-depth = <15>;
422f126890aSEmmanuel Vadot					status = "disabled";
423f126890aSEmmanuel Vadot				};
424f126890aSEmmanuel Vadot
425f126890aSEmmanuel Vadot				ssi2: ssi@202c000 {
426f126890aSEmmanuel Vadot					#sound-dai-cells = <0>;
427f126890aSEmmanuel Vadot					compatible = "fsl,imx6q-ssi",
428f126890aSEmmanuel Vadot							"fsl,imx51-ssi";
429f126890aSEmmanuel Vadot					reg = <0x0202c000 0x4000>;
430f126890aSEmmanuel Vadot					interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
431f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_SSI2_IPG>,
432f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_SSI2>;
433f126890aSEmmanuel Vadot					clock-names = "ipg", "baud";
434f126890aSEmmanuel Vadot					dmas = <&sdma 41 1 0>,
435f126890aSEmmanuel Vadot					       <&sdma 42 1 0>;
436f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
437f126890aSEmmanuel Vadot					fsl,fifo-depth = <15>;
438f126890aSEmmanuel Vadot					status = "disabled";
439f126890aSEmmanuel Vadot				};
440f126890aSEmmanuel Vadot
441f126890aSEmmanuel Vadot				ssi3: ssi@2030000 {
442f126890aSEmmanuel Vadot					#sound-dai-cells = <0>;
443f126890aSEmmanuel Vadot					compatible = "fsl,imx6q-ssi",
444f126890aSEmmanuel Vadot							"fsl,imx51-ssi";
445f126890aSEmmanuel Vadot					reg = <0x02030000 0x4000>;
446f126890aSEmmanuel Vadot					interrupts = <0 48 IRQ_TYPE_LEVEL_HIGH>;
447f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_SSI3_IPG>,
448f126890aSEmmanuel Vadot						 <&clks IMX6QDL_CLK_SSI3>;
449f126890aSEmmanuel Vadot					clock-names = "ipg", "baud";
450f126890aSEmmanuel Vadot					dmas = <&sdma 45 1 0>,
451f126890aSEmmanuel Vadot					       <&sdma 46 1 0>;
452f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
453f126890aSEmmanuel Vadot					fsl,fifo-depth = <15>;
454f126890aSEmmanuel Vadot					status = "disabled";
455f126890aSEmmanuel Vadot				};
456f126890aSEmmanuel Vadot
457f126890aSEmmanuel Vadot				asrc: asrc@2034000 {
458f126890aSEmmanuel Vadot					compatible = "fsl,imx53-asrc";
459f126890aSEmmanuel Vadot					reg = <0x02034000 0x4000>;
460f126890aSEmmanuel Vadot					interrupts = <0 50 IRQ_TYPE_LEVEL_HIGH>;
461f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_ASRC_IPG>,
462f126890aSEmmanuel Vadot						<&clks IMX6QDL_CLK_ASRC_MEM>, <&clks 0>,
463f126890aSEmmanuel Vadot						<&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
464f126890aSEmmanuel Vadot						<&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
465f126890aSEmmanuel Vadot						<&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
466f126890aSEmmanuel Vadot						<&clks IMX6QDL_CLK_ASRC>, <&clks 0>, <&clks 0>,
467f126890aSEmmanuel Vadot						<&clks IMX6QDL_CLK_SPBA>;
468f126890aSEmmanuel Vadot					clock-names = "mem", "ipg", "asrck_0",
469f126890aSEmmanuel Vadot						"asrck_1", "asrck_2", "asrck_3", "asrck_4",
470f126890aSEmmanuel Vadot						"asrck_5", "asrck_6", "asrck_7", "asrck_8",
471f126890aSEmmanuel Vadot						"asrck_9", "asrck_a", "asrck_b", "asrck_c",
472f126890aSEmmanuel Vadot						"asrck_d", "asrck_e", "asrck_f", "spba";
473f126890aSEmmanuel Vadot					dmas = <&sdma 17 23 1>, <&sdma 18 23 1>, <&sdma 19 23 1>,
474f126890aSEmmanuel Vadot						<&sdma 20 23 1>, <&sdma 21 23 1>, <&sdma 22 23 1>;
475f126890aSEmmanuel Vadot					dma-names = "rxa", "rxb", "rxc",
476f126890aSEmmanuel Vadot							"txa", "txb", "txc";
477f126890aSEmmanuel Vadot					fsl,asrc-rate = <48000>;
478f126890aSEmmanuel Vadot					fsl,asrc-width = <16>;
479f126890aSEmmanuel Vadot					status = "okay";
480f126890aSEmmanuel Vadot				};
481f126890aSEmmanuel Vadot
482f126890aSEmmanuel Vadot				spba-bus@203c000 {
483f126890aSEmmanuel Vadot					reg = <0x0203c000 0x4000>;
484f126890aSEmmanuel Vadot				};
485f126890aSEmmanuel Vadot			};
486f126890aSEmmanuel Vadot
487f126890aSEmmanuel Vadot			vpu: vpu@2040000 {
488f126890aSEmmanuel Vadot				compatible = "cnm,coda960";
489f126890aSEmmanuel Vadot				reg = <0x02040000 0x3c000>;
490f126890aSEmmanuel Vadot				interrupts = <0 12 IRQ_TYPE_LEVEL_HIGH>,
491f126890aSEmmanuel Vadot					     <0 3 IRQ_TYPE_LEVEL_HIGH>;
492f126890aSEmmanuel Vadot				interrupt-names = "bit", "jpeg";
493f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_VPU_AXI>,
494f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_MMDC_CH0_AXI>;
495f126890aSEmmanuel Vadot				clock-names = "per", "ahb";
496f126890aSEmmanuel Vadot				power-domains = <&pd_pu>;
497f126890aSEmmanuel Vadot				resets = <&src 1>;
498f126890aSEmmanuel Vadot				iram = <&ocram>;
499f126890aSEmmanuel Vadot			};
500f126890aSEmmanuel Vadot
501f126890aSEmmanuel Vadot			aipstz@207c000 { /* AIPSTZ1 */
502f126890aSEmmanuel Vadot				reg = <0x0207c000 0x4000>;
503f126890aSEmmanuel Vadot			};
504f126890aSEmmanuel Vadot
505f126890aSEmmanuel Vadot			pwm1: pwm@2080000 {
506f126890aSEmmanuel Vadot				#pwm-cells = <3>;
507f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
508f126890aSEmmanuel Vadot				reg = <0x02080000 0x4000>;
509f126890aSEmmanuel Vadot				interrupts = <0 83 IRQ_TYPE_LEVEL_HIGH>;
510f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_IPG>,
511f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_PWM1>;
512f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
513f126890aSEmmanuel Vadot				status = "disabled";
514f126890aSEmmanuel Vadot			};
515f126890aSEmmanuel Vadot
516f126890aSEmmanuel Vadot			pwm2: pwm@2084000 {
517f126890aSEmmanuel Vadot				#pwm-cells = <3>;
518f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
519f126890aSEmmanuel Vadot				reg = <0x02084000 0x4000>;
520f126890aSEmmanuel Vadot				interrupts = <0 84 IRQ_TYPE_LEVEL_HIGH>;
521f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_IPG>,
522f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_PWM2>;
523f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
524f126890aSEmmanuel Vadot				status = "disabled";
525f126890aSEmmanuel Vadot			};
526f126890aSEmmanuel Vadot
527f126890aSEmmanuel Vadot			pwm3: pwm@2088000 {
528f126890aSEmmanuel Vadot				#pwm-cells = <3>;
529f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
530f126890aSEmmanuel Vadot				reg = <0x02088000 0x4000>;
531f126890aSEmmanuel Vadot				interrupts = <0 85 IRQ_TYPE_LEVEL_HIGH>;
532f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_IPG>,
533f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_PWM3>;
534f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
535f126890aSEmmanuel Vadot				status = "disabled";
536f126890aSEmmanuel Vadot			};
537f126890aSEmmanuel Vadot
538f126890aSEmmanuel Vadot			pwm4: pwm@208c000 {
539f126890aSEmmanuel Vadot				#pwm-cells = <3>;
540f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
541f126890aSEmmanuel Vadot				reg = <0x0208c000 0x4000>;
542f126890aSEmmanuel Vadot				interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
543f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_IPG>,
544f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_PWM4>;
545f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
546f126890aSEmmanuel Vadot				status = "disabled";
547f126890aSEmmanuel Vadot			};
548f126890aSEmmanuel Vadot
549f126890aSEmmanuel Vadot			can1: can@2090000 {
550f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-flexcan";
551f126890aSEmmanuel Vadot				reg = <0x02090000 0x4000>;
552f126890aSEmmanuel Vadot				interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
553f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_CAN1_IPG>,
554f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_CAN1_SERIAL>;
555f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
556f126890aSEmmanuel Vadot				fsl,stop-mode = <&gpr 0x34 28>;
557f126890aSEmmanuel Vadot				status = "disabled";
558f126890aSEmmanuel Vadot			};
559f126890aSEmmanuel Vadot
560f126890aSEmmanuel Vadot			can2: can@2094000 {
561f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-flexcan";
562f126890aSEmmanuel Vadot				reg = <0x02094000 0x4000>;
563f126890aSEmmanuel Vadot				interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
564f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_CAN2_IPG>,
565f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_CAN2_SERIAL>;
566f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
567f126890aSEmmanuel Vadot				fsl,stop-mode = <&gpr 0x34 29>;
568f126890aSEmmanuel Vadot				status = "disabled";
569f126890aSEmmanuel Vadot			};
570f126890aSEmmanuel Vadot
571f126890aSEmmanuel Vadot			gpt: timer@2098000 {
572f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-gpt", "fsl,imx31-gpt";
573f126890aSEmmanuel Vadot				reg = <0x02098000 0x4000>;
574f126890aSEmmanuel Vadot				interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
575f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_GPT_IPG>,
576f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_GPT_IPG_PER>,
577f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_GPT_3M>;
578f126890aSEmmanuel Vadot				clock-names = "ipg", "per", "osc_per";
579f126890aSEmmanuel Vadot			};
580f126890aSEmmanuel Vadot
581f126890aSEmmanuel Vadot			gpio1: gpio@209c000 {
582f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
583f126890aSEmmanuel Vadot				reg = <0x0209c000 0x4000>;
584f126890aSEmmanuel Vadot				interrupts = <0 66 IRQ_TYPE_LEVEL_HIGH>,
585f126890aSEmmanuel Vadot					     <0 67 IRQ_TYPE_LEVEL_HIGH>;
586f126890aSEmmanuel Vadot				gpio-controller;
587f126890aSEmmanuel Vadot				#gpio-cells = <2>;
588f126890aSEmmanuel Vadot				interrupt-controller;
589f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
590f126890aSEmmanuel Vadot			};
591f126890aSEmmanuel Vadot
592f126890aSEmmanuel Vadot			gpio2: gpio@20a0000 {
593f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
594f126890aSEmmanuel Vadot				reg = <0x020a0000 0x4000>;
595f126890aSEmmanuel Vadot				interrupts = <0 68 IRQ_TYPE_LEVEL_HIGH>,
596f126890aSEmmanuel Vadot					     <0 69 IRQ_TYPE_LEVEL_HIGH>;
597f126890aSEmmanuel Vadot				gpio-controller;
598f126890aSEmmanuel Vadot				#gpio-cells = <2>;
599f126890aSEmmanuel Vadot				interrupt-controller;
600f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
601f126890aSEmmanuel Vadot			};
602f126890aSEmmanuel Vadot
603f126890aSEmmanuel Vadot			gpio3: gpio@20a4000 {
604f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
605f126890aSEmmanuel Vadot				reg = <0x020a4000 0x4000>;
606f126890aSEmmanuel Vadot				interrupts = <0 70 IRQ_TYPE_LEVEL_HIGH>,
607f126890aSEmmanuel Vadot					     <0 71 IRQ_TYPE_LEVEL_HIGH>;
608f126890aSEmmanuel Vadot				gpio-controller;
609f126890aSEmmanuel Vadot				#gpio-cells = <2>;
610f126890aSEmmanuel Vadot				interrupt-controller;
611f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
612f126890aSEmmanuel Vadot			};
613f126890aSEmmanuel Vadot
614f126890aSEmmanuel Vadot			gpio4: gpio@20a8000 {
615f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
616f126890aSEmmanuel Vadot				reg = <0x020a8000 0x4000>;
617f126890aSEmmanuel Vadot				interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>,
618f126890aSEmmanuel Vadot					     <0 73 IRQ_TYPE_LEVEL_HIGH>;
619f126890aSEmmanuel Vadot				gpio-controller;
620f126890aSEmmanuel Vadot				#gpio-cells = <2>;
621f126890aSEmmanuel Vadot				interrupt-controller;
622f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
623f126890aSEmmanuel Vadot			};
624f126890aSEmmanuel Vadot
625f126890aSEmmanuel Vadot			gpio5: gpio@20ac000 {
626f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
627f126890aSEmmanuel Vadot				reg = <0x020ac000 0x4000>;
628f126890aSEmmanuel Vadot				interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>,
629f126890aSEmmanuel Vadot					     <0 75 IRQ_TYPE_LEVEL_HIGH>;
630f126890aSEmmanuel Vadot				gpio-controller;
631f126890aSEmmanuel Vadot				#gpio-cells = <2>;
632f126890aSEmmanuel Vadot				interrupt-controller;
633f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
634f126890aSEmmanuel Vadot			};
635f126890aSEmmanuel Vadot
636f126890aSEmmanuel Vadot			gpio6: gpio@20b0000 {
637f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
638f126890aSEmmanuel Vadot				reg = <0x020b0000 0x4000>;
639f126890aSEmmanuel Vadot				interrupts = <0 76 IRQ_TYPE_LEVEL_HIGH>,
640f126890aSEmmanuel Vadot					     <0 77 IRQ_TYPE_LEVEL_HIGH>;
641f126890aSEmmanuel Vadot				gpio-controller;
642f126890aSEmmanuel Vadot				#gpio-cells = <2>;
643f126890aSEmmanuel Vadot				interrupt-controller;
644f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
645f126890aSEmmanuel Vadot			};
646f126890aSEmmanuel Vadot
647f126890aSEmmanuel Vadot			gpio7: gpio@20b4000 {
648f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
649f126890aSEmmanuel Vadot				reg = <0x020b4000 0x4000>;
650f126890aSEmmanuel Vadot				interrupts = <0 78 IRQ_TYPE_LEVEL_HIGH>,
651f126890aSEmmanuel Vadot					     <0 79 IRQ_TYPE_LEVEL_HIGH>;
652f126890aSEmmanuel Vadot				gpio-controller;
653f126890aSEmmanuel Vadot				#gpio-cells = <2>;
654f126890aSEmmanuel Vadot				interrupt-controller;
655f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
656f126890aSEmmanuel Vadot			};
657f126890aSEmmanuel Vadot
658f126890aSEmmanuel Vadot			kpp: keypad@20b8000 {
659f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
660f126890aSEmmanuel Vadot				reg = <0x020b8000 0x4000>;
661f126890aSEmmanuel Vadot				interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
662f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_IPG>;
663f126890aSEmmanuel Vadot				status = "disabled";
664f126890aSEmmanuel Vadot			};
665f126890aSEmmanuel Vadot
666f126890aSEmmanuel Vadot			wdog1: watchdog@20bc000 {
667f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
668f126890aSEmmanuel Vadot				reg = <0x020bc000 0x4000>;
669f126890aSEmmanuel Vadot				interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
670f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_IPG>;
671f126890aSEmmanuel Vadot			};
672f126890aSEmmanuel Vadot
673f126890aSEmmanuel Vadot			wdog2: watchdog@20c0000 {
674f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
675f126890aSEmmanuel Vadot				reg = <0x020c0000 0x4000>;
676f126890aSEmmanuel Vadot				interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
677f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_IPG>;
678f126890aSEmmanuel Vadot				status = "disabled";
679f126890aSEmmanuel Vadot			};
680f126890aSEmmanuel Vadot
681f126890aSEmmanuel Vadot			clks: clock-controller@20c4000 {
682f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-ccm";
683f126890aSEmmanuel Vadot				reg = <0x020c4000 0x4000>;
684f126890aSEmmanuel Vadot				interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
685f126890aSEmmanuel Vadot					     <0 88 IRQ_TYPE_LEVEL_HIGH>;
686f126890aSEmmanuel Vadot				#clock-cells = <1>;
687f126890aSEmmanuel Vadot			};
688f126890aSEmmanuel Vadot
689f126890aSEmmanuel Vadot			anatop: anatop@20c8000 {
690f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-anatop", "syscon", "simple-mfd";
691f126890aSEmmanuel Vadot				reg = <0x020c8000 0x1000>;
692f126890aSEmmanuel Vadot				interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>,
693f126890aSEmmanuel Vadot					     <0 54 IRQ_TYPE_LEVEL_HIGH>,
694f126890aSEmmanuel Vadot					     <0 127 IRQ_TYPE_LEVEL_HIGH>;
695f126890aSEmmanuel Vadot
696f126890aSEmmanuel Vadot				reg_vdd1p1: regulator-1p1 {
697f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
698f126890aSEmmanuel Vadot					regulator-name = "vdd1p1";
699f126890aSEmmanuel Vadot					regulator-min-microvolt = <1000000>;
700f126890aSEmmanuel Vadot					regulator-max-microvolt = <1200000>;
701f126890aSEmmanuel Vadot					regulator-always-on;
702f126890aSEmmanuel Vadot					anatop-reg-offset = <0x110>;
703f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <8>;
704f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
705f126890aSEmmanuel Vadot					anatop-min-bit-val = <4>;
706f126890aSEmmanuel Vadot					anatop-min-voltage = <800000>;
707f126890aSEmmanuel Vadot					anatop-max-voltage = <1375000>;
708f126890aSEmmanuel Vadot					anatop-enable-bit = <0>;
709f126890aSEmmanuel Vadot				};
710f126890aSEmmanuel Vadot
711f126890aSEmmanuel Vadot				reg_vdd3p0: regulator-3p0 {
712f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
713f126890aSEmmanuel Vadot					regulator-name = "vdd3p0";
714f126890aSEmmanuel Vadot					regulator-min-microvolt = <2800000>;
715f126890aSEmmanuel Vadot					regulator-max-microvolt = <3150000>;
716f126890aSEmmanuel Vadot					regulator-always-on;
717f126890aSEmmanuel Vadot					anatop-reg-offset = <0x120>;
718f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <8>;
719f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
720f126890aSEmmanuel Vadot					anatop-min-bit-val = <0>;
721f126890aSEmmanuel Vadot					anatop-min-voltage = <2625000>;
722f126890aSEmmanuel Vadot					anatop-max-voltage = <3400000>;
723f126890aSEmmanuel Vadot					anatop-enable-bit = <0>;
724f126890aSEmmanuel Vadot				};
725f126890aSEmmanuel Vadot
726f126890aSEmmanuel Vadot				reg_vdd2p5: regulator-2p5 {
727f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
728f126890aSEmmanuel Vadot					regulator-name = "vdd2p5";
729f126890aSEmmanuel Vadot					regulator-min-microvolt = <2250000>;
730f126890aSEmmanuel Vadot					regulator-max-microvolt = <2750000>;
731f126890aSEmmanuel Vadot					regulator-always-on;
732f126890aSEmmanuel Vadot					anatop-reg-offset = <0x130>;
733f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <8>;
734f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
735f126890aSEmmanuel Vadot					anatop-min-bit-val = <0>;
736f126890aSEmmanuel Vadot					anatop-min-voltage = <2100000>;
737f126890aSEmmanuel Vadot					anatop-max-voltage = <2875000>;
738f126890aSEmmanuel Vadot					anatop-enable-bit = <0>;
739f126890aSEmmanuel Vadot				};
740f126890aSEmmanuel Vadot
741f126890aSEmmanuel Vadot				reg_arm: regulator-vddcore {
742f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
743f126890aSEmmanuel Vadot					regulator-name = "vddarm";
744f126890aSEmmanuel Vadot					regulator-min-microvolt = <725000>;
745f126890aSEmmanuel Vadot					regulator-max-microvolt = <1450000>;
746f126890aSEmmanuel Vadot					regulator-always-on;
747f126890aSEmmanuel Vadot					anatop-reg-offset = <0x140>;
748f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <0>;
749f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
750f126890aSEmmanuel Vadot					anatop-delay-reg-offset = <0x170>;
751f126890aSEmmanuel Vadot					anatop-delay-bit-shift = <24>;
752f126890aSEmmanuel Vadot					anatop-delay-bit-width = <2>;
753f126890aSEmmanuel Vadot					anatop-min-bit-val = <1>;
754f126890aSEmmanuel Vadot					anatop-min-voltage = <725000>;
755f126890aSEmmanuel Vadot					anatop-max-voltage = <1450000>;
756f126890aSEmmanuel Vadot				};
757f126890aSEmmanuel Vadot
758f126890aSEmmanuel Vadot				reg_pu: regulator-vddpu {
759f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
760f126890aSEmmanuel Vadot					regulator-name = "vddpu";
761f126890aSEmmanuel Vadot					regulator-min-microvolt = <725000>;
762f126890aSEmmanuel Vadot					regulator-max-microvolt = <1450000>;
763f126890aSEmmanuel Vadot					regulator-enable-ramp-delay = <380>;
764f126890aSEmmanuel Vadot					anatop-reg-offset = <0x140>;
765f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <9>;
766f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
767f126890aSEmmanuel Vadot					anatop-delay-reg-offset = <0x170>;
768f126890aSEmmanuel Vadot					anatop-delay-bit-shift = <26>;
769f126890aSEmmanuel Vadot					anatop-delay-bit-width = <2>;
770f126890aSEmmanuel Vadot					anatop-min-bit-val = <1>;
771f126890aSEmmanuel Vadot					anatop-min-voltage = <725000>;
772f126890aSEmmanuel Vadot					anatop-max-voltage = <1450000>;
773f126890aSEmmanuel Vadot				};
774f126890aSEmmanuel Vadot
775f126890aSEmmanuel Vadot				reg_soc: regulator-vddsoc {
776f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
777f126890aSEmmanuel Vadot					regulator-name = "vddsoc";
778f126890aSEmmanuel Vadot					regulator-min-microvolt = <725000>;
779f126890aSEmmanuel Vadot					regulator-max-microvolt = <1450000>;
780f126890aSEmmanuel Vadot					regulator-always-on;
781f126890aSEmmanuel Vadot					anatop-reg-offset = <0x140>;
782f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <18>;
783f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
784f126890aSEmmanuel Vadot					anatop-delay-reg-offset = <0x170>;
785f126890aSEmmanuel Vadot					anatop-delay-bit-shift = <28>;
786f126890aSEmmanuel Vadot					anatop-delay-bit-width = <2>;
787f126890aSEmmanuel Vadot					anatop-min-bit-val = <1>;
788f126890aSEmmanuel Vadot					anatop-min-voltage = <725000>;
789f126890aSEmmanuel Vadot					anatop-max-voltage = <1450000>;
790f126890aSEmmanuel Vadot				};
791f126890aSEmmanuel Vadot
792f126890aSEmmanuel Vadot				tempmon: tempmon {
793f126890aSEmmanuel Vadot					compatible = "fsl,imx6q-tempmon";
794f126890aSEmmanuel Vadot					interrupt-parent = <&gpc>;
795f126890aSEmmanuel Vadot					interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>;
796f126890aSEmmanuel Vadot					fsl,tempmon = <&anatop>;
797f126890aSEmmanuel Vadot					nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
798f126890aSEmmanuel Vadot					nvmem-cell-names = "calib", "temp_grade";
799f126890aSEmmanuel Vadot					clocks = <&clks IMX6QDL_CLK_PLL3_USB_OTG>;
800f126890aSEmmanuel Vadot					#thermal-sensor-cells = <0>;
801f126890aSEmmanuel Vadot				};
802f126890aSEmmanuel Vadot			};
803f126890aSEmmanuel Vadot
804f126890aSEmmanuel Vadot			usbphy1: usbphy@20c9000 {
805f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
806f126890aSEmmanuel Vadot				reg = <0x020c9000 0x1000>;
807f126890aSEmmanuel Vadot				interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
808f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_USBPHY1>;
809f126890aSEmmanuel Vadot				fsl,anatop = <&anatop>;
810f126890aSEmmanuel Vadot			};
811f126890aSEmmanuel Vadot
812f126890aSEmmanuel Vadot			usbphy2: usbphy@20ca000 {
813f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
814f126890aSEmmanuel Vadot				reg = <0x020ca000 0x1000>;
815f126890aSEmmanuel Vadot				interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
816f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_USBPHY2>;
817f126890aSEmmanuel Vadot				fsl,anatop = <&anatop>;
818f126890aSEmmanuel Vadot			};
819f126890aSEmmanuel Vadot
820f126890aSEmmanuel Vadot			snvs: snvs@20cc000 {
821f126890aSEmmanuel Vadot				compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
822f126890aSEmmanuel Vadot				reg = <0x020cc000 0x4000>;
823f126890aSEmmanuel Vadot
824f126890aSEmmanuel Vadot				snvs_rtc: snvs-rtc-lp {
825f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-mon-rtc-lp";
826f126890aSEmmanuel Vadot					regmap = <&snvs>;
827f126890aSEmmanuel Vadot					offset = <0x34>;
828f126890aSEmmanuel Vadot					interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>,
829f126890aSEmmanuel Vadot						     <0 20 IRQ_TYPE_LEVEL_HIGH>;
830f126890aSEmmanuel Vadot				};
831f126890aSEmmanuel Vadot
832f126890aSEmmanuel Vadot				snvs_poweroff: snvs-poweroff {
833f126890aSEmmanuel Vadot					compatible = "syscon-poweroff";
834f126890aSEmmanuel Vadot					regmap = <&snvs>;
835f126890aSEmmanuel Vadot					offset = <0x38>;
836f126890aSEmmanuel Vadot					value = <0x60>;
837f126890aSEmmanuel Vadot					mask = <0x60>;
838f126890aSEmmanuel Vadot					status = "disabled";
839f126890aSEmmanuel Vadot				};
840f126890aSEmmanuel Vadot
841f126890aSEmmanuel Vadot				snvs_pwrkey: snvs-powerkey {
842f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-pwrkey";
843f126890aSEmmanuel Vadot					regmap = <&snvs>;
844f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
845f126890aSEmmanuel Vadot					linux,keycode = <KEY_POWER>;
846f126890aSEmmanuel Vadot					wakeup-source;
847f126890aSEmmanuel Vadot					status = "disabled";
848f126890aSEmmanuel Vadot				};
849f126890aSEmmanuel Vadot
850f126890aSEmmanuel Vadot				snvs_lpgpr: snvs-lpgpr {
851f126890aSEmmanuel Vadot					compatible = "fsl,imx6q-snvs-lpgpr";
852f126890aSEmmanuel Vadot				};
853f126890aSEmmanuel Vadot			};
854f126890aSEmmanuel Vadot
855f126890aSEmmanuel Vadot			epit1: epit@20d0000 { /* EPIT1 */
856f126890aSEmmanuel Vadot				reg = <0x020d0000 0x4000>;
857f126890aSEmmanuel Vadot				interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
858f126890aSEmmanuel Vadot			};
859f126890aSEmmanuel Vadot
860f126890aSEmmanuel Vadot			epit2: epit@20d4000 { /* EPIT2 */
861f126890aSEmmanuel Vadot				reg = <0x020d4000 0x4000>;
862f126890aSEmmanuel Vadot				interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
863f126890aSEmmanuel Vadot			};
864f126890aSEmmanuel Vadot
865f126890aSEmmanuel Vadot			src: reset-controller@20d8000 {
866f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-src", "fsl,imx51-src";
867f126890aSEmmanuel Vadot				reg = <0x020d8000 0x4000>;
868f126890aSEmmanuel Vadot				interrupts = <0 91 IRQ_TYPE_LEVEL_HIGH>,
869f126890aSEmmanuel Vadot					     <0 96 IRQ_TYPE_LEVEL_HIGH>;
870f126890aSEmmanuel Vadot				#reset-cells = <1>;
871f126890aSEmmanuel Vadot			};
872f126890aSEmmanuel Vadot
873f126890aSEmmanuel Vadot			gpc: gpc@20dc000 {
874f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-gpc";
875f126890aSEmmanuel Vadot				reg = <0x020dc000 0x4000>;
876f126890aSEmmanuel Vadot				interrupt-controller;
877f126890aSEmmanuel Vadot				#interrupt-cells = <3>;
878f126890aSEmmanuel Vadot				interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>;
879f126890aSEmmanuel Vadot				interrupt-parent = <&intc>;
880f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_IPG>;
881f126890aSEmmanuel Vadot				clock-names = "ipg";
882f126890aSEmmanuel Vadot
883f126890aSEmmanuel Vadot				pgc {
884f126890aSEmmanuel Vadot					#address-cells = <1>;
885f126890aSEmmanuel Vadot					#size-cells = <0>;
886f126890aSEmmanuel Vadot
887f126890aSEmmanuel Vadot					power-domain@0 {
888f126890aSEmmanuel Vadot						reg = <0>;
889f126890aSEmmanuel Vadot						#power-domain-cells = <0>;
890f126890aSEmmanuel Vadot					};
891f126890aSEmmanuel Vadot					pd_pu: power-domain@1 {
892f126890aSEmmanuel Vadot						reg = <1>;
893f126890aSEmmanuel Vadot						#power-domain-cells = <0>;
894f126890aSEmmanuel Vadot						power-supply = <&reg_pu>;
895f126890aSEmmanuel Vadot						clocks = <&clks IMX6QDL_CLK_GPU3D_CORE>,
896f126890aSEmmanuel Vadot						         <&clks IMX6QDL_CLK_GPU3D_SHADER>,
897f126890aSEmmanuel Vadot						         <&clks IMX6QDL_CLK_GPU2D_CORE>,
898f126890aSEmmanuel Vadot						         <&clks IMX6QDL_CLK_GPU2D_AXI>,
899f126890aSEmmanuel Vadot						         <&clks IMX6QDL_CLK_OPENVG_AXI>,
900f126890aSEmmanuel Vadot						         <&clks IMX6QDL_CLK_VPU_AXI>;
901f126890aSEmmanuel Vadot					};
902f126890aSEmmanuel Vadot				};
903f126890aSEmmanuel Vadot			};
904f126890aSEmmanuel Vadot
905f126890aSEmmanuel Vadot			gpr: iomuxc-gpr@20e0000 {
906f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-iomuxc-gpr", "syscon", "simple-mfd";
907f126890aSEmmanuel Vadot				reg = <0x20e0000 0x38>;
908f126890aSEmmanuel Vadot
909f126890aSEmmanuel Vadot				mux: mux-controller {
910f126890aSEmmanuel Vadot					compatible = "mmio-mux";
911f126890aSEmmanuel Vadot					#mux-control-cells = <1>;
912f126890aSEmmanuel Vadot				};
913f126890aSEmmanuel Vadot			};
914f126890aSEmmanuel Vadot
915f126890aSEmmanuel Vadot			iomuxc: pinctrl@20e0000 {
916f126890aSEmmanuel Vadot				compatible = "fsl,imx6dl-iomuxc", "fsl,imx6q-iomuxc";
917f126890aSEmmanuel Vadot				reg = <0x20e0000 0x4000>;
918f126890aSEmmanuel Vadot			};
919f126890aSEmmanuel Vadot
920f126890aSEmmanuel Vadot			dcic1: dcic@20e4000 {
921f126890aSEmmanuel Vadot				reg = <0x020e4000 0x4000>;
922f126890aSEmmanuel Vadot				interrupts = <0 124 IRQ_TYPE_LEVEL_HIGH>;
923f126890aSEmmanuel Vadot			};
924f126890aSEmmanuel Vadot
925f126890aSEmmanuel Vadot			dcic2: dcic@20e8000 {
926f126890aSEmmanuel Vadot				reg = <0x020e8000 0x4000>;
927f126890aSEmmanuel Vadot				interrupts = <0 125 IRQ_TYPE_LEVEL_HIGH>;
928f126890aSEmmanuel Vadot			};
929f126890aSEmmanuel Vadot
930f126890aSEmmanuel Vadot			sdma: dma-controller@20ec000 {
931f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
932f126890aSEmmanuel Vadot				reg = <0x020ec000 0x4000>;
933f126890aSEmmanuel Vadot				interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>;
934f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_IPG>,
935f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_SDMA>;
936f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb";
937f126890aSEmmanuel Vadot				#dma-cells = <3>;
938f126890aSEmmanuel Vadot				fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
939f126890aSEmmanuel Vadot			};
940f126890aSEmmanuel Vadot		};
941f126890aSEmmanuel Vadot
942f126890aSEmmanuel Vadot		aips2: bus@2100000 { /* AIPS2 */
943f126890aSEmmanuel Vadot			compatible = "fsl,aips-bus", "simple-bus";
944f126890aSEmmanuel Vadot			#address-cells = <1>;
945f126890aSEmmanuel Vadot			#size-cells = <1>;
946f126890aSEmmanuel Vadot			reg = <0x02100000 0x100000>;
947f126890aSEmmanuel Vadot			ranges;
948f126890aSEmmanuel Vadot
949f126890aSEmmanuel Vadot			crypto: crypto@2100000 {
950f126890aSEmmanuel Vadot				compatible = "fsl,sec-v4.0";
951f126890aSEmmanuel Vadot				#address-cells = <1>;
952f126890aSEmmanuel Vadot				#size-cells = <1>;
953f126890aSEmmanuel Vadot				reg = <0x2100000 0x10000>;
954f126890aSEmmanuel Vadot				ranges = <0 0x2100000 0x10000>;
955f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_CAAM_MEM>,
956f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_CAAM_ACLK>,
957f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_CAAM_IPG>,
958f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_EIM_SLOW>;
959f126890aSEmmanuel Vadot				clock-names = "mem", "aclk", "ipg", "emi_slow";
960f126890aSEmmanuel Vadot
961f126890aSEmmanuel Vadot				sec_jr0: jr@1000 {
962f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-job-ring";
963f126890aSEmmanuel Vadot					reg = <0x1000 0x1000>;
964f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
965f126890aSEmmanuel Vadot				};
966f126890aSEmmanuel Vadot
967f126890aSEmmanuel Vadot				sec_jr1: jr@2000 {
968f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-job-ring";
969f126890aSEmmanuel Vadot					reg = <0x2000 0x1000>;
970f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
971f126890aSEmmanuel Vadot				};
972f126890aSEmmanuel Vadot			};
973f126890aSEmmanuel Vadot
974f126890aSEmmanuel Vadot			aipstz@217c000 { /* AIPSTZ2 */
975f126890aSEmmanuel Vadot				reg = <0x0217c000 0x4000>;
976f126890aSEmmanuel Vadot			};
977f126890aSEmmanuel Vadot
978f126890aSEmmanuel Vadot			usbotg: usb@2184000 {
979f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
980f126890aSEmmanuel Vadot				reg = <0x02184000 0x200>;
981f126890aSEmmanuel Vadot				interrupts = <0 43 IRQ_TYPE_LEVEL_HIGH>;
982f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_USBOH3>;
983f126890aSEmmanuel Vadot				fsl,usbphy = <&usbphy1>;
984f126890aSEmmanuel Vadot				fsl,usbmisc = <&usbmisc 0>;
985f126890aSEmmanuel Vadot				ahb-burst-config = <0x0>;
986f126890aSEmmanuel Vadot				tx-burst-size-dword = <0x10>;
987f126890aSEmmanuel Vadot				rx-burst-size-dword = <0x10>;
988f126890aSEmmanuel Vadot				status = "disabled";
989f126890aSEmmanuel Vadot			};
990f126890aSEmmanuel Vadot
991f126890aSEmmanuel Vadot			usbh1: usb@2184200 {
992f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
993f126890aSEmmanuel Vadot				reg = <0x02184200 0x200>;
994f126890aSEmmanuel Vadot				interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>;
995f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_USBOH3>;
996f126890aSEmmanuel Vadot				fsl,usbphy = <&usbphy2>;
997f126890aSEmmanuel Vadot				fsl,usbmisc = <&usbmisc 1>;
998f126890aSEmmanuel Vadot				dr_mode = "host";
999f126890aSEmmanuel Vadot				ahb-burst-config = <0x0>;
1000f126890aSEmmanuel Vadot				tx-burst-size-dword = <0x10>;
1001f126890aSEmmanuel Vadot				rx-burst-size-dword = <0x10>;
1002f126890aSEmmanuel Vadot				status = "disabled";
1003f126890aSEmmanuel Vadot			};
1004f126890aSEmmanuel Vadot
1005f126890aSEmmanuel Vadot			usbh2: usb@2184400 {
1006f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
1007f126890aSEmmanuel Vadot				reg = <0x02184400 0x200>;
1008f126890aSEmmanuel Vadot				interrupts = <0 41 IRQ_TYPE_LEVEL_HIGH>;
1009f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_USBOH3>;
1010f126890aSEmmanuel Vadot				fsl,usbphy = <&usbphynop1>;
1011f126890aSEmmanuel Vadot				phy_type = "hsic";
1012f126890aSEmmanuel Vadot				fsl,usbmisc = <&usbmisc 2>;
1013f126890aSEmmanuel Vadot				dr_mode = "host";
1014f126890aSEmmanuel Vadot				ahb-burst-config = <0x0>;
1015f126890aSEmmanuel Vadot				tx-burst-size-dword = <0x10>;
1016f126890aSEmmanuel Vadot				rx-burst-size-dword = <0x10>;
1017f126890aSEmmanuel Vadot				status = "disabled";
1018f126890aSEmmanuel Vadot			};
1019f126890aSEmmanuel Vadot
1020f126890aSEmmanuel Vadot			usbh3: usb@2184600 {
1021f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
1022f126890aSEmmanuel Vadot				reg = <0x02184600 0x200>;
1023f126890aSEmmanuel Vadot				interrupts = <0 42 IRQ_TYPE_LEVEL_HIGH>;
1024f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_USBOH3>;
1025f126890aSEmmanuel Vadot				fsl,usbphy = <&usbphynop2>;
1026f126890aSEmmanuel Vadot				phy_type = "hsic";
1027f126890aSEmmanuel Vadot				fsl,usbmisc = <&usbmisc 3>;
1028f126890aSEmmanuel Vadot				dr_mode = "host";
1029f126890aSEmmanuel Vadot				ahb-burst-config = <0x0>;
1030f126890aSEmmanuel Vadot				tx-burst-size-dword = <0x10>;
1031f126890aSEmmanuel Vadot				rx-burst-size-dword = <0x10>;
1032f126890aSEmmanuel Vadot				status = "disabled";
1033f126890aSEmmanuel Vadot			};
1034f126890aSEmmanuel Vadot
1035f126890aSEmmanuel Vadot			usbmisc: usbmisc@2184800 {
1036f126890aSEmmanuel Vadot				#index-cells = <1>;
1037f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-usbmisc";
1038f126890aSEmmanuel Vadot				reg = <0x02184800 0x200>;
1039f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_USBOH3>;
1040f126890aSEmmanuel Vadot			};
1041f126890aSEmmanuel Vadot
1042f126890aSEmmanuel Vadot			fec: ethernet@2188000 {
1043f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-fec";
1044f126890aSEmmanuel Vadot				reg = <0x02188000 0x4000>;
1045f126890aSEmmanuel Vadot				interrupt-names = "int0", "pps";
1046f126890aSEmmanuel Vadot				interrupts = <0 118 IRQ_TYPE_LEVEL_HIGH>,
1047f126890aSEmmanuel Vadot					     <0 119 IRQ_TYPE_LEVEL_HIGH>;
1048f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_ENET>,
1049f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_ENET>,
1050f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_ENET_REF>,
1051f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_ENET_REF_SEL>;
1052f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "ptp", "enet_clk_ref";
1053f126890aSEmmanuel Vadot				fsl,stop-mode = <&gpr 0x34 27>;
1054f126890aSEmmanuel Vadot				nvmem-cells = <&fec_mac_addr>;
1055f126890aSEmmanuel Vadot				nvmem-cell-names = "mac-address";
1056f126890aSEmmanuel Vadot				status = "disabled";
1057f126890aSEmmanuel Vadot			};
1058f126890aSEmmanuel Vadot
1059f126890aSEmmanuel Vadot			mlb@218c000 {
1060f126890aSEmmanuel Vadot				reg = <0x0218c000 0x4000>;
1061f126890aSEmmanuel Vadot				interrupts = <0 53 IRQ_TYPE_LEVEL_HIGH>,
1062f126890aSEmmanuel Vadot					     <0 117 IRQ_TYPE_LEVEL_HIGH>,
1063f126890aSEmmanuel Vadot					     <0 126 IRQ_TYPE_LEVEL_HIGH>;
1064f126890aSEmmanuel Vadot			};
1065f126890aSEmmanuel Vadot
1066f126890aSEmmanuel Vadot			usdhc1: mmc@2190000 {
1067f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-usdhc";
1068f126890aSEmmanuel Vadot				reg = <0x02190000 0x4000>;
1069f126890aSEmmanuel Vadot				interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
1070f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_USDHC1>,
1071f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_USDHC1>,
1072f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_USDHC1>;
1073f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "per";
1074f126890aSEmmanuel Vadot				bus-width = <4>;
1075f126890aSEmmanuel Vadot				status = "disabled";
1076f126890aSEmmanuel Vadot			};
1077f126890aSEmmanuel Vadot
1078f126890aSEmmanuel Vadot			usdhc2: mmc@2194000 {
1079f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-usdhc";
1080f126890aSEmmanuel Vadot				reg = <0x02194000 0x4000>;
1081f126890aSEmmanuel Vadot				interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
1082f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_USDHC2>,
1083f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_USDHC2>,
1084f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_USDHC2>;
1085f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "per";
1086f126890aSEmmanuel Vadot				bus-width = <4>;
1087f126890aSEmmanuel Vadot				status = "disabled";
1088f126890aSEmmanuel Vadot			};
1089f126890aSEmmanuel Vadot
1090f126890aSEmmanuel Vadot			usdhc3: mmc@2198000 {
1091f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-usdhc";
1092f126890aSEmmanuel Vadot				reg = <0x02198000 0x4000>;
1093f126890aSEmmanuel Vadot				interrupts = <0 24 IRQ_TYPE_LEVEL_HIGH>;
1094f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_USDHC3>,
1095f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_USDHC3>,
1096f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_USDHC3>;
1097f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "per";
1098f126890aSEmmanuel Vadot				bus-width = <4>;
1099f126890aSEmmanuel Vadot				status = "disabled";
1100f126890aSEmmanuel Vadot			};
1101f126890aSEmmanuel Vadot
1102f126890aSEmmanuel Vadot			usdhc4: mmc@219c000 {
1103f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-usdhc";
1104f126890aSEmmanuel Vadot				reg = <0x0219c000 0x4000>;
1105f126890aSEmmanuel Vadot				interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
1106f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_USDHC4>,
1107f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_USDHC4>,
1108f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_USDHC4>;
1109f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "per";
1110f126890aSEmmanuel Vadot				bus-width = <4>;
1111f126890aSEmmanuel Vadot				status = "disabled";
1112f126890aSEmmanuel Vadot			};
1113f126890aSEmmanuel Vadot
1114f126890aSEmmanuel Vadot			i2c1: i2c@21a0000 {
1115f126890aSEmmanuel Vadot				#address-cells = <1>;
1116f126890aSEmmanuel Vadot				#size-cells = <0>;
1117f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
1118f126890aSEmmanuel Vadot				reg = <0x021a0000 0x4000>;
1119f126890aSEmmanuel Vadot				interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
1120f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_I2C1>;
1121f126890aSEmmanuel Vadot				status = "disabled";
1122f126890aSEmmanuel Vadot			};
1123f126890aSEmmanuel Vadot
1124f126890aSEmmanuel Vadot			i2c2: i2c@21a4000 {
1125f126890aSEmmanuel Vadot				#address-cells = <1>;
1126f126890aSEmmanuel Vadot				#size-cells = <0>;
1127f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
1128f126890aSEmmanuel Vadot				reg = <0x021a4000 0x4000>;
1129f126890aSEmmanuel Vadot				interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
1130f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_I2C2>;
1131f126890aSEmmanuel Vadot				status = "disabled";
1132f126890aSEmmanuel Vadot			};
1133f126890aSEmmanuel Vadot
1134f126890aSEmmanuel Vadot			i2c3: i2c@21a8000 {
1135f126890aSEmmanuel Vadot				#address-cells = <1>;
1136f126890aSEmmanuel Vadot				#size-cells = <0>;
1137f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
1138f126890aSEmmanuel Vadot				reg = <0x021a8000 0x4000>;
1139f126890aSEmmanuel Vadot				interrupts = <0 38 IRQ_TYPE_LEVEL_HIGH>;
1140f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_I2C3>;
1141f126890aSEmmanuel Vadot				status = "disabled";
1142f126890aSEmmanuel Vadot			};
1143f126890aSEmmanuel Vadot
1144f126890aSEmmanuel Vadot			romcp@21ac000 {
1145f126890aSEmmanuel Vadot				reg = <0x021ac000 0x4000>;
1146f126890aSEmmanuel Vadot			};
1147f126890aSEmmanuel Vadot
1148f126890aSEmmanuel Vadot			mmdc0: memory-controller@21b0000 { /* MMDC0 */
1149f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-mmdc";
1150f126890aSEmmanuel Vadot				reg = <0x021b0000 0x4000>;
1151f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_MMDC_P0_IPG>;
1152f126890aSEmmanuel Vadot			};
1153f126890aSEmmanuel Vadot
1154f126890aSEmmanuel Vadot			mmdc1: memory-controller@21b4000 { /* MMDC1 */
1155f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-mmdc";
1156f126890aSEmmanuel Vadot				reg = <0x021b4000 0x4000>;
1157f126890aSEmmanuel Vadot				status = "disabled";
1158f126890aSEmmanuel Vadot			};
1159f126890aSEmmanuel Vadot
116001950c46SEmmanuel Vadot			weim: memory-controller@21b8000 {
1161f126890aSEmmanuel Vadot				#address-cells = <2>;
1162f126890aSEmmanuel Vadot				#size-cells = <1>;
1163f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-weim";
1164f126890aSEmmanuel Vadot				reg = <0x021b8000 0x4000>;
1165f126890aSEmmanuel Vadot				interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
1166f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_EIM_SLOW>;
1167f126890aSEmmanuel Vadot				fsl,weim-cs-gpr = <&gpr>;
1168f126890aSEmmanuel Vadot				status = "disabled";
1169f126890aSEmmanuel Vadot			};
1170f126890aSEmmanuel Vadot
1171f126890aSEmmanuel Vadot			ocotp: efuse@21bc000 {
1172f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-ocotp", "syscon";
1173f126890aSEmmanuel Vadot				reg = <0x021bc000 0x4000>;
1174f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_IIM>;
1175f126890aSEmmanuel Vadot				#address-cells = <1>;
1176f126890aSEmmanuel Vadot				#size-cells = <1>;
1177f126890aSEmmanuel Vadot
1178f126890aSEmmanuel Vadot				cpu_speed_grade: speed-grade@10 {
1179f126890aSEmmanuel Vadot					reg = <0x10 4>;
1180f126890aSEmmanuel Vadot				};
1181f126890aSEmmanuel Vadot
1182f126890aSEmmanuel Vadot				tempmon_calib: calib@38 {
1183f126890aSEmmanuel Vadot					reg = <0x38 4>;
1184f126890aSEmmanuel Vadot				};
1185f126890aSEmmanuel Vadot
1186f126890aSEmmanuel Vadot				tempmon_temp_grade: temp-grade@20 {
1187f126890aSEmmanuel Vadot					reg = <0x20 4>;
1188f126890aSEmmanuel Vadot				};
1189f126890aSEmmanuel Vadot
1190f126890aSEmmanuel Vadot				fec_mac_addr: mac-addr@88 {
1191f126890aSEmmanuel Vadot					reg = <0x88 6>;
1192f126890aSEmmanuel Vadot				};
1193f126890aSEmmanuel Vadot			};
1194f126890aSEmmanuel Vadot
1195f126890aSEmmanuel Vadot			tzasc@21d0000 { /* TZASC1 */
1196f126890aSEmmanuel Vadot				reg = <0x021d0000 0x4000>;
1197f126890aSEmmanuel Vadot				interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>;
1198f126890aSEmmanuel Vadot			};
1199f126890aSEmmanuel Vadot
1200f126890aSEmmanuel Vadot			tzasc@21d4000 { /* TZASC2 */
1201f126890aSEmmanuel Vadot				reg = <0x021d4000 0x4000>;
1202f126890aSEmmanuel Vadot				interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH>;
1203f126890aSEmmanuel Vadot			};
1204f126890aSEmmanuel Vadot
1205f126890aSEmmanuel Vadot			audmux: audmux@21d8000 {
1206f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
1207f126890aSEmmanuel Vadot				reg = <0x021d8000 0x4000>;
1208f126890aSEmmanuel Vadot				status = "disabled";
1209f126890aSEmmanuel Vadot			};
1210f126890aSEmmanuel Vadot
1211f126890aSEmmanuel Vadot			mipi_csi: mipi@21dc000 {
1212f126890aSEmmanuel Vadot				compatible = "fsl,imx6-mipi-csi2";
1213f126890aSEmmanuel Vadot				reg = <0x021dc000 0x4000>;
1214f126890aSEmmanuel Vadot				#address-cells = <1>;
1215f126890aSEmmanuel Vadot				#size-cells = <0>;
1216f126890aSEmmanuel Vadot				interrupts = <0 100 0x04>, <0 101 0x04>;
1217f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_HSI_TX>,
1218f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_VIDEO_27M>,
1219f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_EIM_PODF>;
1220f126890aSEmmanuel Vadot				clock-names = "dphy", "ref", "pix";
1221f126890aSEmmanuel Vadot				status = "disabled";
1222f126890aSEmmanuel Vadot			};
1223f126890aSEmmanuel Vadot
1224f126890aSEmmanuel Vadot			mipi_dsi: mipi@21e0000 {
1225f126890aSEmmanuel Vadot				reg = <0x021e0000 0x4000>;
1226f126890aSEmmanuel Vadot				status = "disabled";
1227f126890aSEmmanuel Vadot
1228f126890aSEmmanuel Vadot				ports {
1229f126890aSEmmanuel Vadot					#address-cells = <1>;
1230f126890aSEmmanuel Vadot					#size-cells = <0>;
1231f126890aSEmmanuel Vadot
1232f126890aSEmmanuel Vadot					port@0 {
1233f126890aSEmmanuel Vadot						reg = <0>;
1234f126890aSEmmanuel Vadot
1235f126890aSEmmanuel Vadot						mipi_mux_0: endpoint {
1236f126890aSEmmanuel Vadot							remote-endpoint = <&ipu1_di0_mipi>;
1237f126890aSEmmanuel Vadot						};
1238f126890aSEmmanuel Vadot					};
1239f126890aSEmmanuel Vadot
1240f126890aSEmmanuel Vadot					port@1 {
1241f126890aSEmmanuel Vadot						reg = <1>;
1242f126890aSEmmanuel Vadot
1243f126890aSEmmanuel Vadot						mipi_mux_1: endpoint {
1244f126890aSEmmanuel Vadot							remote-endpoint = <&ipu1_di1_mipi>;
1245f126890aSEmmanuel Vadot						};
1246f126890aSEmmanuel Vadot					};
1247f126890aSEmmanuel Vadot				};
1248f126890aSEmmanuel Vadot			};
1249f126890aSEmmanuel Vadot
1250f126890aSEmmanuel Vadot			vdoa@21e4000 {
1251f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-vdoa";
1252f126890aSEmmanuel Vadot				reg = <0x021e4000 0x4000>;
1253f126890aSEmmanuel Vadot				interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
1254f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_VDOA>;
1255f126890aSEmmanuel Vadot			};
1256f126890aSEmmanuel Vadot
1257f126890aSEmmanuel Vadot			uart2: serial@21e8000 {
1258f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1259f126890aSEmmanuel Vadot				reg = <0x021e8000 0x4000>;
1260f126890aSEmmanuel Vadot				interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH>;
1261f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1262f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_UART_SERIAL>;
1263f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1264f126890aSEmmanuel Vadot				dmas = <&sdma 27 4 0>, <&sdma 28 4 0>;
1265f126890aSEmmanuel Vadot				dma-names = "rx", "tx";
1266f126890aSEmmanuel Vadot				status = "disabled";
1267f126890aSEmmanuel Vadot			};
1268f126890aSEmmanuel Vadot
1269f126890aSEmmanuel Vadot			uart3: serial@21ec000 {
1270f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1271f126890aSEmmanuel Vadot				reg = <0x021ec000 0x4000>;
1272f126890aSEmmanuel Vadot				interrupts = <0 28 IRQ_TYPE_LEVEL_HIGH>;
1273f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1274f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_UART_SERIAL>;
1275f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1276f126890aSEmmanuel Vadot				dmas = <&sdma 29 4 0>, <&sdma 30 4 0>;
1277f126890aSEmmanuel Vadot				dma-names = "rx", "tx";
1278f126890aSEmmanuel Vadot				status = "disabled";
1279f126890aSEmmanuel Vadot			};
1280f126890aSEmmanuel Vadot
1281f126890aSEmmanuel Vadot			uart4: serial@21f0000 {
1282f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1283f126890aSEmmanuel Vadot				reg = <0x021f0000 0x4000>;
1284f126890aSEmmanuel Vadot				interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>;
1285f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1286f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_UART_SERIAL>;
1287f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1288f126890aSEmmanuel Vadot				dmas = <&sdma 31 4 0>, <&sdma 32 4 0>;
1289f126890aSEmmanuel Vadot				dma-names = "rx", "tx";
1290f126890aSEmmanuel Vadot				status = "disabled";
1291f126890aSEmmanuel Vadot			};
1292f126890aSEmmanuel Vadot
1293f126890aSEmmanuel Vadot			uart5: serial@21f4000 {
1294f126890aSEmmanuel Vadot				compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1295f126890aSEmmanuel Vadot				reg = <0x021f4000 0x4000>;
1296f126890aSEmmanuel Vadot				interrupts = <0 30 IRQ_TYPE_LEVEL_HIGH>;
1297f126890aSEmmanuel Vadot				clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1298f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_UART_SERIAL>;
1299f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1300f126890aSEmmanuel Vadot				dmas = <&sdma 33 4 0>, <&sdma 34 4 0>;
1301f126890aSEmmanuel Vadot				dma-names = "rx", "tx";
1302f126890aSEmmanuel Vadot				status = "disabled";
1303f126890aSEmmanuel Vadot			};
1304f126890aSEmmanuel Vadot		};
1305f126890aSEmmanuel Vadot
1306f126890aSEmmanuel Vadot		ipu1: ipu@2400000 {
1307f126890aSEmmanuel Vadot			#address-cells = <1>;
1308f126890aSEmmanuel Vadot			#size-cells = <0>;
1309f126890aSEmmanuel Vadot			compatible = "fsl,imx6q-ipu";
1310f126890aSEmmanuel Vadot			reg = <0x02400000 0x400000>;
1311f126890aSEmmanuel Vadot			interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>,
1312f126890aSEmmanuel Vadot				     <0 5 IRQ_TYPE_LEVEL_HIGH>;
1313f126890aSEmmanuel Vadot			clocks = <&clks IMX6QDL_CLK_IPU1>,
1314f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_IPU1_DI0>,
1315f126890aSEmmanuel Vadot				 <&clks IMX6QDL_CLK_IPU1_DI1>;
1316f126890aSEmmanuel Vadot			clock-names = "bus", "di0", "di1";
1317f126890aSEmmanuel Vadot			resets = <&src 2>;
1318f126890aSEmmanuel Vadot
1319f126890aSEmmanuel Vadot			ipu1_csi0: port@0 {
1320f126890aSEmmanuel Vadot				reg = <0>;
1321f126890aSEmmanuel Vadot
1322f126890aSEmmanuel Vadot				ipu1_csi0_from_ipu1_csi0_mux: endpoint {
1323f126890aSEmmanuel Vadot					remote-endpoint = <&ipu1_csi0_mux_to_ipu1_csi0>;
1324f126890aSEmmanuel Vadot				};
1325f126890aSEmmanuel Vadot			};
1326f126890aSEmmanuel Vadot
1327f126890aSEmmanuel Vadot			ipu1_csi1: port@1 {
1328f126890aSEmmanuel Vadot				reg = <1>;
1329f126890aSEmmanuel Vadot			};
1330f126890aSEmmanuel Vadot
1331f126890aSEmmanuel Vadot			ipu1_di0: port@2 {
1332f126890aSEmmanuel Vadot				#address-cells = <1>;
1333f126890aSEmmanuel Vadot				#size-cells = <0>;
1334f126890aSEmmanuel Vadot				reg = <2>;
1335f126890aSEmmanuel Vadot
1336f126890aSEmmanuel Vadot				ipu1_di0_disp0: endpoint@0 {
1337f126890aSEmmanuel Vadot					reg = <0>;
1338f126890aSEmmanuel Vadot				};
1339f126890aSEmmanuel Vadot
1340f126890aSEmmanuel Vadot				ipu1_di0_hdmi: endpoint@1 {
1341f126890aSEmmanuel Vadot					reg = <1>;
1342f126890aSEmmanuel Vadot					remote-endpoint = <&hdmi_mux_0>;
1343f126890aSEmmanuel Vadot				};
1344f126890aSEmmanuel Vadot
1345f126890aSEmmanuel Vadot				ipu1_di0_mipi: endpoint@2 {
1346f126890aSEmmanuel Vadot					reg = <2>;
1347f126890aSEmmanuel Vadot					remote-endpoint = <&mipi_mux_0>;
1348f126890aSEmmanuel Vadot				};
1349f126890aSEmmanuel Vadot
1350f126890aSEmmanuel Vadot				ipu1_di0_lvds0: endpoint@3 {
1351f126890aSEmmanuel Vadot					reg = <3>;
1352f126890aSEmmanuel Vadot					remote-endpoint = <&lvds0_mux_0>;
1353f126890aSEmmanuel Vadot				};
1354f126890aSEmmanuel Vadot
1355f126890aSEmmanuel Vadot				ipu1_di0_lvds1: endpoint@4 {
1356f126890aSEmmanuel Vadot					reg = <4>;
1357f126890aSEmmanuel Vadot					remote-endpoint = <&lvds1_mux_0>;
1358f126890aSEmmanuel Vadot				};
1359f126890aSEmmanuel Vadot			};
1360f126890aSEmmanuel Vadot
1361f126890aSEmmanuel Vadot			ipu1_di1: port@3 {
1362f126890aSEmmanuel Vadot				#address-cells = <1>;
1363f126890aSEmmanuel Vadot				#size-cells = <0>;
1364f126890aSEmmanuel Vadot				reg = <3>;
1365f126890aSEmmanuel Vadot
1366f126890aSEmmanuel Vadot				ipu1_di1_disp1: endpoint@0 {
1367f126890aSEmmanuel Vadot					reg = <0>;
1368f126890aSEmmanuel Vadot				};
1369f126890aSEmmanuel Vadot
1370f126890aSEmmanuel Vadot				ipu1_di1_hdmi: endpoint@1 {
1371f126890aSEmmanuel Vadot					reg = <1>;
1372f126890aSEmmanuel Vadot					remote-endpoint = <&hdmi_mux_1>;
1373f126890aSEmmanuel Vadot				};
1374f126890aSEmmanuel Vadot
1375f126890aSEmmanuel Vadot				ipu1_di1_mipi: endpoint@2 {
1376f126890aSEmmanuel Vadot					reg = <2>;
1377f126890aSEmmanuel Vadot					remote-endpoint = <&mipi_mux_1>;
1378f126890aSEmmanuel Vadot				};
1379f126890aSEmmanuel Vadot
1380f126890aSEmmanuel Vadot				ipu1_di1_lvds0: endpoint@3 {
1381f126890aSEmmanuel Vadot					reg = <3>;
1382f126890aSEmmanuel Vadot					remote-endpoint = <&lvds0_mux_1>;
1383f126890aSEmmanuel Vadot				};
1384f126890aSEmmanuel Vadot
1385f126890aSEmmanuel Vadot				ipu1_di1_lvds1: endpoint@4 {
1386f126890aSEmmanuel Vadot					reg = <4>;
1387f126890aSEmmanuel Vadot					remote-endpoint = <&lvds1_mux_1>;
1388f126890aSEmmanuel Vadot				};
1389f126890aSEmmanuel Vadot			};
1390f126890aSEmmanuel Vadot		};
1391f126890aSEmmanuel Vadot	};
1392f126890aSEmmanuel Vadot};
1393