xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul.dtsi (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2f126890aSEmmanuel Vadot//
3f126890aSEmmanuel Vadot// Copyright 2015 Freescale Semiconductor, Inc.
4f126890aSEmmanuel Vadot
5f126890aSEmmanuel Vadot#include <dt-bindings/clock/imx6ul-clock.h>
6f126890aSEmmanuel Vadot#include <dt-bindings/gpio/gpio.h>
7f126890aSEmmanuel Vadot#include <dt-bindings/input/input.h>
8f126890aSEmmanuel Vadot#include <dt-bindings/interrupt-controller/arm-gic.h>
9f126890aSEmmanuel Vadot#include "imx6ul-pinfunc.h"
10f126890aSEmmanuel Vadot
11f126890aSEmmanuel Vadot/ {
12f126890aSEmmanuel Vadot	#address-cells = <1>;
13f126890aSEmmanuel Vadot	#size-cells = <1>;
14f126890aSEmmanuel Vadot	/*
15f126890aSEmmanuel Vadot	 * The decompressor and also some bootloaders rely on a
16f126890aSEmmanuel Vadot	 * pre-existing /chosen node to be available to insert the
17f126890aSEmmanuel Vadot	 * command line and merge other ATAGS info.
18f126890aSEmmanuel Vadot	 */
19f126890aSEmmanuel Vadot	chosen {};
20f126890aSEmmanuel Vadot
21f126890aSEmmanuel Vadot	aliases {
22f126890aSEmmanuel Vadot		ethernet0 = &fec1;
23f126890aSEmmanuel Vadot		ethernet1 = &fec2;
24f126890aSEmmanuel Vadot		gpio0 = &gpio1;
25f126890aSEmmanuel Vadot		gpio1 = &gpio2;
26f126890aSEmmanuel Vadot		gpio2 = &gpio3;
27f126890aSEmmanuel Vadot		gpio3 = &gpio4;
28f126890aSEmmanuel Vadot		gpio4 = &gpio5;
29f126890aSEmmanuel Vadot		i2c0 = &i2c1;
30f126890aSEmmanuel Vadot		i2c1 = &i2c2;
31f126890aSEmmanuel Vadot		i2c2 = &i2c3;
32f126890aSEmmanuel Vadot		i2c3 = &i2c4;
33f126890aSEmmanuel Vadot		mmc0 = &usdhc1;
34f126890aSEmmanuel Vadot		mmc1 = &usdhc2;
35f126890aSEmmanuel Vadot		serial0 = &uart1;
36f126890aSEmmanuel Vadot		serial1 = &uart2;
37f126890aSEmmanuel Vadot		serial2 = &uart3;
38f126890aSEmmanuel Vadot		serial3 = &uart4;
39f126890aSEmmanuel Vadot		serial4 = &uart5;
40f126890aSEmmanuel Vadot		serial5 = &uart6;
41f126890aSEmmanuel Vadot		serial6 = &uart7;
42f126890aSEmmanuel Vadot		serial7 = &uart8;
43f126890aSEmmanuel Vadot		sai1 = &sai1;
44f126890aSEmmanuel Vadot		sai2 = &sai2;
45f126890aSEmmanuel Vadot		sai3 = &sai3;
46f126890aSEmmanuel Vadot		spi0 = &ecspi1;
47f126890aSEmmanuel Vadot		spi1 = &ecspi2;
48f126890aSEmmanuel Vadot		spi2 = &ecspi3;
49f126890aSEmmanuel Vadot		spi3 = &ecspi4;
50f126890aSEmmanuel Vadot		usb0 = &usbotg1;
51f126890aSEmmanuel Vadot		usb1 = &usbotg2;
52f126890aSEmmanuel Vadot		usbphy0 = &usbphy1;
53f126890aSEmmanuel Vadot		usbphy1 = &usbphy2;
54f126890aSEmmanuel Vadot	};
55f126890aSEmmanuel Vadot
56f126890aSEmmanuel Vadot	cpus {
57f126890aSEmmanuel Vadot		#address-cells = <1>;
58f126890aSEmmanuel Vadot		#size-cells = <0>;
59f126890aSEmmanuel Vadot
60f126890aSEmmanuel Vadot		cpu0: cpu@0 {
61f126890aSEmmanuel Vadot			compatible = "arm,cortex-a7";
62f126890aSEmmanuel Vadot			device_type = "cpu";
63f126890aSEmmanuel Vadot			reg = <0>;
64f126890aSEmmanuel Vadot			clock-frequency = <696000000>;
65f126890aSEmmanuel Vadot			clock-latency = <61036>; /* two CLK32 periods */
66f126890aSEmmanuel Vadot			#cooling-cells = <2>;
67f126890aSEmmanuel Vadot			operating-points =
68f126890aSEmmanuel Vadot				/* kHz	uV */
69f126890aSEmmanuel Vadot				<696000	1275000>,
70f126890aSEmmanuel Vadot				<528000	1175000>,
71f126890aSEmmanuel Vadot				<396000	1025000>,
72f126890aSEmmanuel Vadot				<198000	950000>;
73f126890aSEmmanuel Vadot			fsl,soc-operating-points =
74f126890aSEmmanuel Vadot				/* KHz	uV */
75f126890aSEmmanuel Vadot				<696000	1275000>,
76f126890aSEmmanuel Vadot				<528000	1175000>,
77f126890aSEmmanuel Vadot				<396000	1175000>,
78f126890aSEmmanuel Vadot				<198000	1175000>;
79f126890aSEmmanuel Vadot			clocks = <&clks IMX6UL_CLK_ARM>,
80f126890aSEmmanuel Vadot				 <&clks IMX6UL_CLK_PLL2_BUS>,
81f126890aSEmmanuel Vadot				 <&clks IMX6UL_CLK_PLL2_PFD2>,
82f126890aSEmmanuel Vadot				 <&clks IMX6UL_CA7_SECONDARY_SEL>,
83f126890aSEmmanuel Vadot				 <&clks IMX6UL_CLK_STEP>,
84f126890aSEmmanuel Vadot				 <&clks IMX6UL_CLK_PLL1_SW>,
85f126890aSEmmanuel Vadot				 <&clks IMX6UL_CLK_PLL1_SYS>;
86f126890aSEmmanuel Vadot			clock-names = "arm", "pll2_bus",  "pll2_pfd2_396m",
87f126890aSEmmanuel Vadot				      "secondary_sel", "step", "pll1_sw",
88f126890aSEmmanuel Vadot				      "pll1_sys";
89f126890aSEmmanuel Vadot			arm-supply = <&reg_arm>;
90f126890aSEmmanuel Vadot			soc-supply = <&reg_soc>;
91f126890aSEmmanuel Vadot			nvmem-cells = <&cpu_speed_grade>;
92f126890aSEmmanuel Vadot			nvmem-cell-names = "speed_grade";
93f126890aSEmmanuel Vadot		};
94f126890aSEmmanuel Vadot	};
95f126890aSEmmanuel Vadot
96f126890aSEmmanuel Vadot	timer {
97f126890aSEmmanuel Vadot		compatible = "arm,armv7-timer";
98f126890aSEmmanuel Vadot		interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>,
99f126890aSEmmanuel Vadot			     <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>,
100f126890aSEmmanuel Vadot			     <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>,
101f126890aSEmmanuel Vadot			     <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>;
102f126890aSEmmanuel Vadot		interrupt-parent = <&intc>;
103f126890aSEmmanuel Vadot		status = "disabled";
104f126890aSEmmanuel Vadot	};
105f126890aSEmmanuel Vadot
106f126890aSEmmanuel Vadot	ckil: clock-cli {
107f126890aSEmmanuel Vadot		compatible = "fixed-clock";
108f126890aSEmmanuel Vadot		#clock-cells = <0>;
109f126890aSEmmanuel Vadot		clock-frequency = <32768>;
110f126890aSEmmanuel Vadot		clock-output-names = "ckil";
111f126890aSEmmanuel Vadot	};
112f126890aSEmmanuel Vadot
113f126890aSEmmanuel Vadot	osc: clock-osc {
114f126890aSEmmanuel Vadot		compatible = "fixed-clock";
115f126890aSEmmanuel Vadot		#clock-cells = <0>;
116f126890aSEmmanuel Vadot		clock-frequency = <24000000>;
117f126890aSEmmanuel Vadot		clock-output-names = "osc";
118f126890aSEmmanuel Vadot	};
119f126890aSEmmanuel Vadot
120f126890aSEmmanuel Vadot	ipp_di0: clock-di0 {
121f126890aSEmmanuel Vadot		compatible = "fixed-clock";
122f126890aSEmmanuel Vadot		#clock-cells = <0>;
123f126890aSEmmanuel Vadot		clock-frequency = <0>;
124f126890aSEmmanuel Vadot		clock-output-names = "ipp_di0";
125f126890aSEmmanuel Vadot	};
126f126890aSEmmanuel Vadot
127f126890aSEmmanuel Vadot	ipp_di1: clock-di1 {
128f126890aSEmmanuel Vadot		compatible = "fixed-clock";
129f126890aSEmmanuel Vadot		#clock-cells = <0>;
130f126890aSEmmanuel Vadot		clock-frequency = <0>;
131f126890aSEmmanuel Vadot		clock-output-names = "ipp_di1";
132f126890aSEmmanuel Vadot	};
133f126890aSEmmanuel Vadot
134f126890aSEmmanuel Vadot	pmu {
135f126890aSEmmanuel Vadot		compatible = "arm,cortex-a7-pmu";
136f126890aSEmmanuel Vadot		interrupt-parent = <&gpc>;
137f126890aSEmmanuel Vadot		interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
138f126890aSEmmanuel Vadot	};
139f126890aSEmmanuel Vadot
140f126890aSEmmanuel Vadot	soc: soc {
141f126890aSEmmanuel Vadot		#address-cells = <1>;
142f126890aSEmmanuel Vadot		#size-cells = <1>;
143f126890aSEmmanuel Vadot		compatible = "simple-bus";
144f126890aSEmmanuel Vadot		interrupt-parent = <&gpc>;
145f126890aSEmmanuel Vadot		ranges;
146f126890aSEmmanuel Vadot
147f126890aSEmmanuel Vadot		ocram: sram@900000 {
148f126890aSEmmanuel Vadot			compatible = "mmio-sram";
149f126890aSEmmanuel Vadot			reg = <0x00900000 0x20000>;
150f126890aSEmmanuel Vadot			ranges = <0 0x00900000 0x20000>;
151f126890aSEmmanuel Vadot			#address-cells = <1>;
152f126890aSEmmanuel Vadot			#size-cells = <1>;
153f126890aSEmmanuel Vadot		};
154f126890aSEmmanuel Vadot
155f126890aSEmmanuel Vadot		intc: interrupt-controller@a01000 {
156f126890aSEmmanuel Vadot			compatible = "arm,gic-400", "arm,cortex-a7-gic";
157f126890aSEmmanuel Vadot			interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_HIGH)>;
158f126890aSEmmanuel Vadot			#interrupt-cells = <3>;
159f126890aSEmmanuel Vadot			interrupt-controller;
160f126890aSEmmanuel Vadot			interrupt-parent = <&intc>;
161f126890aSEmmanuel Vadot			reg = <0x00a01000 0x1000>,
162f126890aSEmmanuel Vadot			      <0x00a02000 0x2000>,
163f126890aSEmmanuel Vadot			      <0x00a04000 0x2000>,
164f126890aSEmmanuel Vadot			      <0x00a06000 0x2000>;
165f126890aSEmmanuel Vadot		};
166f126890aSEmmanuel Vadot
167f126890aSEmmanuel Vadot		dma_apbh: dma-controller@1804000 {
168f126890aSEmmanuel Vadot			compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
169f126890aSEmmanuel Vadot			reg = <0x01804000 0x2000>;
170f126890aSEmmanuel Vadot			interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>,
171f126890aSEmmanuel Vadot				     <0 13 IRQ_TYPE_LEVEL_HIGH>,
172f126890aSEmmanuel Vadot				     <0 13 IRQ_TYPE_LEVEL_HIGH>,
173f126890aSEmmanuel Vadot				     <0 13 IRQ_TYPE_LEVEL_HIGH>;
174f126890aSEmmanuel Vadot			#dma-cells = <1>;
175f126890aSEmmanuel Vadot			dma-channels = <4>;
176f126890aSEmmanuel Vadot			clocks = <&clks IMX6UL_CLK_APBHDMA>;
177f126890aSEmmanuel Vadot		};
178f126890aSEmmanuel Vadot
179f126890aSEmmanuel Vadot		gpmi: nand-controller@1806000 {
180f126890aSEmmanuel Vadot			compatible = "fsl,imx6q-gpmi-nand";
181f126890aSEmmanuel Vadot			#address-cells = <1>;
182*aa1a8ff2SEmmanuel Vadot			#size-cells = <0>;
183f126890aSEmmanuel Vadot			reg = <0x01806000 0x2000>, <0x01808000 0x2000>;
184f126890aSEmmanuel Vadot			reg-names = "gpmi-nand", "bch";
185f126890aSEmmanuel Vadot			interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;
186f126890aSEmmanuel Vadot			interrupt-names = "bch";
187f126890aSEmmanuel Vadot			clocks = <&clks IMX6UL_CLK_GPMI_IO>,
188f126890aSEmmanuel Vadot				 <&clks IMX6UL_CLK_GPMI_APB>,
189f126890aSEmmanuel Vadot				 <&clks IMX6UL_CLK_GPMI_BCH>,
190f126890aSEmmanuel Vadot				 <&clks IMX6UL_CLK_GPMI_BCH_APB>,
191f126890aSEmmanuel Vadot				 <&clks IMX6UL_CLK_PER_BCH>;
192f126890aSEmmanuel Vadot			clock-names = "gpmi_io", "gpmi_apb", "gpmi_bch",
193f126890aSEmmanuel Vadot				      "gpmi_bch_apb", "per1_bch";
194f126890aSEmmanuel Vadot			dmas = <&dma_apbh 0>;
195f126890aSEmmanuel Vadot			dma-names = "rx-tx";
196f126890aSEmmanuel Vadot			status = "disabled";
197f126890aSEmmanuel Vadot		};
198f126890aSEmmanuel Vadot
199f126890aSEmmanuel Vadot		aips1: bus@2000000 {
200f126890aSEmmanuel Vadot			compatible = "fsl,aips-bus", "simple-bus";
201f126890aSEmmanuel Vadot			#address-cells = <1>;
202f126890aSEmmanuel Vadot			#size-cells = <1>;
203f126890aSEmmanuel Vadot			reg = <0x02000000 0x100000>;
204f126890aSEmmanuel Vadot			ranges;
205f126890aSEmmanuel Vadot
206f126890aSEmmanuel Vadot			spba-bus@2000000 {
207f126890aSEmmanuel Vadot				compatible = "fsl,spba-bus", "simple-bus";
208f126890aSEmmanuel Vadot				#address-cells = <1>;
209f126890aSEmmanuel Vadot				#size-cells = <1>;
210f126890aSEmmanuel Vadot				reg = <0x02000000 0x40000>;
211f126890aSEmmanuel Vadot				ranges;
212f126890aSEmmanuel Vadot
213f126890aSEmmanuel Vadot				ecspi1: spi@2008000 {
214f126890aSEmmanuel Vadot					#address-cells = <1>;
215f126890aSEmmanuel Vadot					#size-cells = <0>;
216f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";
217f126890aSEmmanuel Vadot					reg = <0x02008000 0x4000>;
218f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
219f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_ECSPI1>,
220f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_ECSPI1>;
221f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
222f126890aSEmmanuel Vadot					dmas = <&sdma 3 7 1>, <&sdma 4 7 2>;
223f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
224f126890aSEmmanuel Vadot					status = "disabled";
225f126890aSEmmanuel Vadot				};
226f126890aSEmmanuel Vadot
227f126890aSEmmanuel Vadot				ecspi2: spi@200c000 {
228f126890aSEmmanuel Vadot					#address-cells = <1>;
229f126890aSEmmanuel Vadot					#size-cells = <0>;
230f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";
231f126890aSEmmanuel Vadot					reg = <0x0200c000 0x4000>;
232f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
233f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_ECSPI2>,
234f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_ECSPI2>;
235f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
236f126890aSEmmanuel Vadot					dmas = <&sdma 5 7 1>, <&sdma 6 7 2>;
237f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
238f126890aSEmmanuel Vadot					status = "disabled";
239f126890aSEmmanuel Vadot				};
240f126890aSEmmanuel Vadot
241f126890aSEmmanuel Vadot				ecspi3: spi@2010000 {
242f126890aSEmmanuel Vadot					#address-cells = <1>;
243f126890aSEmmanuel Vadot					#size-cells = <0>;
244f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";
245f126890aSEmmanuel Vadot					reg = <0x02010000 0x4000>;
246f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
247f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_ECSPI3>,
248f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_ECSPI3>;
249f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
250f126890aSEmmanuel Vadot					dmas = <&sdma 7 7 1>, <&sdma 8 7 2>;
251f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
252f126890aSEmmanuel Vadot					status = "disabled";
253f126890aSEmmanuel Vadot				};
254f126890aSEmmanuel Vadot
255f126890aSEmmanuel Vadot				ecspi4: spi@2014000 {
256f126890aSEmmanuel Vadot					#address-cells = <1>;
257f126890aSEmmanuel Vadot					#size-cells = <0>;
258f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";
259f126890aSEmmanuel Vadot					reg = <0x02014000 0x4000>;
260f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
261f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_ECSPI4>,
262f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_ECSPI4>;
263f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
264f126890aSEmmanuel Vadot					dmas = <&sdma 9 7 1>, <&sdma 10 7 2>;
265f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
266f126890aSEmmanuel Vadot					status = "disabled";
267f126890aSEmmanuel Vadot				};
268f126890aSEmmanuel Vadot
269f126890aSEmmanuel Vadot				uart7: serial@2018000 {
270f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-uart",
271f126890aSEmmanuel Vadot						     "fsl,imx6q-uart";
272f126890aSEmmanuel Vadot					reg = <0x02018000 0x4000>;
273f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
274f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_UART7_IPG>,
275f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_UART7_SERIAL>;
276f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
277f126890aSEmmanuel Vadot					status = "disabled";
278f126890aSEmmanuel Vadot				};
279f126890aSEmmanuel Vadot
280f126890aSEmmanuel Vadot				uart1: serial@2020000 {
281f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-uart",
282f126890aSEmmanuel Vadot						     "fsl,imx6q-uart";
283f126890aSEmmanuel Vadot					reg = <0x02020000 0x4000>;
284f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
285f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_UART1_IPG>,
286f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_UART1_SERIAL>;
287f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
288f126890aSEmmanuel Vadot					status = "disabled";
289f126890aSEmmanuel Vadot				};
290f126890aSEmmanuel Vadot
291f126890aSEmmanuel Vadot				uart8: serial@2024000 {
292f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-uart",
293f126890aSEmmanuel Vadot						     "fsl,imx6q-uart";
294f126890aSEmmanuel Vadot					reg = <0x02024000 0x4000>;
295f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
296f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_UART8_IPG>,
297f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_UART8_SERIAL>;
298f126890aSEmmanuel Vadot					clock-names = "ipg", "per";
299f126890aSEmmanuel Vadot					status = "disabled";
300f126890aSEmmanuel Vadot				};
301f126890aSEmmanuel Vadot
302f126890aSEmmanuel Vadot				sai1: sai@2028000 {
303f126890aSEmmanuel Vadot					#sound-dai-cells = <0>;
304f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-sai", "fsl,imx6sx-sai";
305f126890aSEmmanuel Vadot					reg = <0x02028000 0x4000>;
306f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
307f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_SAI1_IPG>,
308f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_SAI1>,
309f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_DUMMY>, <&clks IMX6UL_CLK_DUMMY>;
310f126890aSEmmanuel Vadot					clock-names = "bus", "mclk1", "mclk2", "mclk3";
311f126890aSEmmanuel Vadot					dmas = <&sdma 35 24 0>,
312f126890aSEmmanuel Vadot					       <&sdma 36 24 0>;
313f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
314f126890aSEmmanuel Vadot					status = "disabled";
315f126890aSEmmanuel Vadot				};
316f126890aSEmmanuel Vadot
317f126890aSEmmanuel Vadot				sai2: sai@202c000 {
318f126890aSEmmanuel Vadot					#sound-dai-cells = <0>;
319f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-sai", "fsl,imx6sx-sai";
320f126890aSEmmanuel Vadot					reg = <0x0202c000 0x4000>;
321f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
322f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_SAI2_IPG>,
323f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_SAI2>,
324f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_DUMMY>, <&clks IMX6UL_CLK_DUMMY>;
325f126890aSEmmanuel Vadot					clock-names = "bus", "mclk1", "mclk2", "mclk3";
326f126890aSEmmanuel Vadot					dmas = <&sdma 37 24 0>,
327f126890aSEmmanuel Vadot					       <&sdma 38 24 0>;
328f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
329f126890aSEmmanuel Vadot					status = "disabled";
330f126890aSEmmanuel Vadot				};
331f126890aSEmmanuel Vadot
332f126890aSEmmanuel Vadot				sai3: sai@2030000 {
333f126890aSEmmanuel Vadot					#sound-dai-cells = <0>;
334f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-sai", "fsl,imx6sx-sai";
335f126890aSEmmanuel Vadot					reg = <0x02030000 0x4000>;
336f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
337f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_SAI3_IPG>,
338f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_SAI3>,
339f126890aSEmmanuel Vadot						 <&clks IMX6UL_CLK_DUMMY>, <&clks IMX6UL_CLK_DUMMY>;
340f126890aSEmmanuel Vadot					clock-names = "bus", "mclk1", "mclk2", "mclk3";
341f126890aSEmmanuel Vadot					dmas = <&sdma 39 24 0>,
342f126890aSEmmanuel Vadot					       <&sdma 40 24 0>;
343f126890aSEmmanuel Vadot					dma-names = "rx", "tx";
344f126890aSEmmanuel Vadot					status = "disabled";
345f126890aSEmmanuel Vadot				};
346f126890aSEmmanuel Vadot
347f126890aSEmmanuel Vadot				asrc: asrc@2034000 {
348f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-asrc", "fsl,imx53-asrc";
349f126890aSEmmanuel Vadot					reg = <0x2034000 0x4000>;
350f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
351f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_ASRC_IPG>,
352f126890aSEmmanuel Vadot						<&clks IMX6UL_CLK_ASRC_MEM>, <&clks 0>,
353f126890aSEmmanuel Vadot						<&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
354f126890aSEmmanuel Vadot						<&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
355f126890aSEmmanuel Vadot						<&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
356f126890aSEmmanuel Vadot						<&clks IMX6UL_CLK_SPDIF>, <&clks 0>, <&clks 0>,
357f126890aSEmmanuel Vadot						<&clks IMX6UL_CLK_SPBA>;
358f126890aSEmmanuel Vadot					clock-names = "mem", "ipg", "asrck_0",
359f126890aSEmmanuel Vadot						"asrck_1", "asrck_2", "asrck_3", "asrck_4",
360f126890aSEmmanuel Vadot						"asrck_5", "asrck_6", "asrck_7", "asrck_8",
361f126890aSEmmanuel Vadot						"asrck_9", "asrck_a", "asrck_b", "asrck_c",
362f126890aSEmmanuel Vadot						"asrck_d", "asrck_e", "asrck_f", "spba";
363f126890aSEmmanuel Vadot					dmas = <&sdma 17 23 1>, <&sdma 18 23 1>, <&sdma 19 23 1>,
364f126890aSEmmanuel Vadot						<&sdma 20 23 1>, <&sdma 21 23 1>, <&sdma 22 23 1>;
365f126890aSEmmanuel Vadot					dma-names = "rxa", "rxb", "rxc",
366f126890aSEmmanuel Vadot						    "txa", "txb", "txc";
367f126890aSEmmanuel Vadot					fsl,asrc-rate  = <48000>;
368f126890aSEmmanuel Vadot					fsl,asrc-width = <16>;
369f126890aSEmmanuel Vadot					status = "okay";
370f126890aSEmmanuel Vadot				};
371f126890aSEmmanuel Vadot			};
372f126890aSEmmanuel Vadot
373f126890aSEmmanuel Vadot			tsc: tsc@2040000 {
374f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-tsc";
375f126890aSEmmanuel Vadot				reg = <0x02040000 0x4000>, <0x0219c000 0x4000>;
376f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
377f126890aSEmmanuel Vadot					     <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
378f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_IPG>,
379f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_ADC2>;
380f126890aSEmmanuel Vadot				clock-names = "tsc", "adc";
381f126890aSEmmanuel Vadot				status = "disabled";
382f126890aSEmmanuel Vadot			};
383f126890aSEmmanuel Vadot
384f126890aSEmmanuel Vadot			pwm1: pwm@2080000 {
385f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
386f126890aSEmmanuel Vadot				reg = <0x02080000 0x4000>;
387f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
388f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM1>,
389f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM1>;
390f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
391f126890aSEmmanuel Vadot				#pwm-cells = <3>;
392f126890aSEmmanuel Vadot				status = "disabled";
393f126890aSEmmanuel Vadot			};
394f126890aSEmmanuel Vadot
395f126890aSEmmanuel Vadot			pwm2: pwm@2084000 {
396f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
397f126890aSEmmanuel Vadot				reg = <0x02084000 0x4000>;
398f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
399f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM2>,
400f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM2>;
401f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
402f126890aSEmmanuel Vadot				#pwm-cells = <3>;
403f126890aSEmmanuel Vadot				status = "disabled";
404f126890aSEmmanuel Vadot			};
405f126890aSEmmanuel Vadot
406f126890aSEmmanuel Vadot			pwm3: pwm@2088000 {
407f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
408f126890aSEmmanuel Vadot				reg = <0x02088000 0x4000>;
409f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
410f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM3>,
411f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM3>;
412f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
413f126890aSEmmanuel Vadot				#pwm-cells = <3>;
414f126890aSEmmanuel Vadot				status = "disabled";
415f126890aSEmmanuel Vadot			};
416f126890aSEmmanuel Vadot
417f126890aSEmmanuel Vadot			pwm4: pwm@208c000 {
418f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
419f126890aSEmmanuel Vadot				reg = <0x0208c000 0x4000>;
420f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
421f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM4>,
422f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM4>;
423f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
424f126890aSEmmanuel Vadot				#pwm-cells = <3>;
425f126890aSEmmanuel Vadot				status = "disabled";
426f126890aSEmmanuel Vadot			};
427f126890aSEmmanuel Vadot
428f126890aSEmmanuel Vadot			can1: can@2090000 {
429f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-flexcan", "fsl,imx6q-flexcan";
430f126890aSEmmanuel Vadot				reg = <0x02090000 0x4000>;
431f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
432f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_CAN1_IPG>,
433f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_CAN1_SERIAL>;
434f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
435f126890aSEmmanuel Vadot				fsl,stop-mode = <&gpr 0x10 1>;
436f126890aSEmmanuel Vadot				status = "disabled";
437f126890aSEmmanuel Vadot			};
438f126890aSEmmanuel Vadot
439f126890aSEmmanuel Vadot			can2: can@2094000 {
440f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-flexcan", "fsl,imx6q-flexcan";
441f126890aSEmmanuel Vadot				reg = <0x02094000 0x4000>;
442f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
443f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_CAN2_IPG>,
444f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_CAN2_SERIAL>;
445f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
446f126890aSEmmanuel Vadot				fsl,stop-mode = <&gpr 0x10 2>;
447f126890aSEmmanuel Vadot				status = "disabled";
448f126890aSEmmanuel Vadot			};
449f126890aSEmmanuel Vadot
450f126890aSEmmanuel Vadot			gpt1: timer@2098000 {
451f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt";
452f126890aSEmmanuel Vadot				reg = <0x02098000 0x4000>;
453f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
454f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_GPT1_BUS>,
455f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_GPT1_SERIAL>;
456f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
457f126890aSEmmanuel Vadot			};
458f126890aSEmmanuel Vadot
459f126890aSEmmanuel Vadot			gpio1: gpio@209c000 {
460f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-gpio", "fsl,imx35-gpio";
461f126890aSEmmanuel Vadot				reg = <0x0209c000 0x4000>;
462f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>,
463f126890aSEmmanuel Vadot					     <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
464f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_GPIO1>;
465f126890aSEmmanuel Vadot				gpio-controller;
466f126890aSEmmanuel Vadot				#gpio-cells = <2>;
467f126890aSEmmanuel Vadot				interrupt-controller;
468f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
469f126890aSEmmanuel Vadot				gpio-ranges = <&iomuxc  0 23 10>, <&iomuxc 10 17 6>,
470f126890aSEmmanuel Vadot					      <&iomuxc 16 33 16>;
471f126890aSEmmanuel Vadot			};
472f126890aSEmmanuel Vadot
473f126890aSEmmanuel Vadot			gpio2: gpio@20a0000 {
474f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-gpio", "fsl,imx35-gpio";
475f126890aSEmmanuel Vadot				reg = <0x020a0000 0x4000>;
476f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
477f126890aSEmmanuel Vadot					     <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
478f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_GPIO2>;
479f126890aSEmmanuel Vadot				gpio-controller;
480f126890aSEmmanuel Vadot				#gpio-cells = <2>;
481f126890aSEmmanuel Vadot				interrupt-controller;
482f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
483f126890aSEmmanuel Vadot				gpio-ranges = <&iomuxc 0 49 16>, <&iomuxc 16 111 6>;
484f126890aSEmmanuel Vadot			};
485f126890aSEmmanuel Vadot
486f126890aSEmmanuel Vadot			gpio3: gpio@20a4000 {
487f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-gpio", "fsl,imx35-gpio";
488f126890aSEmmanuel Vadot				reg = <0x020a4000 0x4000>;
489f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
490f126890aSEmmanuel Vadot					     <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
491f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_GPIO3>;
492f126890aSEmmanuel Vadot				gpio-controller;
493f126890aSEmmanuel Vadot				#gpio-cells = <2>;
494f126890aSEmmanuel Vadot				interrupt-controller;
495f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
496f126890aSEmmanuel Vadot				gpio-ranges = <&iomuxc 0 65 29>;
497f126890aSEmmanuel Vadot			};
498f126890aSEmmanuel Vadot
499f126890aSEmmanuel Vadot			gpio4: gpio@20a8000 {
500f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-gpio", "fsl,imx35-gpio";
501f126890aSEmmanuel Vadot				reg = <0x020a8000 0x4000>;
502f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
503f126890aSEmmanuel Vadot					     <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
504f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_GPIO4>;
505f126890aSEmmanuel Vadot				gpio-controller;
506f126890aSEmmanuel Vadot				#gpio-cells = <2>;
507f126890aSEmmanuel Vadot				interrupt-controller;
508f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
509f126890aSEmmanuel Vadot				gpio-ranges = <&iomuxc 0 94 17>, <&iomuxc 17 117 12>;
510f126890aSEmmanuel Vadot			};
511f126890aSEmmanuel Vadot
512f126890aSEmmanuel Vadot			gpio5: gpio@20ac000 {
513f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-gpio", "fsl,imx35-gpio";
514f126890aSEmmanuel Vadot				reg = <0x020ac000 0x4000>;
515f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
516f126890aSEmmanuel Vadot					     <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
517f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_GPIO5>;
518f126890aSEmmanuel Vadot				gpio-controller;
519f126890aSEmmanuel Vadot				#gpio-cells = <2>;
520f126890aSEmmanuel Vadot				interrupt-controller;
521f126890aSEmmanuel Vadot				#interrupt-cells = <2>;
522f126890aSEmmanuel Vadot				gpio-ranges = <&iomuxc 0 7 10>, <&iomuxc 10 5 2>;
523f126890aSEmmanuel Vadot			};
524f126890aSEmmanuel Vadot
525f126890aSEmmanuel Vadot			fec2: ethernet@20b4000 {
526f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-fec", "fsl,imx6q-fec";
527f126890aSEmmanuel Vadot				reg = <0x020b4000 0x4000>;
528f126890aSEmmanuel Vadot				interrupt-names = "int0", "pps";
529f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
530f126890aSEmmanuel Vadot					     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
531f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_ENET>,
532f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_ENET_AHB>,
533f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_ENET_PTP>,
534f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_ENET2_REF_SEL>;
535f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "ptp",
536f126890aSEmmanuel Vadot					      "enet_clk_ref";
537f126890aSEmmanuel Vadot				fsl,num-tx-queues = <1>;
538f126890aSEmmanuel Vadot				fsl,num-rx-queues = <1>;
539f126890aSEmmanuel Vadot				fsl,stop-mode = <&gpr 0x10 4>;
540f126890aSEmmanuel Vadot				fsl,magic-packet;
541f126890aSEmmanuel Vadot				status = "disabled";
542f126890aSEmmanuel Vadot			};
543f126890aSEmmanuel Vadot
544f126890aSEmmanuel Vadot			kpp: keypad@20b8000 {
545f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-kpp", "fsl,imx21-kpp";
546f126890aSEmmanuel Vadot				reg = <0x020b8000 0x4000>;
547f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
548f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_KPP>;
549f126890aSEmmanuel Vadot				status = "disabled";
550f126890aSEmmanuel Vadot			};
551f126890aSEmmanuel Vadot
552f126890aSEmmanuel Vadot			wdog1: watchdog@20bc000 {
553f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt";
554f126890aSEmmanuel Vadot				reg = <0x020bc000 0x4000>;
555f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
556f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_WDOG1>;
557f126890aSEmmanuel Vadot			};
558f126890aSEmmanuel Vadot
559f126890aSEmmanuel Vadot			wdog2: watchdog@20c0000 {
560f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt";
561f126890aSEmmanuel Vadot				reg = <0x020c0000 0x4000>;
562f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
563f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_WDOG2>;
564f126890aSEmmanuel Vadot				status = "disabled";
565f126890aSEmmanuel Vadot			};
566f126890aSEmmanuel Vadot
567f126890aSEmmanuel Vadot			clks: clock-controller@20c4000 {
568f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-ccm";
569f126890aSEmmanuel Vadot				reg = <0x020c4000 0x4000>;
570f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
571f126890aSEmmanuel Vadot					     <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
572f126890aSEmmanuel Vadot				#clock-cells = <1>;
573f126890aSEmmanuel Vadot				clocks = <&ckil>, <&osc>, <&ipp_di0>, <&ipp_di1>;
574f126890aSEmmanuel Vadot				clock-names = "ckil", "osc", "ipp_di0", "ipp_di1";
575f126890aSEmmanuel Vadot			};
576f126890aSEmmanuel Vadot
577f126890aSEmmanuel Vadot			anatop: anatop@20c8000 {
578f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-anatop", "fsl,imx6q-anatop",
579f126890aSEmmanuel Vadot					     "syscon", "simple-mfd";
580f126890aSEmmanuel Vadot				reg = <0x020c8000 0x1000>;
581f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>,
582f126890aSEmmanuel Vadot					     <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
583f126890aSEmmanuel Vadot					     <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
584f126890aSEmmanuel Vadot
585f126890aSEmmanuel Vadot				reg_3p0: regulator-3p0 {
586f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
587f126890aSEmmanuel Vadot					regulator-name = "vdd3p0";
588f126890aSEmmanuel Vadot					regulator-min-microvolt = <2625000>;
589f126890aSEmmanuel Vadot					regulator-max-microvolt = <3400000>;
590f126890aSEmmanuel Vadot					anatop-reg-offset = <0x120>;
591f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <8>;
592f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
593f126890aSEmmanuel Vadot					anatop-min-bit-val = <0>;
594f126890aSEmmanuel Vadot					anatop-min-voltage = <2625000>;
595f126890aSEmmanuel Vadot					anatop-max-voltage = <3400000>;
596f126890aSEmmanuel Vadot					anatop-enable-bit = <0>;
597f126890aSEmmanuel Vadot				};
598f126890aSEmmanuel Vadot
599f126890aSEmmanuel Vadot				reg_arm: regulator-vddcore {
600f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
601f126890aSEmmanuel Vadot					regulator-name = "cpu";
602f126890aSEmmanuel Vadot					regulator-min-microvolt = <725000>;
603f126890aSEmmanuel Vadot					regulator-max-microvolt = <1450000>;
604f126890aSEmmanuel Vadot					regulator-always-on;
605f126890aSEmmanuel Vadot					anatop-reg-offset = <0x140>;
606f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <0>;
607f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
608f126890aSEmmanuel Vadot					anatop-delay-reg-offset = <0x170>;
609f126890aSEmmanuel Vadot					anatop-delay-bit-shift = <24>;
610f126890aSEmmanuel Vadot					anatop-delay-bit-width = <2>;
611f126890aSEmmanuel Vadot					anatop-min-bit-val = <1>;
612f126890aSEmmanuel Vadot					anatop-min-voltage = <725000>;
613f126890aSEmmanuel Vadot					anatop-max-voltage = <1450000>;
614f126890aSEmmanuel Vadot				};
615f126890aSEmmanuel Vadot
616f126890aSEmmanuel Vadot				reg_soc: regulator-vddsoc {
617f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
618f126890aSEmmanuel Vadot					regulator-name = "vddsoc";
619f126890aSEmmanuel Vadot					regulator-min-microvolt = <725000>;
620f126890aSEmmanuel Vadot					regulator-max-microvolt = <1450000>;
621f126890aSEmmanuel Vadot					regulator-always-on;
622f126890aSEmmanuel Vadot					anatop-reg-offset = <0x140>;
623f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <18>;
624f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
625f126890aSEmmanuel Vadot					anatop-delay-reg-offset = <0x170>;
626f126890aSEmmanuel Vadot					anatop-delay-bit-shift = <28>;
627f126890aSEmmanuel Vadot					anatop-delay-bit-width = <2>;
628f126890aSEmmanuel Vadot					anatop-min-bit-val = <1>;
629f126890aSEmmanuel Vadot					anatop-min-voltage = <725000>;
630f126890aSEmmanuel Vadot					anatop-max-voltage = <1450000>;
631f126890aSEmmanuel Vadot				};
632f126890aSEmmanuel Vadot
633f126890aSEmmanuel Vadot				tempmon: tempmon {
634f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon";
635f126890aSEmmanuel Vadot					interrupt-parent = <&gpc>;
636f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
637f126890aSEmmanuel Vadot					fsl,tempmon = <&anatop>;
638f126890aSEmmanuel Vadot					nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
639f126890aSEmmanuel Vadot					nvmem-cell-names = "calib", "temp_grade";
640f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_PLL3_USB_OTG>;
641f126890aSEmmanuel Vadot				};
642f126890aSEmmanuel Vadot			};
643f126890aSEmmanuel Vadot
644f126890aSEmmanuel Vadot			usbphy1: usbphy@20c9000 {
645f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usbphy", "fsl,imx23-usbphy";
646f126890aSEmmanuel Vadot				reg = <0x020c9000 0x1000>;
647f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
648f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USBPHY1>;
649f126890aSEmmanuel Vadot				phy-3p0-supply = <&reg_3p0>;
650f126890aSEmmanuel Vadot				fsl,anatop = <&anatop>;
651f126890aSEmmanuel Vadot			};
652f126890aSEmmanuel Vadot
653f126890aSEmmanuel Vadot			usbphy2: usbphy@20ca000 {
654f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usbphy", "fsl,imx23-usbphy";
655f126890aSEmmanuel Vadot				reg = <0x020ca000 0x1000>;
656f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
657f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USBPHY2>;
658f126890aSEmmanuel Vadot				phy-3p0-supply = <&reg_3p0>;
659f126890aSEmmanuel Vadot				fsl,anatop = <&anatop>;
660f126890aSEmmanuel Vadot			};
661f126890aSEmmanuel Vadot
662f126890aSEmmanuel Vadot			snvs: snvs@20cc000 {
663f126890aSEmmanuel Vadot				compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
664f126890aSEmmanuel Vadot				reg = <0x020cc000 0x4000>;
665f126890aSEmmanuel Vadot
666f126890aSEmmanuel Vadot				snvs_rtc: snvs-rtc-lp {
667f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-mon-rtc-lp";
668f126890aSEmmanuel Vadot					regmap = <&snvs>;
669f126890aSEmmanuel Vadot					offset = <0x34>;
670f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
671f126890aSEmmanuel Vadot						     <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
672f126890aSEmmanuel Vadot				};
673f126890aSEmmanuel Vadot
674f126890aSEmmanuel Vadot				snvs_poweroff: snvs-poweroff {
675f126890aSEmmanuel Vadot					compatible = "syscon-poweroff";
676f126890aSEmmanuel Vadot					regmap = <&snvs>;
677f126890aSEmmanuel Vadot					offset = <0x38>;
678f126890aSEmmanuel Vadot					value = <0x60>;
679f126890aSEmmanuel Vadot					mask = <0x60>;
680f126890aSEmmanuel Vadot					status = "disabled";
681f126890aSEmmanuel Vadot				};
682f126890aSEmmanuel Vadot
683f126890aSEmmanuel Vadot				snvs_pwrkey: snvs-powerkey {
684f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-pwrkey";
685f126890aSEmmanuel Vadot					regmap = <&snvs>;
686f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
687f126890aSEmmanuel Vadot					linux,keycode = <KEY_POWER>;
688f126890aSEmmanuel Vadot					wakeup-source;
689f126890aSEmmanuel Vadot					status = "disabled";
690f126890aSEmmanuel Vadot				};
691f126890aSEmmanuel Vadot
692f126890aSEmmanuel Vadot				snvs_lpgpr: snvs-lpgpr {
693f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-snvs-lpgpr";
694f126890aSEmmanuel Vadot				};
695f126890aSEmmanuel Vadot			};
696f126890aSEmmanuel Vadot
697f126890aSEmmanuel Vadot			epit1: epit@20d0000 {
698f126890aSEmmanuel Vadot				reg = <0x020d0000 0x4000>;
699f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
700f126890aSEmmanuel Vadot			};
701f126890aSEmmanuel Vadot
702f126890aSEmmanuel Vadot			epit2: epit@20d4000 {
703f126890aSEmmanuel Vadot				reg = <0x020d4000 0x4000>;
704f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
705f126890aSEmmanuel Vadot			};
706f126890aSEmmanuel Vadot
707f126890aSEmmanuel Vadot			src: reset-controller@20d8000 {
708f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-src", "fsl,imx51-src";
709f126890aSEmmanuel Vadot				reg = <0x020d8000 0x4000>;
710f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,
711f126890aSEmmanuel Vadot					     <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
712f126890aSEmmanuel Vadot				#reset-cells = <1>;
713f126890aSEmmanuel Vadot			};
714f126890aSEmmanuel Vadot
715f126890aSEmmanuel Vadot			gpc: gpc@20dc000 {
716f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-gpc", "fsl,imx6q-gpc";
717f126890aSEmmanuel Vadot				reg = <0x020dc000 0x4000>;
718f126890aSEmmanuel Vadot				interrupt-controller;
719f126890aSEmmanuel Vadot				#interrupt-cells = <3>;
720f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
721f126890aSEmmanuel Vadot				interrupt-parent = <&intc>;
722f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_IPG>;
723f126890aSEmmanuel Vadot				clock-names = "ipg";
724f126890aSEmmanuel Vadot
725f126890aSEmmanuel Vadot				pgc {
726f126890aSEmmanuel Vadot					#address-cells = <1>;
727f126890aSEmmanuel Vadot					#size-cells = <0>;
728f126890aSEmmanuel Vadot
729f126890aSEmmanuel Vadot					power-domain@0 {
730f126890aSEmmanuel Vadot						reg = <0>;
731f126890aSEmmanuel Vadot						#power-domain-cells = <0>;
732f126890aSEmmanuel Vadot					};
733f126890aSEmmanuel Vadot				};
734f126890aSEmmanuel Vadot			};
735f126890aSEmmanuel Vadot
736f126890aSEmmanuel Vadot			iomuxc: pinctrl@20e0000 {
737f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-iomuxc";
738f126890aSEmmanuel Vadot				reg = <0x020e0000 0x4000>;
739f126890aSEmmanuel Vadot			};
740f126890aSEmmanuel Vadot
741f126890aSEmmanuel Vadot			gpr: iomuxc-gpr@20e4000 {
742f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-iomuxc-gpr",
743f126890aSEmmanuel Vadot					     "fsl,imx6q-iomuxc-gpr", "syscon";
744f126890aSEmmanuel Vadot				reg = <0x020e4000 0x4000>;
745f126890aSEmmanuel Vadot			};
746f126890aSEmmanuel Vadot
747f126890aSEmmanuel Vadot			gpt2: timer@20e8000 {
748f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt";
749f126890aSEmmanuel Vadot				reg = <0x020e8000 0x4000>;
750f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
751f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_GPT2_BUS>,
752f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_GPT2_SERIAL>;
753f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
754f126890aSEmmanuel Vadot				status = "disabled";
755f126890aSEmmanuel Vadot			};
756f126890aSEmmanuel Vadot
757f126890aSEmmanuel Vadot			sdma: dma-controller@20ec000 {
758f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-sdma", "fsl,imx6q-sdma",
759f126890aSEmmanuel Vadot					     "fsl,imx35-sdma";
760f126890aSEmmanuel Vadot				reg = <0x020ec000 0x4000>;
761f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
762f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_IPG>,
763f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_SDMA>;
764f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb";
765f126890aSEmmanuel Vadot				#dma-cells = <3>;
766f126890aSEmmanuel Vadot				fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
767f126890aSEmmanuel Vadot			};
768f126890aSEmmanuel Vadot
769f126890aSEmmanuel Vadot			pwm5: pwm@20f0000 {
770f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
771f126890aSEmmanuel Vadot				reg = <0x020f0000 0x4000>;
772f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
773f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM5>,
774f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM5>;
775f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
776f126890aSEmmanuel Vadot				#pwm-cells = <3>;
777f126890aSEmmanuel Vadot				status = "disabled";
778f126890aSEmmanuel Vadot			};
779f126890aSEmmanuel Vadot
780f126890aSEmmanuel Vadot			pwm6: pwm@20f4000 {
781f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
782f126890aSEmmanuel Vadot				reg = <0x020f4000 0x4000>;
783f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
784f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM6>,
785f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM6>;
786f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
787f126890aSEmmanuel Vadot				#pwm-cells = <3>;
788f126890aSEmmanuel Vadot				status = "disabled";
789f126890aSEmmanuel Vadot			};
790f126890aSEmmanuel Vadot
791f126890aSEmmanuel Vadot			pwm7: pwm@20f8000 {
792f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
793f126890aSEmmanuel Vadot				reg = <0x020f8000 0x4000>;
794f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
795f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM7>,
796f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM7>;
797f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
798f126890aSEmmanuel Vadot				#pwm-cells = <3>;
799f126890aSEmmanuel Vadot				status = "disabled";
800f126890aSEmmanuel Vadot			};
801f126890aSEmmanuel Vadot
802f126890aSEmmanuel Vadot			pwm8: pwm@20fc000 {
803f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
804f126890aSEmmanuel Vadot				reg = <0x020fc000 0x4000>;
805f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
806f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM8>,
807f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM8>;
808f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
809f126890aSEmmanuel Vadot				#pwm-cells = <3>;
810f126890aSEmmanuel Vadot				status = "disabled";
811f126890aSEmmanuel Vadot			};
812f126890aSEmmanuel Vadot		};
813f126890aSEmmanuel Vadot
814f126890aSEmmanuel Vadot		aips2: bus@2100000 {
815f126890aSEmmanuel Vadot			compatible = "fsl,aips-bus", "simple-bus";
816f126890aSEmmanuel Vadot			#address-cells = <1>;
817f126890aSEmmanuel Vadot			#size-cells = <1>;
818f126890aSEmmanuel Vadot			reg = <0x02100000 0x100000>;
819f126890aSEmmanuel Vadot			ranges;
820f126890aSEmmanuel Vadot
821f126890aSEmmanuel Vadot			crypto: crypto@2140000 {
822f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-caam", "fsl,sec-v4.0";
823f126890aSEmmanuel Vadot				#address-cells = <1>;
824f126890aSEmmanuel Vadot				#size-cells = <1>;
825f126890aSEmmanuel Vadot				reg = <0x2140000 0x3c000>;
826f126890aSEmmanuel Vadot				ranges = <0 0x2140000 0x3c000>;
827f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
828f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_CAAM_IPG>, <&clks IMX6UL_CLK_CAAM_ACLK>,
829f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_CAAM_MEM>;
830f126890aSEmmanuel Vadot				clock-names = "ipg", "aclk", "mem";
831f126890aSEmmanuel Vadot
832f126890aSEmmanuel Vadot				sec_jr0: jr@1000 {
833f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-job-ring";
834f126890aSEmmanuel Vadot					reg = <0x1000 0x1000>;
835f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
836f126890aSEmmanuel Vadot				};
837f126890aSEmmanuel Vadot
838f126890aSEmmanuel Vadot				sec_jr1: jr@2000 {
839f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-job-ring";
840f126890aSEmmanuel Vadot					reg = <0x2000 0x1000>;
841f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
842f126890aSEmmanuel Vadot				};
843f126890aSEmmanuel Vadot
844f126890aSEmmanuel Vadot				sec_jr2: jr@3000 {
845f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-job-ring";
846f126890aSEmmanuel Vadot					reg = <0x3000 0x1000>;
847f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
848f126890aSEmmanuel Vadot				};
849f126890aSEmmanuel Vadot			};
850f126890aSEmmanuel Vadot
851f126890aSEmmanuel Vadot			usbotg1: usb@2184000 {
852f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usb", "fsl,imx27-usb";
853f126890aSEmmanuel Vadot				reg = <0x02184000 0x200>;
854f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
855f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USBOH3>;
856f126890aSEmmanuel Vadot				fsl,usbphy = <&usbphy1>;
857f126890aSEmmanuel Vadot				fsl,usbmisc = <&usbmisc 0>;
858f126890aSEmmanuel Vadot				fsl,anatop = <&anatop>;
859f126890aSEmmanuel Vadot				ahb-burst-config = <0x0>;
860f126890aSEmmanuel Vadot				tx-burst-size-dword = <0x10>;
861f126890aSEmmanuel Vadot				rx-burst-size-dword = <0x10>;
862f126890aSEmmanuel Vadot				status = "disabled";
863f126890aSEmmanuel Vadot			};
864f126890aSEmmanuel Vadot
865f126890aSEmmanuel Vadot			usbotg2: usb@2184200 {
866f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usb", "fsl,imx27-usb";
867f126890aSEmmanuel Vadot				reg = <0x02184200 0x200>;
868f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
869f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USBOH3>;
870f126890aSEmmanuel Vadot				fsl,usbphy = <&usbphy2>;
871f126890aSEmmanuel Vadot				fsl,usbmisc = <&usbmisc 1>;
872f126890aSEmmanuel Vadot				ahb-burst-config = <0x0>;
873f126890aSEmmanuel Vadot				tx-burst-size-dword = <0x10>;
874f126890aSEmmanuel Vadot				rx-burst-size-dword = <0x10>;
875f126890aSEmmanuel Vadot				status = "disabled";
876f126890aSEmmanuel Vadot			};
877f126890aSEmmanuel Vadot
878f126890aSEmmanuel Vadot			usbmisc: usbmisc@2184800 {
879f126890aSEmmanuel Vadot				#index-cells = <1>;
880f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usbmisc", "fsl,imx6q-usbmisc";
881f126890aSEmmanuel Vadot				reg = <0x02184800 0x200>;
882f126890aSEmmanuel Vadot			};
883f126890aSEmmanuel Vadot
884f126890aSEmmanuel Vadot			fec1: ethernet@2188000 {
885f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-fec", "fsl,imx6q-fec";
886f126890aSEmmanuel Vadot				reg = <0x02188000 0x4000>;
887f126890aSEmmanuel Vadot				interrupt-names = "int0", "pps";
888f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
889f126890aSEmmanuel Vadot					     <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
890f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_ENET>,
891f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_ENET_AHB>,
892f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_ENET_PTP>,
893f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_ENET1_REF_SEL>;
894f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "ptp",
895f126890aSEmmanuel Vadot					      "enet_clk_ref";
896f126890aSEmmanuel Vadot				fsl,num-tx-queues = <1>;
897f126890aSEmmanuel Vadot				fsl,num-rx-queues = <1>;
898f126890aSEmmanuel Vadot				fsl,stop-mode = <&gpr 0x10 3>;
899f126890aSEmmanuel Vadot				fsl,magic-packet;
900f126890aSEmmanuel Vadot				status = "disabled";
901f126890aSEmmanuel Vadot			};
902f126890aSEmmanuel Vadot
903f126890aSEmmanuel Vadot			usdhc1: mmc@2190000 {
904f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usdhc", "fsl,imx6sx-usdhc";
905f126890aSEmmanuel Vadot				reg = <0x02190000 0x4000>;
906f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
907f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USDHC1>,
908f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_USDHC1>,
909f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_USDHC1>;
910f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "per";
911f126890aSEmmanuel Vadot				fsl,tuning-step = <2>;
912f126890aSEmmanuel Vadot				fsl,tuning-start-tap = <20>;
913f126890aSEmmanuel Vadot				bus-width = <4>;
914f126890aSEmmanuel Vadot				status = "disabled";
915f126890aSEmmanuel Vadot			};
916f126890aSEmmanuel Vadot
917f126890aSEmmanuel Vadot			usdhc2: mmc@2194000 {
918f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usdhc", "fsl,imx6sx-usdhc";
919f126890aSEmmanuel Vadot				reg = <0x02194000 0x4000>;
920f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
921f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USDHC2>,
922f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_USDHC2>,
923f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_USDHC2>;
924f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "per";
925f126890aSEmmanuel Vadot				bus-width = <4>;
926f126890aSEmmanuel Vadot				fsl,tuning-step = <2>;
927f126890aSEmmanuel Vadot				fsl,tuning-start-tap = <20>;
928f126890aSEmmanuel Vadot				status = "disabled";
929f126890aSEmmanuel Vadot			};
930f126890aSEmmanuel Vadot
931f126890aSEmmanuel Vadot			adc1: adc@2198000 {
932f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-adc", "fsl,vf610-adc";
933f126890aSEmmanuel Vadot				reg = <0x02198000 0x4000>;
934f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
935f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_ADC1>;
936f126890aSEmmanuel Vadot				clock-names = "adc";
937f126890aSEmmanuel Vadot				fsl,adck-max-frequency = <30000000>, <40000000>,
938f126890aSEmmanuel Vadot							 <20000000>;
939f126890aSEmmanuel Vadot				status = "disabled";
940f126890aSEmmanuel Vadot			};
941f126890aSEmmanuel Vadot
942f126890aSEmmanuel Vadot			i2c1: i2c@21a0000 {
943f126890aSEmmanuel Vadot				#address-cells = <1>;
944f126890aSEmmanuel Vadot				#size-cells = <0>;
945f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-i2c", "fsl,imx21-i2c";
946f126890aSEmmanuel Vadot				reg = <0x021a0000 0x4000>;
947f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
948f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_I2C1>;
949f126890aSEmmanuel Vadot				status = "disabled";
950f126890aSEmmanuel Vadot			};
951f126890aSEmmanuel Vadot
952f126890aSEmmanuel Vadot			i2c2: i2c@21a4000 {
953f126890aSEmmanuel Vadot				#address-cells = <1>;
954f126890aSEmmanuel Vadot				#size-cells = <0>;
955f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-i2c", "fsl,imx21-i2c";
956f126890aSEmmanuel Vadot				reg = <0x021a4000 0x4000>;
957f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
958f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_I2C2>;
959f126890aSEmmanuel Vadot				status = "disabled";
960f126890aSEmmanuel Vadot			};
961f126890aSEmmanuel Vadot
962f126890aSEmmanuel Vadot			i2c3: i2c@21a8000 {
963f126890aSEmmanuel Vadot				#address-cells = <1>;
964f126890aSEmmanuel Vadot				#size-cells = <0>;
965f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-i2c", "fsl,imx21-i2c";
966f126890aSEmmanuel Vadot				reg = <0x021a8000 0x4000>;
967f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
968f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_I2C3>;
969f126890aSEmmanuel Vadot				status = "disabled";
970f126890aSEmmanuel Vadot			};
971f126890aSEmmanuel Vadot
972f126890aSEmmanuel Vadot			memory-controller@21b0000 {
973f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-mmdc", "fsl,imx6q-mmdc";
974f126890aSEmmanuel Vadot				reg = <0x021b0000 0x4000>;
975f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_MMDC_P0_IPG>;
976f126890aSEmmanuel Vadot			};
977f126890aSEmmanuel Vadot
978f126890aSEmmanuel Vadot			weim: weim@21b8000 {
979f126890aSEmmanuel Vadot				#address-cells = <2>;
980f126890aSEmmanuel Vadot				#size-cells = <1>;
981f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-weim", "fsl,imx6q-weim";
982f126890aSEmmanuel Vadot				reg = <0x021b8000 0x4000>;
983f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
984f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_EIM>;
985f126890aSEmmanuel Vadot				fsl,weim-cs-gpr = <&gpr>;
986f126890aSEmmanuel Vadot				status = "disabled";
987f126890aSEmmanuel Vadot			};
988f126890aSEmmanuel Vadot
989f126890aSEmmanuel Vadot			ocotp: efuse@21bc000 {
990f126890aSEmmanuel Vadot				#address-cells = <1>;
991f126890aSEmmanuel Vadot				#size-cells = <1>;
992f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-ocotp", "syscon";
993f126890aSEmmanuel Vadot				reg = <0x021bc000 0x4000>;
994f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_OCOTP>;
995f126890aSEmmanuel Vadot
996f126890aSEmmanuel Vadot				tempmon_calib: calib@38 {
997f126890aSEmmanuel Vadot					reg = <0x38 4>;
998f126890aSEmmanuel Vadot				};
999f126890aSEmmanuel Vadot
1000f126890aSEmmanuel Vadot				tempmon_temp_grade: temp-grade@20 {
1001f126890aSEmmanuel Vadot					reg = <0x20 4>;
1002f126890aSEmmanuel Vadot				};
1003f126890aSEmmanuel Vadot
1004f126890aSEmmanuel Vadot				cpu_speed_grade: speed-grade@10 {
1005f126890aSEmmanuel Vadot					reg = <0x10 4>;
1006f126890aSEmmanuel Vadot				};
1007f126890aSEmmanuel Vadot			};
1008f126890aSEmmanuel Vadot
1009f126890aSEmmanuel Vadot			csi: csi@21c4000 {
1010f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-csi";
1011f126890aSEmmanuel Vadot				reg = <0x021c4000 0x4000>;
1012f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
1013f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_CSI>;
1014f126890aSEmmanuel Vadot				clock-names = "mclk";
1015f126890aSEmmanuel Vadot				status = "disabled";
1016f126890aSEmmanuel Vadot			};
1017f126890aSEmmanuel Vadot
1018f126890aSEmmanuel Vadot			lcdif: lcdif@21c8000 {
1019f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-lcdif", "fsl,imx6sx-lcdif";
1020f126890aSEmmanuel Vadot				reg = <0x021c8000 0x4000>;
1021f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
1022f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_LCDIF_PIX>,
1023f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_LCDIF_APB>,
1024f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_DUMMY>;
1025f126890aSEmmanuel Vadot				clock-names = "pix", "axi", "disp_axi";
1026f126890aSEmmanuel Vadot				status = "disabled";
1027f126890aSEmmanuel Vadot			};
1028f126890aSEmmanuel Vadot
1029f126890aSEmmanuel Vadot			pxp: pxp@21cc000 {
1030f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pxp";
1031f126890aSEmmanuel Vadot				reg = <0x021cc000 0x4000>;
1032f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
1033f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PXP>;
1034f126890aSEmmanuel Vadot				clock-names = "axi";
1035f126890aSEmmanuel Vadot			};
1036f126890aSEmmanuel Vadot
1037f126890aSEmmanuel Vadot			qspi: spi@21e0000 {
1038f126890aSEmmanuel Vadot				#address-cells = <1>;
1039f126890aSEmmanuel Vadot				#size-cells = <0>;
1040f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-qspi";
1041f126890aSEmmanuel Vadot				reg = <0x021e0000 0x4000>, <0x60000000 0x10000000>;
1042f126890aSEmmanuel Vadot				reg-names = "QuadSPI", "QuadSPI-memory";
1043f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
1044f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_QSPI>,
1045f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_QSPI>;
1046f126890aSEmmanuel Vadot				clock-names = "qspi_en", "qspi";
1047f126890aSEmmanuel Vadot				status = "disabled";
1048f126890aSEmmanuel Vadot			};
1049f126890aSEmmanuel Vadot
1050f126890aSEmmanuel Vadot			wdog3: watchdog@21e4000 {
1051f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt";
1052f126890aSEmmanuel Vadot				reg = <0x021e4000 0x4000>;
1053f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
1054f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_WDOG3>;
1055f126890aSEmmanuel Vadot				status = "disabled";
1056f126890aSEmmanuel Vadot			};
1057f126890aSEmmanuel Vadot
1058f126890aSEmmanuel Vadot			uart2: serial@21e8000 {
1059f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-uart",
1060f126890aSEmmanuel Vadot					     "fsl,imx6q-uart";
1061f126890aSEmmanuel Vadot				reg = <0x021e8000 0x4000>;
1062f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
1063f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_UART2_IPG>,
1064f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_UART2_SERIAL>;
1065f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1066f126890aSEmmanuel Vadot				status = "disabled";
1067f126890aSEmmanuel Vadot			};
1068f126890aSEmmanuel Vadot
1069f126890aSEmmanuel Vadot			uart3: serial@21ec000 {
1070f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-uart",
1071f126890aSEmmanuel Vadot					     "fsl,imx6q-uart";
1072f126890aSEmmanuel Vadot				reg = <0x021ec000 0x4000>;
1073f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
1074f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_UART3_IPG>,
1075f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_UART3_SERIAL>;
1076f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1077f126890aSEmmanuel Vadot				status = "disabled";
1078f126890aSEmmanuel Vadot			};
1079f126890aSEmmanuel Vadot
1080f126890aSEmmanuel Vadot			uart4: serial@21f0000 {
1081f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-uart",
1082f126890aSEmmanuel Vadot					     "fsl,imx6q-uart";
1083f126890aSEmmanuel Vadot				reg = <0x021f0000 0x4000>;
1084f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
1085f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_UART4_IPG>,
1086f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_UART4_SERIAL>;
1087f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1088f126890aSEmmanuel Vadot				status = "disabled";
1089f126890aSEmmanuel Vadot			};
1090f126890aSEmmanuel Vadot
1091f126890aSEmmanuel Vadot			uart5: serial@21f4000 {
1092f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-uart",
1093f126890aSEmmanuel Vadot					     "fsl,imx6q-uart";
1094f126890aSEmmanuel Vadot				reg = <0x021f4000 0x4000>;
1095f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
1096f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_UART5_IPG>,
1097f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_UART5_SERIAL>;
1098f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1099f126890aSEmmanuel Vadot				status = "disabled";
1100f126890aSEmmanuel Vadot			};
1101f126890aSEmmanuel Vadot
1102f126890aSEmmanuel Vadot			i2c4: i2c@21f8000 {
1103f126890aSEmmanuel Vadot				#address-cells = <1>;
1104f126890aSEmmanuel Vadot				#size-cells = <0>;
1105f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-i2c", "fsl,imx21-i2c";
1106f126890aSEmmanuel Vadot				reg = <0x021f8000 0x4000>;
1107f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
1108f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_I2C4>;
1109f126890aSEmmanuel Vadot				status = "disabled";
1110f126890aSEmmanuel Vadot			};
1111f126890aSEmmanuel Vadot
1112f126890aSEmmanuel Vadot			uart6: serial@21fc000 {
1113f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-uart",
1114f126890aSEmmanuel Vadot					     "fsl,imx6q-uart";
1115f126890aSEmmanuel Vadot				reg = <0x021fc000 0x4000>;
1116f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
1117f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_UART6_IPG>,
1118f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_UART6_SERIAL>;
1119f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1120f126890aSEmmanuel Vadot				status = "disabled";
1121f126890aSEmmanuel Vadot			};
1122f126890aSEmmanuel Vadot		};
1123f126890aSEmmanuel Vadot	};
1124f126890aSEmmanuel Vadot};
1125