]> git.samba.org - sfrench/cifs-2.6.git/blob - arch/arm/boot/dts/imx6qdl.dtsi
ARM: i.MX: dts: Add simple-card support
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / imx6qdl.dtsi
1 /*
2  * Copyright 2011 Freescale Semiconductor, Inc.
3  * Copyright 2011 Linaro Ltd.
4  *
5  * The code contained herein is licensed under the GNU General Public
6  * License. You may obtain a copy of the GNU General Public License
7  * Version 2 or later at the following locations:
8  *
9  * http://www.opensource.org/licenses/gpl-license.html
10  * http://www.gnu.org/copyleft/gpl.html
11  */
12
13 #include <dt-bindings/clock/imx6qdl-clock.h>
14 #include <dt-bindings/interrupt-controller/arm-gic.h>
15
16 #include "skeleton.dtsi"
17
18 / {
19         aliases {
20                 ethernet0 = &fec;
21                 can0 = &can1;
22                 can1 = &can2;
23                 gpio0 = &gpio1;
24                 gpio1 = &gpio2;
25                 gpio2 = &gpio3;
26                 gpio3 = &gpio4;
27                 gpio4 = &gpio5;
28                 gpio5 = &gpio6;
29                 gpio6 = &gpio7;
30                 i2c0 = &i2c1;
31                 i2c1 = &i2c2;
32                 i2c2 = &i2c3;
33                 mmc0 = &usdhc1;
34                 mmc1 = &usdhc2;
35                 mmc2 = &usdhc3;
36                 mmc3 = &usdhc4;
37                 serial0 = &uart1;
38                 serial1 = &uart2;
39                 serial2 = &uart3;
40                 serial3 = &uart4;
41                 serial4 = &uart5;
42                 spi0 = &ecspi1;
43                 spi1 = &ecspi2;
44                 spi2 = &ecspi3;
45                 spi3 = &ecspi4;
46                 usbphy0 = &usbphy1;
47                 usbphy1 = &usbphy2;
48         };
49
50         intc: interrupt-controller@00a01000 {
51                 compatible = "arm,cortex-a9-gic";
52                 #interrupt-cells = <3>;
53                 interrupt-controller;
54                 reg = <0x00a01000 0x1000>,
55                       <0x00a00100 0x100>;
56         };
57
58         clocks {
59                 #address-cells = <1>;
60                 #size-cells = <0>;
61
62                 ckil {
63                         compatible = "fsl,imx-ckil", "fixed-clock";
64                         #clock-cells = <0>;
65                         clock-frequency = <32768>;
66                 };
67
68                 ckih1 {
69                         compatible = "fsl,imx-ckih1", "fixed-clock";
70                         #clock-cells = <0>;
71                         clock-frequency = <0>;
72                 };
73
74                 osc {
75                         compatible = "fsl,imx-osc", "fixed-clock";
76                         #clock-cells = <0>;
77                         clock-frequency = <24000000>;
78                 };
79         };
80
81         soc {
82                 #address-cells = <1>;
83                 #size-cells = <1>;
84                 compatible = "simple-bus";
85                 interrupt-parent = <&intc>;
86                 ranges;
87
88                 dma_apbh: dma-apbh@00110000 {
89                         compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
90                         reg = <0x00110000 0x2000>;
91                         interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>,
92                                      <0 13 IRQ_TYPE_LEVEL_HIGH>,
93                                      <0 13 IRQ_TYPE_LEVEL_HIGH>,
94                                      <0 13 IRQ_TYPE_LEVEL_HIGH>;
95                         interrupt-names = "gpmi0", "gpmi1", "gpmi2", "gpmi3";
96                         #dma-cells = <1>;
97                         dma-channels = <4>;
98                         clocks = <&clks IMX6QDL_CLK_APBH_DMA>;
99                 };
100
101                 gpmi: gpmi-nand@00112000 {
102                         compatible = "fsl,imx6q-gpmi-nand";
103                         #address-cells = <1>;
104                         #size-cells = <1>;
105                         reg = <0x00112000 0x2000>, <0x00114000 0x2000>;
106                         reg-names = "gpmi-nand", "bch";
107                         interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;
108                         interrupt-names = "bch";
109                         clocks = <&clks IMX6QDL_CLK_GPMI_IO>,
110                                  <&clks IMX6QDL_CLK_GPMI_APB>,
111                                  <&clks IMX6QDL_CLK_GPMI_BCH>,
112                                  <&clks IMX6QDL_CLK_GPMI_BCH_APB>,
113                                  <&clks IMX6QDL_CLK_PER1_BCH>;
114                         clock-names = "gpmi_io", "gpmi_apb", "gpmi_bch",
115                                       "gpmi_bch_apb", "per1_bch";
116                         dmas = <&dma_apbh 0>;
117                         dma-names = "rx-tx";
118                         status = "disabled";
119                 };
120
121                 timer@00a00600 {
122                         compatible = "arm,cortex-a9-twd-timer";
123                         reg = <0x00a00600 0x20>;
124                         interrupts = <1 13 0xf01>;
125                         clocks = <&clks IMX6QDL_CLK_TWD>;
126                 };
127
128                 L2: l2-cache@00a02000 {
129                         compatible = "arm,pl310-cache";
130                         reg = <0x00a02000 0x1000>;
131                         interrupts = <0 92 IRQ_TYPE_LEVEL_HIGH>;
132                         cache-unified;
133                         cache-level = <2>;
134                         arm,tag-latency = <4 2 3>;
135                         arm,data-latency = <4 2 3>;
136                 };
137
138                 pcie: pcie@0x01000000 {
139                         compatible = "fsl,imx6q-pcie", "snps,dw-pcie";
140                         reg = <0x01ffc000 0x4000>; /* DBI */
141                         #address-cells = <3>;
142                         #size-cells = <2>;
143                         device_type = "pci";
144                         ranges = <0x00000800 0 0x01f00000 0x01f00000 0 0x00080000 /* configuration space */
145                                   0x81000000 0 0          0x01f80000 0 0x00010000 /* downstream I/O */
146                                   0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */
147                         num-lanes = <1>;
148                         interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
149                         interrupt-names = "msi";
150                         #interrupt-cells = <1>;
151                         interrupt-map-mask = <0 0 0 0x7>;
152                         interrupt-map = <0 0 0 1 &intc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
153                                         <0 0 0 2 &intc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
154                                         <0 0 0 3 &intc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
155                                         <0 0 0 4 &intc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
156                         clocks = <&clks IMX6QDL_CLK_PCIE_AXI>,
157                                  <&clks IMX6QDL_CLK_LVDS1_GATE>,
158                                  <&clks IMX6QDL_CLK_PCIE_REF_125M>;
159                         clock-names = "pcie", "pcie_bus", "pcie_phy";
160                         status = "disabled";
161                 };
162
163                 pmu {
164                         compatible = "arm,cortex-a9-pmu";
165                         interrupts = <0 94 IRQ_TYPE_LEVEL_HIGH>;
166                 };
167
168                 aips-bus@02000000 { /* AIPS1 */
169                         compatible = "fsl,aips-bus", "simple-bus";
170                         #address-cells = <1>;
171                         #size-cells = <1>;
172                         reg = <0x02000000 0x100000>;
173                         ranges;
174
175                         spba-bus@02000000 {
176                                 compatible = "fsl,spba-bus", "simple-bus";
177                                 #address-cells = <1>;
178                                 #size-cells = <1>;
179                                 reg = <0x02000000 0x40000>;
180                                 ranges;
181
182                                 spdif: spdif@02004000 {
183                                         compatible = "fsl,imx35-spdif";
184                                         reg = <0x02004000 0x4000>;
185                                         interrupts = <0 52 IRQ_TYPE_LEVEL_HIGH>;
186                                         dmas = <&sdma 14 18 0>,
187                                                <&sdma 15 18 0>;
188                                         dma-names = "rx", "tx";
189                                         clocks = <&clks IMX6QDL_CLK_SPDIF>, <&clks IMX6QDL_CLK_OSC>,
190                                                  <&clks IMX6QDL_CLK_SPDIF>, <&clks IMX6QDL_CLK_DUMMY>,
191                                                  <&clks IMX6QDL_CLK_DUMMY>, <&clks IMX6QDL_CLK_DUMMY>,
192                                                  <&clks IMX6QDL_CLK_DUMMY>, <&clks IMX6QDL_CLK_DUMMY>,
193                                                  <&clks IMX6QDL_CLK_DUMMY>;
194                                         clock-names = "core",  "rxtx0",
195                                                       "rxtx1", "rxtx2",
196                                                       "rxtx3", "rxtx4",
197                                                       "rxtx5", "rxtx6",
198                                                       "rxtx7";
199                                         status = "disabled";
200                                 };
201
202                                 ecspi1: ecspi@02008000 {
203                                         #address-cells = <1>;
204                                         #size-cells = <0>;
205                                         compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
206                                         reg = <0x02008000 0x4000>;
207                                         interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
208                                         clocks = <&clks IMX6QDL_CLK_ECSPI1>,
209                                                  <&clks IMX6QDL_CLK_ECSPI1>;
210                                         clock-names = "ipg", "per";
211                                         dmas = <&sdma 3 7 1>, <&sdma 4 7 2>;
212                                         dma-names = "rx", "tx";
213                                         status = "disabled";
214                                 };
215
216                                 ecspi2: ecspi@0200c000 {
217                                         #address-cells = <1>;
218                                         #size-cells = <0>;
219                                         compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
220                                         reg = <0x0200c000 0x4000>;
221                                         interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
222                                         clocks = <&clks IMX6QDL_CLK_ECSPI2>,
223                                                  <&clks IMX6QDL_CLK_ECSPI2>;
224                                         clock-names = "ipg", "per";
225                                         dmas = <&sdma 5 7 1>, <&sdma 6 7 2>;
226                                         dma-names = "rx", "tx";
227                                         status = "disabled";
228                                 };
229
230                                 ecspi3: ecspi@02010000 {
231                                         #address-cells = <1>;
232                                         #size-cells = <0>;
233                                         compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
234                                         reg = <0x02010000 0x4000>;
235                                         interrupts = <0 33 IRQ_TYPE_LEVEL_HIGH>;
236                                         clocks = <&clks IMX6QDL_CLK_ECSPI3>,
237                                                  <&clks IMX6QDL_CLK_ECSPI3>;
238                                         clock-names = "ipg", "per";
239                                         dmas = <&sdma 7 7 1>, <&sdma 8 7 2>;
240                                         dma-names = "rx", "tx";
241                                         status = "disabled";
242                                 };
243
244                                 ecspi4: ecspi@02014000 {
245                                         #address-cells = <1>;
246                                         #size-cells = <0>;
247                                         compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
248                                         reg = <0x02014000 0x4000>;
249                                         interrupts = <0 34 IRQ_TYPE_LEVEL_HIGH>;
250                                         clocks = <&clks IMX6QDL_CLK_ECSPI4>,
251                                                  <&clks IMX6QDL_CLK_ECSPI4>;
252                                         clock-names = "ipg", "per";
253                                         dmas = <&sdma 9 7 1>, <&sdma 10 7 2>;
254                                         dma-names = "rx", "tx";
255                                         status = "disabled";
256                                 };
257
258                                 uart1: serial@02020000 {
259                                         compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
260                                         reg = <0x02020000 0x4000>;
261                                         interrupts = <0 26 IRQ_TYPE_LEVEL_HIGH>;
262                                         clocks = <&clks IMX6QDL_CLK_UART_IPG>,
263                                                  <&clks IMX6QDL_CLK_UART_SERIAL>;
264                                         clock-names = "ipg", "per";
265                                         dmas = <&sdma 25 4 0>, <&sdma 26 4 0>;
266                                         dma-names = "rx", "tx";
267                                         status = "disabled";
268                                 };
269
270                                 esai: esai@02024000 {
271                                         reg = <0x02024000 0x4000>;
272                                         interrupts = <0 51 IRQ_TYPE_LEVEL_HIGH>;
273                                 };
274
275                                 ssi1: ssi@02028000 {
276                                         #sound-dai-cells = <0>;
277                                         compatible = "fsl,imx6q-ssi",
278                                                         "fsl,imx51-ssi";
279                                         reg = <0x02028000 0x4000>;
280                                         interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>;
281                                         clocks = <&clks IMX6QDL_CLK_SSI1_IPG>;
282                                         dmas = <&sdma 37 1 0>,
283                                                <&sdma 38 1 0>;
284                                         dma-names = "rx", "tx";
285                                         fsl,fifo-depth = <15>;
286                                         status = "disabled";
287                                 };
288
289                                 ssi2: ssi@0202c000 {
290                                         #sound-dai-cells = <0>;
291                                         compatible = "fsl,imx6q-ssi",
292                                                         "fsl,imx51-ssi";
293                                         reg = <0x0202c000 0x4000>;
294                                         interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
295                                         clocks = <&clks IMX6QDL_CLK_SSI2_IPG>;
296                                         dmas = <&sdma 41 1 0>,
297                                                <&sdma 42 1 0>;
298                                         dma-names = "rx", "tx";
299                                         fsl,fifo-depth = <15>;
300                                         status = "disabled";
301                                 };
302
303                                 ssi3: ssi@02030000 {
304                                         #sound-dai-cells = <0>;
305                                         compatible = "fsl,imx6q-ssi",
306                                                         "fsl,imx51-ssi";
307                                         reg = <0x02030000 0x4000>;
308                                         interrupts = <0 48 IRQ_TYPE_LEVEL_HIGH>;
309                                         clocks = <&clks IMX6QDL_CLK_SSI3_IPG>;
310                                         dmas = <&sdma 45 1 0>,
311                                                <&sdma 46 1 0>;
312                                         dma-names = "rx", "tx";
313                                         fsl,fifo-depth = <15>;
314                                         status = "disabled";
315                                 };
316
317                                 asrc: asrc@02034000 {
318                                         reg = <0x02034000 0x4000>;
319                                         interrupts = <0 50 IRQ_TYPE_LEVEL_HIGH>;
320                                 };
321
322                                 spba@0203c000 {
323                                         reg = <0x0203c000 0x4000>;
324                                 };
325                         };
326
327                         vpu: vpu@02040000 {
328                                 reg = <0x02040000 0x3c000>;
329                                 interrupts = <0 3 IRQ_TYPE_LEVEL_HIGH>,
330                                              <0 12 IRQ_TYPE_LEVEL_HIGH>;
331                         };
332
333                         aipstz@0207c000 { /* AIPSTZ1 */
334                                 reg = <0x0207c000 0x4000>;
335                         };
336
337                         pwm1: pwm@02080000 {
338                                 #pwm-cells = <2>;
339                                 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
340                                 reg = <0x02080000 0x4000>;
341                                 interrupts = <0 83 IRQ_TYPE_LEVEL_HIGH>;
342                                 clocks = <&clks IMX6QDL_CLK_IPG>,
343                                          <&clks IMX6QDL_CLK_PWM1>;
344                                 clock-names = "ipg", "per";
345                         };
346
347                         pwm2: pwm@02084000 {
348                                 #pwm-cells = <2>;
349                                 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
350                                 reg = <0x02084000 0x4000>;
351                                 interrupts = <0 84 IRQ_TYPE_LEVEL_HIGH>;
352                                 clocks = <&clks IMX6QDL_CLK_IPG>,
353                                          <&clks IMX6QDL_CLK_PWM2>;
354                                 clock-names = "ipg", "per";
355                         };
356
357                         pwm3: pwm@02088000 {
358                                 #pwm-cells = <2>;
359                                 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
360                                 reg = <0x02088000 0x4000>;
361                                 interrupts = <0 85 IRQ_TYPE_LEVEL_HIGH>;
362                                 clocks = <&clks IMX6QDL_CLK_IPG>,
363                                          <&clks IMX6QDL_CLK_PWM3>;
364                                 clock-names = "ipg", "per";
365                         };
366
367                         pwm4: pwm@0208c000 {
368                                 #pwm-cells = <2>;
369                                 compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
370                                 reg = <0x0208c000 0x4000>;
371                                 interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
372                                 clocks = <&clks IMX6QDL_CLK_IPG>,
373                                          <&clks IMX6QDL_CLK_PWM4>;
374                                 clock-names = "ipg", "per";
375                         };
376
377                         can1: flexcan@02090000 {
378                                 compatible = "fsl,imx6q-flexcan";
379                                 reg = <0x02090000 0x4000>;
380                                 interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
381                                 clocks = <&clks IMX6QDL_CLK_CAN1_IPG>,
382                                          <&clks IMX6QDL_CLK_CAN1_SERIAL>;
383                                 clock-names = "ipg", "per";
384                                 status = "disabled";
385                         };
386
387                         can2: flexcan@02094000 {
388                                 compatible = "fsl,imx6q-flexcan";
389                                 reg = <0x02094000 0x4000>;
390                                 interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
391                                 clocks = <&clks IMX6QDL_CLK_CAN2_IPG>,
392                                          <&clks IMX6QDL_CLK_CAN2_SERIAL>;
393                                 clock-names = "ipg", "per";
394                                 status = "disabled";
395                         };
396
397                         gpt: gpt@02098000 {
398                                 compatible = "fsl,imx6q-gpt", "fsl,imx31-gpt";
399                                 reg = <0x02098000 0x4000>;
400                                 interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
401                                 clocks = <&clks IMX6QDL_CLK_GPT_IPG>,
402                                          <&clks IMX6QDL_CLK_GPT_IPG_PER>;
403                                 clock-names = "ipg", "per";
404                         };
405
406                         gpio1: gpio@0209c000 {
407                                 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
408                                 reg = <0x0209c000 0x4000>;
409                                 interrupts = <0 66 IRQ_TYPE_LEVEL_HIGH>,
410                                              <0 67 IRQ_TYPE_LEVEL_HIGH>;
411                                 gpio-controller;
412                                 #gpio-cells = <2>;
413                                 interrupt-controller;
414                                 #interrupt-cells = <2>;
415                         };
416
417                         gpio2: gpio@020a0000 {
418                                 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
419                                 reg = <0x020a0000 0x4000>;
420                                 interrupts = <0 68 IRQ_TYPE_LEVEL_HIGH>,
421                                              <0 69 IRQ_TYPE_LEVEL_HIGH>;
422                                 gpio-controller;
423                                 #gpio-cells = <2>;
424                                 interrupt-controller;
425                                 #interrupt-cells = <2>;
426                         };
427
428                         gpio3: gpio@020a4000 {
429                                 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
430                                 reg = <0x020a4000 0x4000>;
431                                 interrupts = <0 70 IRQ_TYPE_LEVEL_HIGH>,
432                                              <0 71 IRQ_TYPE_LEVEL_HIGH>;
433                                 gpio-controller;
434                                 #gpio-cells = <2>;
435                                 interrupt-controller;
436                                 #interrupt-cells = <2>;
437                         };
438
439                         gpio4: gpio@020a8000 {
440                                 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
441                                 reg = <0x020a8000 0x4000>;
442                                 interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>,
443                                              <0 73 IRQ_TYPE_LEVEL_HIGH>;
444                                 gpio-controller;
445                                 #gpio-cells = <2>;
446                                 interrupt-controller;
447                                 #interrupt-cells = <2>;
448                         };
449
450                         gpio5: gpio@020ac000 {
451                                 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
452                                 reg = <0x020ac000 0x4000>;
453                                 interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>,
454                                              <0 75 IRQ_TYPE_LEVEL_HIGH>;
455                                 gpio-controller;
456                                 #gpio-cells = <2>;
457                                 interrupt-controller;
458                                 #interrupt-cells = <2>;
459                         };
460
461                         gpio6: gpio@020b0000 {
462                                 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
463                                 reg = <0x020b0000 0x4000>;
464                                 interrupts = <0 76 IRQ_TYPE_LEVEL_HIGH>,
465                                              <0 77 IRQ_TYPE_LEVEL_HIGH>;
466                                 gpio-controller;
467                                 #gpio-cells = <2>;
468                                 interrupt-controller;
469                                 #interrupt-cells = <2>;
470                         };
471
472                         gpio7: gpio@020b4000 {
473                                 compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
474                                 reg = <0x020b4000 0x4000>;
475                                 interrupts = <0 78 IRQ_TYPE_LEVEL_HIGH>,
476                                              <0 79 IRQ_TYPE_LEVEL_HIGH>;
477                                 gpio-controller;
478                                 #gpio-cells = <2>;
479                                 interrupt-controller;
480                                 #interrupt-cells = <2>;
481                         };
482
483                         kpp: kpp@020b8000 {
484                                 compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
485                                 reg = <0x020b8000 0x4000>;
486                                 interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
487                                 clocks = <&clks IMX6QDL_CLK_IPG>;
488                                 status = "disabled";
489                         };
490
491                         wdog1: wdog@020bc000 {
492                                 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
493                                 reg = <0x020bc000 0x4000>;
494                                 interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
495                                 clocks = <&clks IMX6QDL_CLK_DUMMY>;
496                         };
497
498                         wdog2: wdog@020c0000 {
499                                 compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
500                                 reg = <0x020c0000 0x4000>;
501                                 interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
502                                 clocks = <&clks IMX6QDL_CLK_DUMMY>;
503                                 status = "disabled";
504                         };
505
506                         clks: ccm@020c4000 {
507                                 compatible = "fsl,imx6q-ccm";
508                                 reg = <0x020c4000 0x4000>;
509                                 interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
510                                              <0 88 IRQ_TYPE_LEVEL_HIGH>;
511                                 #clock-cells = <1>;
512                         };
513
514                         anatop: anatop@020c8000 {
515                                 compatible = "fsl,imx6q-anatop", "syscon", "simple-bus";
516                                 reg = <0x020c8000 0x1000>;
517                                 interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>,
518                                              <0 54 IRQ_TYPE_LEVEL_HIGH>,
519                                              <0 127 IRQ_TYPE_LEVEL_HIGH>;
520
521                                 regulator-1p1@110 {
522                                         compatible = "fsl,anatop-regulator";
523                                         regulator-name = "vdd1p1";
524                                         regulator-min-microvolt = <800000>;
525                                         regulator-max-microvolt = <1375000>;
526                                         regulator-always-on;
527                                         anatop-reg-offset = <0x110>;
528                                         anatop-vol-bit-shift = <8>;
529                                         anatop-vol-bit-width = <5>;
530                                         anatop-min-bit-val = <4>;
531                                         anatop-min-voltage = <800000>;
532                                         anatop-max-voltage = <1375000>;
533                                 };
534
535                                 regulator-3p0@120 {
536                                         compatible = "fsl,anatop-regulator";
537                                         regulator-name = "vdd3p0";
538                                         regulator-min-microvolt = <2800000>;
539                                         regulator-max-microvolt = <3150000>;
540                                         regulator-always-on;
541                                         anatop-reg-offset = <0x120>;
542                                         anatop-vol-bit-shift = <8>;
543                                         anatop-vol-bit-width = <5>;
544                                         anatop-min-bit-val = <0>;
545                                         anatop-min-voltage = <2625000>;
546                                         anatop-max-voltage = <3400000>;
547                                 };
548
549                                 regulator-2p5@130 {
550                                         compatible = "fsl,anatop-regulator";
551                                         regulator-name = "vdd2p5";
552                                         regulator-min-microvolt = <2000000>;
553                                         regulator-max-microvolt = <2750000>;
554                                         regulator-always-on;
555                                         anatop-reg-offset = <0x130>;
556                                         anatop-vol-bit-shift = <8>;
557                                         anatop-vol-bit-width = <5>;
558                                         anatop-min-bit-val = <0>;
559                                         anatop-min-voltage = <2000000>;
560                                         anatop-max-voltage = <2750000>;
561                                 };
562
563                                 reg_arm: regulator-vddcore@140 {
564                                         compatible = "fsl,anatop-regulator";
565                                         regulator-name = "vddarm";
566                                         regulator-min-microvolt = <725000>;
567                                         regulator-max-microvolt = <1450000>;
568                                         regulator-always-on;
569                                         anatop-reg-offset = <0x140>;
570                                         anatop-vol-bit-shift = <0>;
571                                         anatop-vol-bit-width = <5>;
572                                         anatop-delay-reg-offset = <0x170>;
573                                         anatop-delay-bit-shift = <24>;
574                                         anatop-delay-bit-width = <2>;
575                                         anatop-min-bit-val = <1>;
576                                         anatop-min-voltage = <725000>;
577                                         anatop-max-voltage = <1450000>;
578                                 };
579
580                                 reg_pu: regulator-vddpu@140 {
581                                         compatible = "fsl,anatop-regulator";
582                                         regulator-name = "vddpu";
583                                         regulator-min-microvolt = <725000>;
584                                         regulator-max-microvolt = <1450000>;
585                                         regulator-always-on;
586                                         anatop-reg-offset = <0x140>;
587                                         anatop-vol-bit-shift = <9>;
588                                         anatop-vol-bit-width = <5>;
589                                         anatop-delay-reg-offset = <0x170>;
590                                         anatop-delay-bit-shift = <26>;
591                                         anatop-delay-bit-width = <2>;
592                                         anatop-min-bit-val = <1>;
593                                         anatop-min-voltage = <725000>;
594                                         anatop-max-voltage = <1450000>;
595                                 };
596
597                                 reg_soc: regulator-vddsoc@140 {
598                                         compatible = "fsl,anatop-regulator";
599                                         regulator-name = "vddsoc";
600                                         regulator-min-microvolt = <725000>;
601                                         regulator-max-microvolt = <1450000>;
602                                         regulator-always-on;
603                                         anatop-reg-offset = <0x140>;
604                                         anatop-vol-bit-shift = <18>;
605                                         anatop-vol-bit-width = <5>;
606                                         anatop-delay-reg-offset = <0x170>;
607                                         anatop-delay-bit-shift = <28>;
608                                         anatop-delay-bit-width = <2>;
609                                         anatop-min-bit-val = <1>;
610                                         anatop-min-voltage = <725000>;
611                                         anatop-max-voltage = <1450000>;
612                                 };
613                         };
614
615                         tempmon: tempmon {
616                                 compatible = "fsl,imx6q-tempmon";
617                                 interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>;
618                                 fsl,tempmon = <&anatop>;
619                                 fsl,tempmon-data = <&ocotp>;
620                                 clocks = <&clks IMX6QDL_CLK_PLL3_USB_OTG>;
621                         };
622
623                         usbphy1: usbphy@020c9000 {
624                                 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
625                                 reg = <0x020c9000 0x1000>;
626                                 interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
627                                 clocks = <&clks IMX6QDL_CLK_USBPHY1>;
628                                 fsl,anatop = <&anatop>;
629                         };
630
631                         usbphy2: usbphy@020ca000 {
632                                 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
633                                 reg = <0x020ca000 0x1000>;
634                                 interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
635                                 clocks = <&clks IMX6QDL_CLK_USBPHY2>;
636                                 fsl,anatop = <&anatop>;
637                         };
638
639                         snvs@020cc000 {
640                                 compatible = "fsl,sec-v4.0-mon", "simple-bus";
641                                 #address-cells = <1>;
642                                 #size-cells = <1>;
643                                 ranges = <0 0x020cc000 0x4000>;
644
645                                 snvs-rtc-lp@34 {
646                                         compatible = "fsl,sec-v4.0-mon-rtc-lp";
647                                         reg = <0x34 0x58>;
648                                         interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>,
649                                                      <0 20 IRQ_TYPE_LEVEL_HIGH>;
650                                 };
651                         };
652
653                         epit1: epit@020d0000 { /* EPIT1 */
654                                 reg = <0x020d0000 0x4000>;
655                                 interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
656                         };
657
658                         epit2: epit@020d4000 { /* EPIT2 */
659                                 reg = <0x020d4000 0x4000>;
660                                 interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
661                         };
662
663                         src: src@020d8000 {
664                                 compatible = "fsl,imx6q-src", "fsl,imx51-src";
665                                 reg = <0x020d8000 0x4000>;
666                                 interrupts = <0 91 IRQ_TYPE_LEVEL_HIGH>,
667                                              <0 96 IRQ_TYPE_LEVEL_HIGH>;
668                                 #reset-cells = <1>;
669                         };
670
671                         gpc: gpc@020dc000 {
672                                 compatible = "fsl,imx6q-gpc";
673                                 reg = <0x020dc000 0x4000>;
674                                 interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>,
675                                              <0 90 IRQ_TYPE_LEVEL_HIGH>;
676                         };
677
678                         gpr: iomuxc-gpr@020e0000 {
679                                 compatible = "fsl,imx6q-iomuxc-gpr", "syscon";
680                                 reg = <0x020e0000 0x38>;
681                         };
682
683                         iomuxc: iomuxc@020e0000 {
684                                 compatible = "fsl,imx6dl-iomuxc", "fsl,imx6q-iomuxc";
685                                 reg = <0x020e0000 0x4000>;
686                         };
687
688                         ldb: ldb@020e0008 {
689                                 #address-cells = <1>;
690                                 #size-cells = <0>;
691                                 compatible = "fsl,imx6q-ldb", "fsl,imx53-ldb";
692                                 gpr = <&gpr>;
693                                 status = "disabled";
694
695                                 lvds-channel@0 {
696                                         #address-cells = <1>;
697                                         #size-cells = <0>;
698                                         reg = <0>;
699                                         status = "disabled";
700
701                                         port@0 {
702                                                 reg = <0>;
703
704                                                 lvds0_mux_0: endpoint {
705                                                         remote-endpoint = <&ipu1_di0_lvds0>;
706                                                 };
707                                         };
708
709                                         port@1 {
710                                                 reg = <1>;
711
712                                                 lvds0_mux_1: endpoint {
713                                                         remote-endpoint = <&ipu1_di1_lvds0>;
714                                                 };
715                                         };
716                                 };
717
718                                 lvds-channel@1 {
719                                         #address-cells = <1>;
720                                         #size-cells = <0>;
721                                         reg = <1>;
722                                         status = "disabled";
723
724                                         port@0 {
725                                                 reg = <0>;
726
727                                                 lvds1_mux_0: endpoint {
728                                                         remote-endpoint = <&ipu1_di0_lvds1>;
729                                                 };
730                                         };
731
732                                         port@1 {
733                                                 reg = <1>;
734
735                                                 lvds1_mux_1: endpoint {
736                                                         remote-endpoint = <&ipu1_di1_lvds1>;
737                                                 };
738                                         };
739                                 };
740                         };
741
742                         hdmi: hdmi@0120000 {
743                                 #address-cells = <1>;
744                                 #size-cells = <0>;
745                                 reg = <0x00120000 0x9000>;
746                                 interrupts = <0 115 0x04>;
747                                 gpr = <&gpr>;
748                                 clocks = <&clks IMX6QDL_CLK_HDMI_IAHB>,
749                                          <&clks IMX6QDL_CLK_HDMI_ISFR>;
750                                 clock-names = "iahb", "isfr";
751                                 status = "disabled";
752
753                                 port@0 {
754                                         reg = <0>;
755
756                                         hdmi_mux_0: endpoint {
757                                                 remote-endpoint = <&ipu1_di0_hdmi>;
758                                         };
759                                 };
760
761                                 port@1 {
762                                         reg = <1>;
763
764                                         hdmi_mux_1: endpoint {
765                                                 remote-endpoint = <&ipu1_di1_hdmi>;
766                                         };
767                                 };
768                         };
769
770                         dcic1: dcic@020e4000 {
771                                 reg = <0x020e4000 0x4000>;
772                                 interrupts = <0 124 IRQ_TYPE_LEVEL_HIGH>;
773                         };
774
775                         dcic2: dcic@020e8000 {
776                                 reg = <0x020e8000 0x4000>;
777                                 interrupts = <0 125 IRQ_TYPE_LEVEL_HIGH>;
778                         };
779
780                         sdma: sdma@020ec000 {
781                                 compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
782                                 reg = <0x020ec000 0x4000>;
783                                 interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>;
784                                 clocks = <&clks IMX6QDL_CLK_SDMA>,
785                                          <&clks IMX6QDL_CLK_SDMA>;
786                                 clock-names = "ipg", "ahb";
787                                 #dma-cells = <3>;
788                                 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
789                         };
790                 };
791
792                 aips-bus@02100000 { /* AIPS2 */
793                         compatible = "fsl,aips-bus", "simple-bus";
794                         #address-cells = <1>;
795                         #size-cells = <1>;
796                         reg = <0x02100000 0x100000>;
797                         ranges;
798
799                         caam@02100000 {
800                                 reg = <0x02100000 0x40000>;
801                                 interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>,
802                                              <0 106 IRQ_TYPE_LEVEL_HIGH>;
803                         };
804
805                         aipstz@0217c000 { /* AIPSTZ2 */
806                                 reg = <0x0217c000 0x4000>;
807                         };
808
809                         usbotg: usb@02184000 {
810                                 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
811                                 reg = <0x02184000 0x200>;
812                                 interrupts = <0 43 IRQ_TYPE_LEVEL_HIGH>;
813                                 clocks = <&clks IMX6QDL_CLK_USBOH3>;
814                                 fsl,usbphy = <&usbphy1>;
815                                 fsl,usbmisc = <&usbmisc 0>;
816                                 status = "disabled";
817                         };
818
819                         usbh1: usb@02184200 {
820                                 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
821                                 reg = <0x02184200 0x200>;
822                                 interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>;
823                                 clocks = <&clks IMX6QDL_CLK_USBOH3>;
824                                 fsl,usbphy = <&usbphy2>;
825                                 fsl,usbmisc = <&usbmisc 1>;
826                                 status = "disabled";
827                         };
828
829                         usbh2: usb@02184400 {
830                                 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
831                                 reg = <0x02184400 0x200>;
832                                 interrupts = <0 41 IRQ_TYPE_LEVEL_HIGH>;
833                                 clocks = <&clks IMX6QDL_CLK_USBOH3>;
834                                 fsl,usbmisc = <&usbmisc 2>;
835                                 status = "disabled";
836                         };
837
838                         usbh3: usb@02184600 {
839                                 compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
840                                 reg = <0x02184600 0x200>;
841                                 interrupts = <0 42 IRQ_TYPE_LEVEL_HIGH>;
842                                 clocks = <&clks IMX6QDL_CLK_USBOH3>;
843                                 fsl,usbmisc = <&usbmisc 3>;
844                                 status = "disabled";
845                         };
846
847                         usbmisc: usbmisc@02184800 {
848                                 #index-cells = <1>;
849                                 compatible = "fsl,imx6q-usbmisc";
850                                 reg = <0x02184800 0x200>;
851                                 clocks = <&clks IMX6QDL_CLK_USBOH3>;
852                         };
853
854                         fec: ethernet@02188000 {
855                                 compatible = "fsl,imx6q-fec";
856                                 reg = <0x02188000 0x4000>;
857                                 interrupts-extended =
858                                         <&intc 0 118 IRQ_TYPE_LEVEL_HIGH>,
859                                         <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>;
860                                 clocks = <&clks IMX6QDL_CLK_ENET>,
861                                          <&clks IMX6QDL_CLK_ENET>,
862                                          <&clks IMX6QDL_CLK_ENET_REF>;
863                                 clock-names = "ipg", "ahb", "ptp";
864                                 status = "disabled";
865                         };
866
867                         mlb@0218c000 {
868                                 reg = <0x0218c000 0x4000>;
869                                 interrupts = <0 53 IRQ_TYPE_LEVEL_HIGH>,
870                                              <0 117 IRQ_TYPE_LEVEL_HIGH>,
871                                              <0 126 IRQ_TYPE_LEVEL_HIGH>;
872                         };
873
874                         usdhc1: usdhc@02190000 {
875                                 compatible = "fsl,imx6q-usdhc";
876                                 reg = <0x02190000 0x4000>;
877                                 interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
878                                 clocks = <&clks IMX6QDL_CLK_USDHC1>,
879                                          <&clks IMX6QDL_CLK_USDHC1>,
880                                          <&clks IMX6QDL_CLK_USDHC1>;
881                                 clock-names = "ipg", "ahb", "per";
882                                 bus-width = <4>;
883                                 status = "disabled";
884                         };
885
886                         usdhc2: usdhc@02194000 {
887                                 compatible = "fsl,imx6q-usdhc";
888                                 reg = <0x02194000 0x4000>;
889                                 interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
890                                 clocks = <&clks IMX6QDL_CLK_USDHC2>,
891                                          <&clks IMX6QDL_CLK_USDHC2>,
892                                          <&clks IMX6QDL_CLK_USDHC2>;
893                                 clock-names = "ipg", "ahb", "per";
894                                 bus-width = <4>;
895                                 status = "disabled";
896                         };
897
898                         usdhc3: usdhc@02198000 {
899                                 compatible = "fsl,imx6q-usdhc";
900                                 reg = <0x02198000 0x4000>;
901                                 interrupts = <0 24 IRQ_TYPE_LEVEL_HIGH>;
902                                 clocks = <&clks IMX6QDL_CLK_USDHC3>,
903                                          <&clks IMX6QDL_CLK_USDHC3>,
904                                          <&clks IMX6QDL_CLK_USDHC3>;
905                                 clock-names = "ipg", "ahb", "per";
906                                 bus-width = <4>;
907                                 status = "disabled";
908                         };
909
910                         usdhc4: usdhc@0219c000 {
911                                 compatible = "fsl,imx6q-usdhc";
912                                 reg = <0x0219c000 0x4000>;
913                                 interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
914                                 clocks = <&clks IMX6QDL_CLK_USDHC4>,
915                                          <&clks IMX6QDL_CLK_USDHC4>,
916                                          <&clks IMX6QDL_CLK_USDHC4>;
917                                 clock-names = "ipg", "ahb", "per";
918                                 bus-width = <4>;
919                                 status = "disabled";
920                         };
921
922                         i2c1: i2c@021a0000 {
923                                 #address-cells = <1>;
924                                 #size-cells = <0>;
925                                 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
926                                 reg = <0x021a0000 0x4000>;
927                                 interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
928                                 clocks = <&clks IMX6QDL_CLK_I2C1>;
929                                 status = "disabled";
930                         };
931
932                         i2c2: i2c@021a4000 {
933                                 #address-cells = <1>;
934                                 #size-cells = <0>;
935                                 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
936                                 reg = <0x021a4000 0x4000>;
937                                 interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
938                                 clocks = <&clks IMX6QDL_CLK_I2C2>;
939                                 status = "disabled";
940                         };
941
942                         i2c3: i2c@021a8000 {
943                                 #address-cells = <1>;
944                                 #size-cells = <0>;
945                                 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
946                                 reg = <0x021a8000 0x4000>;
947                                 interrupts = <0 38 IRQ_TYPE_LEVEL_HIGH>;
948                                 clocks = <&clks IMX6QDL_CLK_I2C3>;
949                                 status = "disabled";
950                         };
951
952                         romcp@021ac000 {
953                                 reg = <0x021ac000 0x4000>;
954                         };
955
956                         mmdc0: mmdc@021b0000 { /* MMDC0 */
957                                 compatible = "fsl,imx6q-mmdc";
958                                 reg = <0x021b0000 0x4000>;
959                         };
960
961                         mmdc1: mmdc@021b4000 { /* MMDC1 */
962                                 reg = <0x021b4000 0x4000>;
963                         };
964
965                         weim: weim@021b8000 {
966                                 compatible = "fsl,imx6q-weim";
967                                 reg = <0x021b8000 0x4000>;
968                                 interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
969                                 clocks = <&clks IMX6QDL_CLK_EIM_SLOW>;
970                         };
971
972                         ocotp: ocotp@021bc000 {
973                                 compatible = "fsl,imx6q-ocotp", "syscon";
974                                 reg = <0x021bc000 0x4000>;
975                         };
976
977                         tzasc@021d0000 { /* TZASC1 */
978                                 reg = <0x021d0000 0x4000>;
979                                 interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>;
980                         };
981
982                         tzasc@021d4000 { /* TZASC2 */
983                                 reg = <0x021d4000 0x4000>;
984                                 interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH>;
985                         };
986
987                         audmux: audmux@021d8000 {
988                                 compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
989                                 reg = <0x021d8000 0x4000>;
990                                 status = "disabled";
991                         };
992
993                         mipi_csi: mipi@021dc000 {
994                                 reg = <0x021dc000 0x4000>;
995                         };
996
997                         mipi_dsi: mipi@021e0000 {
998                                 #address-cells = <1>;
999                                 #size-cells = <0>;
1000                                 reg = <0x021e0000 0x4000>;
1001                                 status = "disabled";
1002
1003                                 port@0 {
1004                                         reg = <0>;
1005
1006                                         mipi_mux_0: endpoint {
1007                                                 remote-endpoint = <&ipu1_di0_mipi>;
1008                                         };
1009                                 };
1010
1011                                 port@1 {
1012                                         reg = <1>;
1013
1014                                         mipi_mux_1: endpoint {
1015                                                 remote-endpoint = <&ipu1_di1_mipi>;
1016                                         };
1017                                 };
1018                         };
1019
1020                         vdoa@021e4000 {
1021                                 reg = <0x021e4000 0x4000>;
1022                                 interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
1023                         };
1024
1025                         uart2: serial@021e8000 {
1026                                 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1027                                 reg = <0x021e8000 0x4000>;
1028                                 interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH>;
1029                                 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1030                                          <&clks IMX6QDL_CLK_UART_SERIAL>;
1031                                 clock-names = "ipg", "per";
1032                                 dmas = <&sdma 27 4 0>, <&sdma 28 4 0>;
1033                                 dma-names = "rx", "tx";
1034                                 status = "disabled";
1035                         };
1036
1037                         uart3: serial@021ec000 {
1038                                 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1039                                 reg = <0x021ec000 0x4000>;
1040                                 interrupts = <0 28 IRQ_TYPE_LEVEL_HIGH>;
1041                                 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1042                                          <&clks IMX6QDL_CLK_UART_SERIAL>;
1043                                 clock-names = "ipg", "per";
1044                                 dmas = <&sdma 29 4 0>, <&sdma 30 4 0>;
1045                                 dma-names = "rx", "tx";
1046                                 status = "disabled";
1047                         };
1048
1049                         uart4: serial@021f0000 {
1050                                 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1051                                 reg = <0x021f0000 0x4000>;
1052                                 interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>;
1053                                 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1054                                          <&clks IMX6QDL_CLK_UART_SERIAL>;
1055                                 clock-names = "ipg", "per";
1056                                 dmas = <&sdma 31 4 0>, <&sdma 32 4 0>;
1057                                 dma-names = "rx", "tx";
1058                                 status = "disabled";
1059                         };
1060
1061                         uart5: serial@021f4000 {
1062                                 compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
1063                                 reg = <0x021f4000 0x4000>;
1064                                 interrupts = <0 30 IRQ_TYPE_LEVEL_HIGH>;
1065                                 clocks = <&clks IMX6QDL_CLK_UART_IPG>,
1066                                          <&clks IMX6QDL_CLK_UART_SERIAL>;
1067                                 clock-names = "ipg", "per";
1068                                 dmas = <&sdma 33 4 0>, <&sdma 34 4 0>;
1069                                 dma-names = "rx", "tx";
1070                                 status = "disabled";
1071                         };
1072                 };
1073
1074                 ipu1: ipu@02400000 {
1075                         #address-cells = <1>;
1076                         #size-cells = <0>;
1077                         compatible = "fsl,imx6q-ipu";
1078                         reg = <0x02400000 0x400000>;
1079                         interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>,
1080                                      <0 5 IRQ_TYPE_LEVEL_HIGH>;
1081                         clocks = <&clks IMX6QDL_CLK_IPU1>,
1082                                  <&clks IMX6QDL_CLK_IPU1_DI0>,
1083                                  <&clks IMX6QDL_CLK_IPU1_DI1>;
1084                         clock-names = "bus", "di0", "di1";
1085                         resets = <&src 2>;
1086
1087                         ipu1_csi0: port@0 {
1088                                 reg = <0>;
1089                         };
1090
1091                         ipu1_csi1: port@1 {
1092                                 reg = <1>;
1093                         };
1094
1095                         ipu1_di0: port@2 {
1096                                 #address-cells = <1>;
1097                                 #size-cells = <0>;
1098                                 reg = <2>;
1099
1100                                 ipu1_di0_disp0: endpoint@0 {
1101                                 };
1102
1103                                 ipu1_di0_hdmi: endpoint@1 {
1104                                         remote-endpoint = <&hdmi_mux_0>;
1105                                 };
1106
1107                                 ipu1_di0_mipi: endpoint@2 {
1108                                         remote-endpoint = <&mipi_mux_0>;
1109                                 };
1110
1111                                 ipu1_di0_lvds0: endpoint@3 {
1112                                         remote-endpoint = <&lvds0_mux_0>;
1113                                 };
1114
1115                                 ipu1_di0_lvds1: endpoint@4 {
1116                                         remote-endpoint = <&lvds1_mux_0>;
1117                                 };
1118                         };
1119
1120                         ipu1_di1: port@3 {
1121                                 #address-cells = <1>;
1122                                 #size-cells = <0>;
1123                                 reg = <3>;
1124
1125                                 ipu1_di0_disp1: endpoint@0 {
1126                                 };
1127
1128                                 ipu1_di1_hdmi: endpoint@1 {
1129                                         remote-endpoint = <&hdmi_mux_1>;
1130                                 };
1131
1132                                 ipu1_di1_mipi: endpoint@2 {
1133                                         remote-endpoint = <&mipi_mux_1>;
1134                                 };
1135
1136                                 ipu1_di1_lvds0: endpoint@3 {
1137                                         remote-endpoint = <&lvds0_mux_1>;
1138                                 };
1139
1140                                 ipu1_di1_lvds1: endpoint@4 {
1141                                         remote-endpoint = <&lvds1_mux_1>;
1142                                 };
1143                         };
1144                 };
1145         };
1146 };