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