xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul.dtsi (revision 01950c46b8155250f64374fb72fc11faa44bf099)
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>;
182aa1a8ff2SEmmanuel 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
373*01950c46SEmmanuel Vadot			tsc: touchscreen@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;
541*01950c46SEmmanuel Vadot				nvmem-cells = <&fec2_mac_addr>;
542*01950c46SEmmanuel Vadot				nvmem-cell-names = "mac-address";
543f126890aSEmmanuel Vadot				status = "disabled";
544f126890aSEmmanuel Vadot			};
545f126890aSEmmanuel Vadot
546f126890aSEmmanuel Vadot			kpp: keypad@20b8000 {
547f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-kpp", "fsl,imx21-kpp";
548f126890aSEmmanuel Vadot				reg = <0x020b8000 0x4000>;
549f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
550f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_KPP>;
551f126890aSEmmanuel Vadot				status = "disabled";
552f126890aSEmmanuel Vadot			};
553f126890aSEmmanuel Vadot
554f126890aSEmmanuel Vadot			wdog1: watchdog@20bc000 {
555f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt";
556f126890aSEmmanuel Vadot				reg = <0x020bc000 0x4000>;
557f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
558f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_WDOG1>;
559f126890aSEmmanuel Vadot			};
560f126890aSEmmanuel Vadot
561f126890aSEmmanuel Vadot			wdog2: watchdog@20c0000 {
562f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt";
563f126890aSEmmanuel Vadot				reg = <0x020c0000 0x4000>;
564f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
565f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_WDOG2>;
566f126890aSEmmanuel Vadot				status = "disabled";
567f126890aSEmmanuel Vadot			};
568f126890aSEmmanuel Vadot
569f126890aSEmmanuel Vadot			clks: clock-controller@20c4000 {
570f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-ccm";
571f126890aSEmmanuel Vadot				reg = <0x020c4000 0x4000>;
572f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
573f126890aSEmmanuel Vadot					     <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
574f126890aSEmmanuel Vadot				#clock-cells = <1>;
575f126890aSEmmanuel Vadot				clocks = <&ckil>, <&osc>, <&ipp_di0>, <&ipp_di1>;
576f126890aSEmmanuel Vadot				clock-names = "ckil", "osc", "ipp_di0", "ipp_di1";
577f126890aSEmmanuel Vadot			};
578f126890aSEmmanuel Vadot
579f126890aSEmmanuel Vadot			anatop: anatop@20c8000 {
580f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-anatop", "fsl,imx6q-anatop",
581f126890aSEmmanuel Vadot					     "syscon", "simple-mfd";
582f126890aSEmmanuel Vadot				reg = <0x020c8000 0x1000>;
583f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>,
584f126890aSEmmanuel Vadot					     <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
585f126890aSEmmanuel Vadot					     <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
586f126890aSEmmanuel Vadot
587f126890aSEmmanuel Vadot				reg_3p0: regulator-3p0 {
588f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
589f126890aSEmmanuel Vadot					regulator-name = "vdd3p0";
590f126890aSEmmanuel Vadot					regulator-min-microvolt = <2625000>;
591f126890aSEmmanuel Vadot					regulator-max-microvolt = <3400000>;
592f126890aSEmmanuel Vadot					anatop-reg-offset = <0x120>;
593f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <8>;
594f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
595f126890aSEmmanuel Vadot					anatop-min-bit-val = <0>;
596f126890aSEmmanuel Vadot					anatop-min-voltage = <2625000>;
597f126890aSEmmanuel Vadot					anatop-max-voltage = <3400000>;
598f126890aSEmmanuel Vadot					anatop-enable-bit = <0>;
599f126890aSEmmanuel Vadot				};
600f126890aSEmmanuel Vadot
601f126890aSEmmanuel Vadot				reg_arm: regulator-vddcore {
602f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
603f126890aSEmmanuel Vadot					regulator-name = "cpu";
604f126890aSEmmanuel Vadot					regulator-min-microvolt = <725000>;
605f126890aSEmmanuel Vadot					regulator-max-microvolt = <1450000>;
606f126890aSEmmanuel Vadot					regulator-always-on;
607f126890aSEmmanuel Vadot					anatop-reg-offset = <0x140>;
608f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <0>;
609f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
610f126890aSEmmanuel Vadot					anatop-delay-reg-offset = <0x170>;
611f126890aSEmmanuel Vadot					anatop-delay-bit-shift = <24>;
612f126890aSEmmanuel Vadot					anatop-delay-bit-width = <2>;
613f126890aSEmmanuel Vadot					anatop-min-bit-val = <1>;
614f126890aSEmmanuel Vadot					anatop-min-voltage = <725000>;
615f126890aSEmmanuel Vadot					anatop-max-voltage = <1450000>;
616f126890aSEmmanuel Vadot				};
617f126890aSEmmanuel Vadot
618f126890aSEmmanuel Vadot				reg_soc: regulator-vddsoc {
619f126890aSEmmanuel Vadot					compatible = "fsl,anatop-regulator";
620f126890aSEmmanuel Vadot					regulator-name = "vddsoc";
621f126890aSEmmanuel Vadot					regulator-min-microvolt = <725000>;
622f126890aSEmmanuel Vadot					regulator-max-microvolt = <1450000>;
623f126890aSEmmanuel Vadot					regulator-always-on;
624f126890aSEmmanuel Vadot					anatop-reg-offset = <0x140>;
625f126890aSEmmanuel Vadot					anatop-vol-bit-shift = <18>;
626f126890aSEmmanuel Vadot					anatop-vol-bit-width = <5>;
627f126890aSEmmanuel Vadot					anatop-delay-reg-offset = <0x170>;
628f126890aSEmmanuel Vadot					anatop-delay-bit-shift = <28>;
629f126890aSEmmanuel Vadot					anatop-delay-bit-width = <2>;
630f126890aSEmmanuel Vadot					anatop-min-bit-val = <1>;
631f126890aSEmmanuel Vadot					anatop-min-voltage = <725000>;
632f126890aSEmmanuel Vadot					anatop-max-voltage = <1450000>;
633f126890aSEmmanuel Vadot				};
634f126890aSEmmanuel Vadot
635f126890aSEmmanuel Vadot				tempmon: tempmon {
636f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon";
637f126890aSEmmanuel Vadot					interrupt-parent = <&gpc>;
638f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
639f126890aSEmmanuel Vadot					fsl,tempmon = <&anatop>;
640f126890aSEmmanuel Vadot					nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
641f126890aSEmmanuel Vadot					nvmem-cell-names = "calib", "temp_grade";
642f126890aSEmmanuel Vadot					clocks = <&clks IMX6UL_CLK_PLL3_USB_OTG>;
643*01950c46SEmmanuel Vadot					#thermal-sensor-cells = <0>;
644f126890aSEmmanuel Vadot				};
645f126890aSEmmanuel Vadot			};
646f126890aSEmmanuel Vadot
647f126890aSEmmanuel Vadot			usbphy1: usbphy@20c9000 {
648f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usbphy", "fsl,imx23-usbphy";
649f126890aSEmmanuel Vadot				reg = <0x020c9000 0x1000>;
650f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
651f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USBPHY1>;
652f126890aSEmmanuel Vadot				phy-3p0-supply = <&reg_3p0>;
653f126890aSEmmanuel Vadot				fsl,anatop = <&anatop>;
654f126890aSEmmanuel Vadot			};
655f126890aSEmmanuel Vadot
656f126890aSEmmanuel Vadot			usbphy2: usbphy@20ca000 {
657f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usbphy", "fsl,imx23-usbphy";
658f126890aSEmmanuel Vadot				reg = <0x020ca000 0x1000>;
659f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
660f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USBPHY2>;
661f126890aSEmmanuel Vadot				phy-3p0-supply = <&reg_3p0>;
662f126890aSEmmanuel Vadot				fsl,anatop = <&anatop>;
663f126890aSEmmanuel Vadot			};
664f126890aSEmmanuel Vadot
665f126890aSEmmanuel Vadot			snvs: snvs@20cc000 {
666f126890aSEmmanuel Vadot				compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
667f126890aSEmmanuel Vadot				reg = <0x020cc000 0x4000>;
668f126890aSEmmanuel Vadot
669f126890aSEmmanuel Vadot				snvs_rtc: snvs-rtc-lp {
670f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-mon-rtc-lp";
671f126890aSEmmanuel Vadot					regmap = <&snvs>;
672f126890aSEmmanuel Vadot					offset = <0x34>;
673f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
674f126890aSEmmanuel Vadot						     <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
675f126890aSEmmanuel Vadot				};
676f126890aSEmmanuel Vadot
677f126890aSEmmanuel Vadot				snvs_poweroff: snvs-poweroff {
678f126890aSEmmanuel Vadot					compatible = "syscon-poweroff";
679f126890aSEmmanuel Vadot					regmap = <&snvs>;
680f126890aSEmmanuel Vadot					offset = <0x38>;
681f126890aSEmmanuel Vadot					value = <0x60>;
682f126890aSEmmanuel Vadot					mask = <0x60>;
683f126890aSEmmanuel Vadot					status = "disabled";
684f126890aSEmmanuel Vadot				};
685f126890aSEmmanuel Vadot
686f126890aSEmmanuel Vadot				snvs_pwrkey: snvs-powerkey {
687f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-pwrkey";
688f126890aSEmmanuel Vadot					regmap = <&snvs>;
689f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
690f126890aSEmmanuel Vadot					linux,keycode = <KEY_POWER>;
691f126890aSEmmanuel Vadot					wakeup-source;
692f126890aSEmmanuel Vadot					status = "disabled";
693f126890aSEmmanuel Vadot				};
694f126890aSEmmanuel Vadot
695f126890aSEmmanuel Vadot				snvs_lpgpr: snvs-lpgpr {
696f126890aSEmmanuel Vadot					compatible = "fsl,imx6ul-snvs-lpgpr";
697f126890aSEmmanuel Vadot				};
698f126890aSEmmanuel Vadot			};
699f126890aSEmmanuel Vadot
700f126890aSEmmanuel Vadot			epit1: epit@20d0000 {
701f126890aSEmmanuel Vadot				reg = <0x020d0000 0x4000>;
702f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
703f126890aSEmmanuel Vadot			};
704f126890aSEmmanuel Vadot
705f126890aSEmmanuel Vadot			epit2: epit@20d4000 {
706f126890aSEmmanuel Vadot				reg = <0x020d4000 0x4000>;
707f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
708f126890aSEmmanuel Vadot			};
709f126890aSEmmanuel Vadot
710f126890aSEmmanuel Vadot			src: reset-controller@20d8000 {
711f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-src", "fsl,imx51-src";
712f126890aSEmmanuel Vadot				reg = <0x020d8000 0x4000>;
713f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,
714f126890aSEmmanuel Vadot					     <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
715f126890aSEmmanuel Vadot				#reset-cells = <1>;
716f126890aSEmmanuel Vadot			};
717f126890aSEmmanuel Vadot
718f126890aSEmmanuel Vadot			gpc: gpc@20dc000 {
719f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-gpc", "fsl,imx6q-gpc";
720f126890aSEmmanuel Vadot				reg = <0x020dc000 0x4000>;
721f126890aSEmmanuel Vadot				interrupt-controller;
722f126890aSEmmanuel Vadot				#interrupt-cells = <3>;
723f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
724f126890aSEmmanuel Vadot				interrupt-parent = <&intc>;
725f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_IPG>;
726f126890aSEmmanuel Vadot				clock-names = "ipg";
727f126890aSEmmanuel Vadot
728f126890aSEmmanuel Vadot				pgc {
729f126890aSEmmanuel Vadot					#address-cells = <1>;
730f126890aSEmmanuel Vadot					#size-cells = <0>;
731f126890aSEmmanuel Vadot
732f126890aSEmmanuel Vadot					power-domain@0 {
733f126890aSEmmanuel Vadot						reg = <0>;
734f126890aSEmmanuel Vadot						#power-domain-cells = <0>;
735f126890aSEmmanuel Vadot					};
736f126890aSEmmanuel Vadot				};
737f126890aSEmmanuel Vadot			};
738f126890aSEmmanuel Vadot
739f126890aSEmmanuel Vadot			iomuxc: pinctrl@20e0000 {
740f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-iomuxc";
741f126890aSEmmanuel Vadot				reg = <0x020e0000 0x4000>;
742f126890aSEmmanuel Vadot			};
743f126890aSEmmanuel Vadot
744f126890aSEmmanuel Vadot			gpr: iomuxc-gpr@20e4000 {
745f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-iomuxc-gpr",
746f126890aSEmmanuel Vadot					     "fsl,imx6q-iomuxc-gpr", "syscon";
747f126890aSEmmanuel Vadot				reg = <0x020e4000 0x4000>;
748f126890aSEmmanuel Vadot			};
749f126890aSEmmanuel Vadot
750f126890aSEmmanuel Vadot			gpt2: timer@20e8000 {
751f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt";
752f126890aSEmmanuel Vadot				reg = <0x020e8000 0x4000>;
753f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
754f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_GPT2_BUS>,
755f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_GPT2_SERIAL>;
756f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
757f126890aSEmmanuel Vadot				status = "disabled";
758f126890aSEmmanuel Vadot			};
759f126890aSEmmanuel Vadot
760f126890aSEmmanuel Vadot			sdma: dma-controller@20ec000 {
761f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-sdma", "fsl,imx6q-sdma",
762f126890aSEmmanuel Vadot					     "fsl,imx35-sdma";
763f126890aSEmmanuel Vadot				reg = <0x020ec000 0x4000>;
764f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
765f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_IPG>,
766f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_SDMA>;
767f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb";
768f126890aSEmmanuel Vadot				#dma-cells = <3>;
769f126890aSEmmanuel Vadot				fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
770f126890aSEmmanuel Vadot			};
771f126890aSEmmanuel Vadot
772f126890aSEmmanuel Vadot			pwm5: pwm@20f0000 {
773f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
774f126890aSEmmanuel Vadot				reg = <0x020f0000 0x4000>;
775f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
776f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM5>,
777f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM5>;
778f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
779f126890aSEmmanuel Vadot				#pwm-cells = <3>;
780f126890aSEmmanuel Vadot				status = "disabled";
781f126890aSEmmanuel Vadot			};
782f126890aSEmmanuel Vadot
783f126890aSEmmanuel Vadot			pwm6: pwm@20f4000 {
784f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
785f126890aSEmmanuel Vadot				reg = <0x020f4000 0x4000>;
786f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
787f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM6>,
788f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM6>;
789f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
790f126890aSEmmanuel Vadot				#pwm-cells = <3>;
791f126890aSEmmanuel Vadot				status = "disabled";
792f126890aSEmmanuel Vadot			};
793f126890aSEmmanuel Vadot
794f126890aSEmmanuel Vadot			pwm7: pwm@20f8000 {
795f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
796f126890aSEmmanuel Vadot				reg = <0x020f8000 0x4000>;
797f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
798f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM7>,
799f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM7>;
800f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
801f126890aSEmmanuel Vadot				#pwm-cells = <3>;
802f126890aSEmmanuel Vadot				status = "disabled";
803f126890aSEmmanuel Vadot			};
804f126890aSEmmanuel Vadot
805f126890aSEmmanuel Vadot			pwm8: pwm@20fc000 {
806f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm";
807f126890aSEmmanuel Vadot				reg = <0x020fc000 0x4000>;
808f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
809f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PWM8>,
810f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_PWM8>;
811f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
812f126890aSEmmanuel Vadot				#pwm-cells = <3>;
813f126890aSEmmanuel Vadot				status = "disabled";
814f126890aSEmmanuel Vadot			};
815f126890aSEmmanuel Vadot		};
816f126890aSEmmanuel Vadot
817f126890aSEmmanuel Vadot		aips2: bus@2100000 {
818f126890aSEmmanuel Vadot			compatible = "fsl,aips-bus", "simple-bus";
819f126890aSEmmanuel Vadot			#address-cells = <1>;
820f126890aSEmmanuel Vadot			#size-cells = <1>;
821f126890aSEmmanuel Vadot			reg = <0x02100000 0x100000>;
822f126890aSEmmanuel Vadot			ranges;
823f126890aSEmmanuel Vadot
824f126890aSEmmanuel Vadot			crypto: crypto@2140000 {
825f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-caam", "fsl,sec-v4.0";
826f126890aSEmmanuel Vadot				#address-cells = <1>;
827f126890aSEmmanuel Vadot				#size-cells = <1>;
828f126890aSEmmanuel Vadot				reg = <0x2140000 0x3c000>;
829f126890aSEmmanuel Vadot				ranges = <0 0x2140000 0x3c000>;
830f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
831f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_CAAM_IPG>, <&clks IMX6UL_CLK_CAAM_ACLK>,
832f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_CAAM_MEM>;
833f126890aSEmmanuel Vadot				clock-names = "ipg", "aclk", "mem";
834f126890aSEmmanuel Vadot
835f126890aSEmmanuel Vadot				sec_jr0: jr@1000 {
836f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-job-ring";
837f126890aSEmmanuel Vadot					reg = <0x1000 0x1000>;
838f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
839f126890aSEmmanuel Vadot				};
840f126890aSEmmanuel Vadot
841f126890aSEmmanuel Vadot				sec_jr1: jr@2000 {
842f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-job-ring";
843f126890aSEmmanuel Vadot					reg = <0x2000 0x1000>;
844f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
845f126890aSEmmanuel Vadot				};
846f126890aSEmmanuel Vadot
847f126890aSEmmanuel Vadot				sec_jr2: jr@3000 {
848f126890aSEmmanuel Vadot					compatible = "fsl,sec-v4.0-job-ring";
849f126890aSEmmanuel Vadot					reg = <0x3000 0x1000>;
850f126890aSEmmanuel Vadot					interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
851f126890aSEmmanuel Vadot				};
852f126890aSEmmanuel Vadot			};
853f126890aSEmmanuel Vadot
854f126890aSEmmanuel Vadot			usbotg1: usb@2184000 {
855f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usb", "fsl,imx27-usb";
856f126890aSEmmanuel Vadot				reg = <0x02184000 0x200>;
857f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
858f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USBOH3>;
859f126890aSEmmanuel Vadot				fsl,usbphy = <&usbphy1>;
860f126890aSEmmanuel Vadot				fsl,usbmisc = <&usbmisc 0>;
861f126890aSEmmanuel Vadot				ahb-burst-config = <0x0>;
862f126890aSEmmanuel Vadot				tx-burst-size-dword = <0x10>;
863f126890aSEmmanuel Vadot				rx-burst-size-dword = <0x10>;
864f126890aSEmmanuel Vadot				status = "disabled";
865f126890aSEmmanuel Vadot			};
866f126890aSEmmanuel Vadot
867f126890aSEmmanuel Vadot			usbotg2: usb@2184200 {
868f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usb", "fsl,imx27-usb";
869f126890aSEmmanuel Vadot				reg = <0x02184200 0x200>;
870f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
871f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USBOH3>;
872f126890aSEmmanuel Vadot				fsl,usbphy = <&usbphy2>;
873f126890aSEmmanuel Vadot				fsl,usbmisc = <&usbmisc 1>;
874f126890aSEmmanuel Vadot				ahb-burst-config = <0x0>;
875f126890aSEmmanuel Vadot				tx-burst-size-dword = <0x10>;
876f126890aSEmmanuel Vadot				rx-burst-size-dword = <0x10>;
877f126890aSEmmanuel Vadot				status = "disabled";
878f126890aSEmmanuel Vadot			};
879f126890aSEmmanuel Vadot
880f126890aSEmmanuel Vadot			usbmisc: usbmisc@2184800 {
881f126890aSEmmanuel Vadot				#index-cells = <1>;
882f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usbmisc", "fsl,imx6q-usbmisc";
883f126890aSEmmanuel Vadot				reg = <0x02184800 0x200>;
884f126890aSEmmanuel Vadot			};
885f126890aSEmmanuel Vadot
886f126890aSEmmanuel Vadot			fec1: ethernet@2188000 {
887f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-fec", "fsl,imx6q-fec";
888f126890aSEmmanuel Vadot				reg = <0x02188000 0x4000>;
889f126890aSEmmanuel Vadot				interrupt-names = "int0", "pps";
890f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
891f126890aSEmmanuel Vadot					     <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
892f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_ENET>,
893f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_ENET_AHB>,
894f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_ENET_PTP>,
895f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_ENET1_REF_SEL>;
896f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "ptp",
897f126890aSEmmanuel Vadot					      "enet_clk_ref";
898f126890aSEmmanuel Vadot				fsl,num-tx-queues = <1>;
899f126890aSEmmanuel Vadot				fsl,num-rx-queues = <1>;
900f126890aSEmmanuel Vadot				fsl,stop-mode = <&gpr 0x10 3>;
901f126890aSEmmanuel Vadot				fsl,magic-packet;
902*01950c46SEmmanuel Vadot				nvmem-cells = <&fec1_mac_addr>;
903*01950c46SEmmanuel Vadot				nvmem-cell-names = "mac-address";
904f126890aSEmmanuel Vadot				status = "disabled";
905f126890aSEmmanuel Vadot			};
906f126890aSEmmanuel Vadot
907f126890aSEmmanuel Vadot			usdhc1: mmc@2190000 {
908f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usdhc", "fsl,imx6sx-usdhc";
909f126890aSEmmanuel Vadot				reg = <0x02190000 0x4000>;
910f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
911f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USDHC1>,
912f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_USDHC1>,
913f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_USDHC1>;
914f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "per";
915f126890aSEmmanuel Vadot				fsl,tuning-step = <2>;
916f126890aSEmmanuel Vadot				fsl,tuning-start-tap = <20>;
917f126890aSEmmanuel Vadot				bus-width = <4>;
918f126890aSEmmanuel Vadot				status = "disabled";
919f126890aSEmmanuel Vadot			};
920f126890aSEmmanuel Vadot
921f126890aSEmmanuel Vadot			usdhc2: mmc@2194000 {
922f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-usdhc", "fsl,imx6sx-usdhc";
923f126890aSEmmanuel Vadot				reg = <0x02194000 0x4000>;
924f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
925f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_USDHC2>,
926f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_USDHC2>,
927f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_USDHC2>;
928f126890aSEmmanuel Vadot				clock-names = "ipg", "ahb", "per";
929f126890aSEmmanuel Vadot				bus-width = <4>;
930f126890aSEmmanuel Vadot				fsl,tuning-step = <2>;
931f126890aSEmmanuel Vadot				fsl,tuning-start-tap = <20>;
932f126890aSEmmanuel Vadot				status = "disabled";
933f126890aSEmmanuel Vadot			};
934f126890aSEmmanuel Vadot
935f126890aSEmmanuel Vadot			adc1: adc@2198000 {
936f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-adc", "fsl,vf610-adc";
937f126890aSEmmanuel Vadot				reg = <0x02198000 0x4000>;
938f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
939f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_ADC1>;
940f126890aSEmmanuel Vadot				clock-names = "adc";
941f126890aSEmmanuel Vadot				fsl,adck-max-frequency = <30000000>, <40000000>,
942f126890aSEmmanuel Vadot							 <20000000>;
943f126890aSEmmanuel Vadot				status = "disabled";
944f126890aSEmmanuel Vadot			};
945f126890aSEmmanuel Vadot
946f126890aSEmmanuel Vadot			i2c1: i2c@21a0000 {
947f126890aSEmmanuel Vadot				#address-cells = <1>;
948f126890aSEmmanuel Vadot				#size-cells = <0>;
949f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-i2c", "fsl,imx21-i2c";
950f126890aSEmmanuel Vadot				reg = <0x021a0000 0x4000>;
951f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
952f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_I2C1>;
953f126890aSEmmanuel Vadot				status = "disabled";
954f126890aSEmmanuel Vadot			};
955f126890aSEmmanuel Vadot
956f126890aSEmmanuel Vadot			i2c2: i2c@21a4000 {
957f126890aSEmmanuel Vadot				#address-cells = <1>;
958f126890aSEmmanuel Vadot				#size-cells = <0>;
959f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-i2c", "fsl,imx21-i2c";
960f126890aSEmmanuel Vadot				reg = <0x021a4000 0x4000>;
961f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
962f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_I2C2>;
963f126890aSEmmanuel Vadot				status = "disabled";
964f126890aSEmmanuel Vadot			};
965f126890aSEmmanuel Vadot
966f126890aSEmmanuel Vadot			i2c3: i2c@21a8000 {
967f126890aSEmmanuel Vadot				#address-cells = <1>;
968f126890aSEmmanuel Vadot				#size-cells = <0>;
969f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-i2c", "fsl,imx21-i2c";
970f126890aSEmmanuel Vadot				reg = <0x021a8000 0x4000>;
971f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
972f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_I2C3>;
973f126890aSEmmanuel Vadot				status = "disabled";
974f126890aSEmmanuel Vadot			};
975f126890aSEmmanuel Vadot
976f126890aSEmmanuel Vadot			memory-controller@21b0000 {
977f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-mmdc", "fsl,imx6q-mmdc";
978f126890aSEmmanuel Vadot				reg = <0x021b0000 0x4000>;
979f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_MMDC_P0_IPG>;
980f126890aSEmmanuel Vadot			};
981f126890aSEmmanuel Vadot
982*01950c46SEmmanuel Vadot			weim: memory-controller@21b8000 {
983f126890aSEmmanuel Vadot				#address-cells = <2>;
984f126890aSEmmanuel Vadot				#size-cells = <1>;
985f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-weim", "fsl,imx6q-weim";
986f126890aSEmmanuel Vadot				reg = <0x021b8000 0x4000>;
987f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
988f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_EIM>;
989f126890aSEmmanuel Vadot				fsl,weim-cs-gpr = <&gpr>;
990f126890aSEmmanuel Vadot				status = "disabled";
991f126890aSEmmanuel Vadot			};
992f126890aSEmmanuel Vadot
993f126890aSEmmanuel Vadot			ocotp: efuse@21bc000 {
994f126890aSEmmanuel Vadot				#address-cells = <1>;
995f126890aSEmmanuel Vadot				#size-cells = <1>;
996f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-ocotp", "syscon";
997f126890aSEmmanuel Vadot				reg = <0x021bc000 0x4000>;
998f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_OCOTP>;
999f126890aSEmmanuel Vadot
1000f126890aSEmmanuel Vadot				tempmon_calib: calib@38 {
1001f126890aSEmmanuel Vadot					reg = <0x38 4>;
1002f126890aSEmmanuel Vadot				};
1003f126890aSEmmanuel Vadot
1004f126890aSEmmanuel Vadot				tempmon_temp_grade: temp-grade@20 {
1005f126890aSEmmanuel Vadot					reg = <0x20 4>;
1006f126890aSEmmanuel Vadot				};
1007f126890aSEmmanuel Vadot
1008f126890aSEmmanuel Vadot				cpu_speed_grade: speed-grade@10 {
1009f126890aSEmmanuel Vadot					reg = <0x10 4>;
1010f126890aSEmmanuel Vadot				};
1011*01950c46SEmmanuel Vadot
1012*01950c46SEmmanuel Vadot				fec1_mac_addr: mac-addr@88 {
1013*01950c46SEmmanuel Vadot					reg = <0x88 6>;
1014*01950c46SEmmanuel Vadot				};
1015*01950c46SEmmanuel Vadot
1016*01950c46SEmmanuel Vadot				fec2_mac_addr: mac-addr@8e {
1017*01950c46SEmmanuel Vadot					reg = <0x8e 6>;
1018*01950c46SEmmanuel Vadot				};
1019f126890aSEmmanuel Vadot			};
1020f126890aSEmmanuel Vadot
1021f126890aSEmmanuel Vadot			csi: csi@21c4000 {
1022f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-csi";
1023f126890aSEmmanuel Vadot				reg = <0x021c4000 0x4000>;
1024f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
1025f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_CSI>;
1026f126890aSEmmanuel Vadot				clock-names = "mclk";
1027f126890aSEmmanuel Vadot				status = "disabled";
1028f126890aSEmmanuel Vadot			};
1029f126890aSEmmanuel Vadot
1030f126890aSEmmanuel Vadot			lcdif: lcdif@21c8000 {
1031f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-lcdif", "fsl,imx6sx-lcdif";
1032f126890aSEmmanuel Vadot				reg = <0x021c8000 0x4000>;
1033f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
1034f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_LCDIF_PIX>,
1035f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_LCDIF_APB>,
1036f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_DUMMY>;
1037f126890aSEmmanuel Vadot				clock-names = "pix", "axi", "disp_axi";
1038f126890aSEmmanuel Vadot				status = "disabled";
1039f126890aSEmmanuel Vadot			};
1040f126890aSEmmanuel Vadot
1041f126890aSEmmanuel Vadot			pxp: pxp@21cc000 {
1042f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-pxp";
1043f126890aSEmmanuel Vadot				reg = <0x021cc000 0x4000>;
1044f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
1045f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_PXP>;
1046f126890aSEmmanuel Vadot				clock-names = "axi";
1047f126890aSEmmanuel Vadot			};
1048f126890aSEmmanuel Vadot
1049f126890aSEmmanuel Vadot			qspi: spi@21e0000 {
1050f126890aSEmmanuel Vadot				#address-cells = <1>;
1051f126890aSEmmanuel Vadot				#size-cells = <0>;
1052f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-qspi";
1053f126890aSEmmanuel Vadot				reg = <0x021e0000 0x4000>, <0x60000000 0x10000000>;
1054f126890aSEmmanuel Vadot				reg-names = "QuadSPI", "QuadSPI-memory";
1055f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
1056f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_QSPI>,
1057f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_QSPI>;
1058f126890aSEmmanuel Vadot				clock-names = "qspi_en", "qspi";
1059f126890aSEmmanuel Vadot				status = "disabled";
1060f126890aSEmmanuel Vadot			};
1061f126890aSEmmanuel Vadot
1062f126890aSEmmanuel Vadot			wdog3: watchdog@21e4000 {
1063f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt";
1064f126890aSEmmanuel Vadot				reg = <0x021e4000 0x4000>;
1065f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
1066f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_WDOG3>;
1067f126890aSEmmanuel Vadot				status = "disabled";
1068f126890aSEmmanuel Vadot			};
1069f126890aSEmmanuel Vadot
1070f126890aSEmmanuel Vadot			uart2: serial@21e8000 {
1071f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-uart",
1072f126890aSEmmanuel Vadot					     "fsl,imx6q-uart";
1073f126890aSEmmanuel Vadot				reg = <0x021e8000 0x4000>;
1074f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
1075f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_UART2_IPG>,
1076f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_UART2_SERIAL>;
1077f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1078f126890aSEmmanuel Vadot				status = "disabled";
1079f126890aSEmmanuel Vadot			};
1080f126890aSEmmanuel Vadot
1081f126890aSEmmanuel Vadot			uart3: serial@21ec000 {
1082f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-uart",
1083f126890aSEmmanuel Vadot					     "fsl,imx6q-uart";
1084f126890aSEmmanuel Vadot				reg = <0x021ec000 0x4000>;
1085f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
1086f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_UART3_IPG>,
1087f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_UART3_SERIAL>;
1088f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1089f126890aSEmmanuel Vadot				status = "disabled";
1090f126890aSEmmanuel Vadot			};
1091f126890aSEmmanuel Vadot
1092f126890aSEmmanuel Vadot			uart4: serial@21f0000 {
1093f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-uart",
1094f126890aSEmmanuel Vadot					     "fsl,imx6q-uart";
1095f126890aSEmmanuel Vadot				reg = <0x021f0000 0x4000>;
1096f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
1097f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_UART4_IPG>,
1098f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_UART4_SERIAL>;
1099f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1100f126890aSEmmanuel Vadot				status = "disabled";
1101f126890aSEmmanuel Vadot			};
1102f126890aSEmmanuel Vadot
1103f126890aSEmmanuel Vadot			uart5: serial@21f4000 {
1104f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-uart",
1105f126890aSEmmanuel Vadot					     "fsl,imx6q-uart";
1106f126890aSEmmanuel Vadot				reg = <0x021f4000 0x4000>;
1107f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
1108f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_UART5_IPG>,
1109f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_UART5_SERIAL>;
1110f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1111f126890aSEmmanuel Vadot				status = "disabled";
1112f126890aSEmmanuel Vadot			};
1113f126890aSEmmanuel Vadot
1114f126890aSEmmanuel Vadot			i2c4: i2c@21f8000 {
1115f126890aSEmmanuel Vadot				#address-cells = <1>;
1116f126890aSEmmanuel Vadot				#size-cells = <0>;
1117f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-i2c", "fsl,imx21-i2c";
1118f126890aSEmmanuel Vadot				reg = <0x021f8000 0x4000>;
1119f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
1120f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_I2C4>;
1121f126890aSEmmanuel Vadot				status = "disabled";
1122f126890aSEmmanuel Vadot			};
1123f126890aSEmmanuel Vadot
1124f126890aSEmmanuel Vadot			uart6: serial@21fc000 {
1125f126890aSEmmanuel Vadot				compatible = "fsl,imx6ul-uart",
1126f126890aSEmmanuel Vadot					     "fsl,imx6q-uart";
1127f126890aSEmmanuel Vadot				reg = <0x021fc000 0x4000>;
1128f126890aSEmmanuel Vadot				interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
1129f126890aSEmmanuel Vadot				clocks = <&clks IMX6UL_CLK_UART6_IPG>,
1130f126890aSEmmanuel Vadot					 <&clks IMX6UL_CLK_UART6_SERIAL>;
1131f126890aSEmmanuel Vadot				clock-names = "ipg", "per";
1132f126890aSEmmanuel Vadot				status = "disabled";
1133f126890aSEmmanuel Vadot			};
1134f126890aSEmmanuel Vadot		};
1135f126890aSEmmanuel Vadot	};
1136f126890aSEmmanuel Vadot};
1137