~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/nxp/imx/imx6sll.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm/nxp/imx/imx6sll.dtsi (Architecture i386) and /scripts/dtc/include-prefixes/arm/nxp/imx/imx6sll.dtsi (Architecture alpha)


  1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)        1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2 /*                                                  2 /*
  3  * Copyright 2016 Freescale Semiconductor, Inc      3  * Copyright 2016 Freescale Semiconductor, Inc.
  4  * Copyright 2017-2018 NXP.                         4  * Copyright 2017-2018 NXP.
  5  *                                                  5  *
  6  */                                                 6  */
  7                                                     7 
  8 #include <dt-bindings/clock/imx6sll-clock.h>        8 #include <dt-bindings/clock/imx6sll-clock.h>
  9 #include <dt-bindings/gpio/gpio.h>                  9 #include <dt-bindings/gpio/gpio.h>
 10 #include <dt-bindings/interrupt-controller/arm     10 #include <dt-bindings/interrupt-controller/arm-gic.h>
 11 #include "imx6sll-pinfunc.h"                       11 #include "imx6sll-pinfunc.h"
 12                                                    12 
 13 / {                                                13 / {
 14         #address-cells = <1>;                      14         #address-cells = <1>;
 15         #size-cells = <1>;                         15         #size-cells = <1>;
 16                                                    16 
 17         aliases {                                  17         aliases {
 18                 gpio0 = &gpio1;                    18                 gpio0 = &gpio1;
 19                 gpio1 = &gpio2;                    19                 gpio1 = &gpio2;
 20                 gpio2 = &gpio3;                    20                 gpio2 = &gpio3;
 21                 gpio3 = &gpio4;                    21                 gpio3 = &gpio4;
 22                 gpio4 = &gpio5;                    22                 gpio4 = &gpio5;
 23                 gpio5 = &gpio6;                    23                 gpio5 = &gpio6;
 24                 i2c0 = &i2c1;                      24                 i2c0 = &i2c1;
 25                 i2c1 = &i2c2;                      25                 i2c1 = &i2c2;
 26                 i2c2 = &i2c3;                      26                 i2c2 = &i2c3;
 27                 mmc0 = &usdhc1;                    27                 mmc0 = &usdhc1;
 28                 mmc1 = &usdhc2;                    28                 mmc1 = &usdhc2;
 29                 mmc2 = &usdhc3;                    29                 mmc2 = &usdhc3;
 30                 serial0 = &uart1;                  30                 serial0 = &uart1;
 31                 serial1 = &uart2;                  31                 serial1 = &uart2;
 32                 serial2 = &uart3;                  32                 serial2 = &uart3;
 33                 serial3 = &uart4;                  33                 serial3 = &uart4;
 34                 serial4 = &uart5;                  34                 serial4 = &uart5;
 35                 spi0 = &ecspi1;                    35                 spi0 = &ecspi1;
 36                 spi1 = &ecspi2;                    36                 spi1 = &ecspi2;
 37                 spi3 = &ecspi3;                    37                 spi3 = &ecspi3;
 38                 spi4 = &ecspi4;                    38                 spi4 = &ecspi4;
 39                 usb0 = &usbotg1;                   39                 usb0 = &usbotg1;
 40                 usb1 = &usbotg2;                   40                 usb1 = &usbotg2;
 41                 usbphy0 = &usbphy1;                41                 usbphy0 = &usbphy1;
 42                 usbphy1 = &usbphy2;                42                 usbphy1 = &usbphy2;
 43         };                                         43         };
 44                                                    44 
 45         cpus {                                     45         cpus {
 46                 #address-cells = <1>;              46                 #address-cells = <1>;
 47                 #size-cells = <0>;                 47                 #size-cells = <0>;
 48                                                    48 
 49                 cpu0: cpu@0 {                      49                 cpu0: cpu@0 {
 50                         compatible = "arm,cort     50                         compatible = "arm,cortex-a9";
 51                         device_type = "cpu";       51                         device_type = "cpu";
 52                         reg = <0>;                 52                         reg = <0>;
 53                         next-level-cache = <&L     53                         next-level-cache = <&L2>;
 54                         operating-points =         54                         operating-points =
 55                                 /* kHz    uV *     55                                 /* kHz    uV */
 56                                 <996000  12750     56                                 <996000  1275000>,
 57                                 <792000  11750     57                                 <792000  1175000>,
 58                                 <396000  10750     58                                 <396000  1075000>,
 59                                 <198000   9750     59                                 <198000   975000>;
 60                         fsl,soc-operating-poin     60                         fsl,soc-operating-points =
 61                                 /* ARM kHz         61                                 /* ARM kHz      SOC-PU uV */
 62                                 <996000            62                                 <996000         1175000>,
 63                                 <792000            63                                 <792000         1175000>,
 64                                 <396000            64                                 <396000         1175000>,
 65                                 <198000            65                                 <198000         1175000>;
 66                         clock-latency = <61036     66                         clock-latency = <61036>; /* two CLK32 periods */
 67                         #cooling-cells = <2>;      67                         #cooling-cells = <2>;
 68                         clocks = <&clks IMX6SL     68                         clocks = <&clks IMX6SLL_CLK_ARM>,
 69                                  <&clks IMX6SL     69                                  <&clks IMX6SLL_CLK_PLL2_PFD2>,
 70                                  <&clks IMX6SL     70                                  <&clks IMX6SLL_CLK_STEP>,
 71                                  <&clks IMX6SL     71                                  <&clks IMX6SLL_CLK_PLL1_SW>,
 72                                  <&clks IMX6SL     72                                  <&clks IMX6SLL_CLK_PLL1_SYS>;
 73                         clock-names = "arm", "     73                         clock-names = "arm", "pll2_pfd2_396m", "step",
 74                                       "pll1_sw     74                                       "pll1_sw", "pll1_sys";
 75                         nvmem-cells = <&cpu_sp     75                         nvmem-cells = <&cpu_speed_grade>;
 76                         nvmem-cell-names = "sp     76                         nvmem-cell-names = "speed_grade";
 77                 };                                 77                 };
 78         };                                         78         };
 79                                                    79 
 80         ckil: clock-ckil {                         80         ckil: clock-ckil {
 81                 compatible = "fixed-clock";        81                 compatible = "fixed-clock";
 82                 #clock-cells = <0>;                82                 #clock-cells = <0>;
 83                 clock-frequency = <32768>;         83                 clock-frequency = <32768>;
 84                 clock-output-names = "ckil";       84                 clock-output-names = "ckil";
 85         };                                         85         };
 86                                                    86 
 87         osc: clock-osc-24m {                       87         osc: clock-osc-24m {
 88                 compatible = "fixed-clock";        88                 compatible = "fixed-clock";
 89                 #clock-cells = <0>;                89                 #clock-cells = <0>;
 90                 clock-frequency = <24000000>;      90                 clock-frequency = <24000000>;
 91                 clock-output-names = "osc";        91                 clock-output-names = "osc";
 92         };                                         92         };
 93                                                    93 
 94         ipp_di0: clock-ipp-di0 {                   94         ipp_di0: clock-ipp-di0 {
 95                 compatible = "fixed-clock";        95                 compatible = "fixed-clock";
 96                 #clock-cells = <0>;                96                 #clock-cells = <0>;
 97                 clock-frequency = <0>;             97                 clock-frequency = <0>;
 98                 clock-output-names = "ipp_di0"     98                 clock-output-names = "ipp_di0";
 99         };                                         99         };
100                                                   100 
101         ipp_di1: clock-ipp-di1 {                  101         ipp_di1: clock-ipp-di1 {
102                 compatible = "fixed-clock";       102                 compatible = "fixed-clock";
103                 #clock-cells = <0>;               103                 #clock-cells = <0>;
104                 clock-frequency = <0>;            104                 clock-frequency = <0>;
105                 clock-output-names = "ipp_di1"    105                 clock-output-names = "ipp_di1";
106         };                                        106         };
107                                                   107 
108         soc {                                     108         soc {
109                 #address-cells = <1>;             109                 #address-cells = <1>;
110                 #size-cells = <1>;                110                 #size-cells = <1>;
111                 compatible = "simple-bus";        111                 compatible = "simple-bus";
112                 interrupt-parent = <&gpc>;        112                 interrupt-parent = <&gpc>;
113                 ranges;                           113                 ranges;
114                                                   114 
115                 ocram: sram@900000 {              115                 ocram: sram@900000 {
116                         compatible = "mmio-sra    116                         compatible = "mmio-sram";
117                         reg = <0x00900000 0x20    117                         reg = <0x00900000 0x20000>;
118                         ranges = <0 0x00900000    118                         ranges = <0 0x00900000 0x20000>;
119                         #address-cells = <1>;     119                         #address-cells = <1>;
120                         #size-cells = <1>;        120                         #size-cells = <1>;
121                 };                                121                 };
122                                                   122 
123                 intc: interrupt-controller@a01    123                 intc: interrupt-controller@a01000 {
124                         compatible = "arm,cort    124                         compatible = "arm,cortex-a9-gic";
125                         #interrupt-cells = <3>    125                         #interrupt-cells = <3>;
126                         interrupt-controller;     126                         interrupt-controller;
127                         reg = <0x00a01000 0x10    127                         reg = <0x00a01000 0x1000>,
128                               <0x00a00100 0x10    128                               <0x00a00100 0x100>;
129                         interrupt-parent = <&i    129                         interrupt-parent = <&intc>;
130                 };                                130                 };
131                                                   131 
132                 L2: cache-controller@a02000 {     132                 L2: cache-controller@a02000 {
133                         compatible = "arm,pl31    133                         compatible = "arm,pl310-cache";
134                         reg = <0x00a02000 0x10    134                         reg = <0x00a02000 0x1000>;
135                         interrupts = <GIC_SPI     135                         interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
136                         cache-unified;            136                         cache-unified;
137                         cache-level = <2>;        137                         cache-level = <2>;
138                         arm,tag-latency = <4 2    138                         arm,tag-latency = <4 2 3>;
139                         arm,data-latency = <4     139                         arm,data-latency = <4 2 3>;
140                 };                                140                 };
141                                                   141 
142                 aips1: bus@2000000 {              142                 aips1: bus@2000000 {
143                         compatible = "fsl,aips    143                         compatible = "fsl,aips-bus", "simple-bus";
144                         #address-cells = <1>;     144                         #address-cells = <1>;
145                         #size-cells = <1>;        145                         #size-cells = <1>;
146                         reg = <0x02000000 0x10    146                         reg = <0x02000000 0x100000>;
147                         ranges;                   147                         ranges;
148                                                   148 
149                         spba: spba-bus@2000000    149                         spba: spba-bus@2000000 {
150                                 compatible = "    150                                 compatible = "fsl,spba-bus", "simple-bus";
151                                 #address-cells    151                                 #address-cells = <1>;
152                                 #size-cells =     152                                 #size-cells = <1>;
153                                 reg = <0x02000    153                                 reg = <0x02000000 0x40000>;
154                                 ranges;           154                                 ranges;
155                                                   155 
156                                 spdif: spdif@2    156                                 spdif: spdif@2004000 {
157                                         compat    157                                         compatible = "fsl,imx6sl-spdif", "fsl,imx35-spdif";
158                                         reg =     158                                         reg = <0x02004000 0x4000>;
159                                         interr    159                                         interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
160                                         dmas =    160                                         dmas = <&sdma 14 18 0>, <&sdma 15 18 0>;
161                                         dma-na    161                                         dma-names = "rx", "tx";
162                                         clocks    162                                         clocks = <&clks IMX6SLL_CLK_SPDIF_GCLK>,
163                                                   163                                                  <&clks IMX6SLL_CLK_OSC>,
164                                                   164                                                  <&clks IMX6SLL_CLK_SPDIF>,
165                                                   165                                                  <&clks IMX6SLL_CLK_DUMMY>,
166                                                   166                                                  <&clks IMX6SLL_CLK_DUMMY>,
167                                                   167                                                  <&clks IMX6SLL_CLK_DUMMY>,
168                                                   168                                                  <&clks IMX6SLL_CLK_IPG>,
169                                                   169                                                  <&clks IMX6SLL_CLK_DUMMY>,
170                                                   170                                                  <&clks IMX6SLL_CLK_DUMMY>,
171                                                   171                                                  <&clks IMX6SLL_CLK_SPBA>;
172                                         clock-    172                                         clock-names = "core", "rxtx0",
173                                                   173                                                       "rxtx1", "rxtx2",
174                                                   174                                                       "rxtx3", "rxtx4",
175                                                   175                                                       "rxtx5", "rxtx6",
176                                                   176                                                       "rxtx7", "dma";
177                                         status    177                                         status = "disabled";
178                                 };                178                                 };
179                                                   179 
180                                 ecspi1: spi@20    180                                 ecspi1: spi@2008000 {
181                                         compat    181                                         compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";
182                                         reg =     182                                         reg = <0x02008000 0x4000>;
183                                         interr    183                                         interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
184                                         dmas =    184                                         dmas = <&sdma 3 7 1>, <&sdma 4 7 2>;
185                                         dma-na    185                                         dma-names = "rx", "tx";
186                                         clocks    186                                         clocks = <&clks IMX6SLL_CLK_ECSPI1>,
187                                                   187                                                  <&clks IMX6SLL_CLK_ECSPI1>;
188                                         clock-    188                                         clock-names = "ipg", "per";
189                                         status    189                                         status = "disabled";
190                                 };                190                                 };
191                                                   191 
192                                 ecspi2: spi@20    192                                 ecspi2: spi@200c000 {
193                                         compat    193                                         compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";
194                                         reg =     194                                         reg = <0x0200c000 0x4000>;
195                                         interr    195                                         interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
196                                         dmas =    196                                         dmas = <&sdma 5 7 1>, <&sdma 6 7 2>;
197                                         dma-na    197                                         dma-names = "rx", "tx";
198                                         clocks    198                                         clocks = <&clks IMX6SLL_CLK_ECSPI2>,
199                                                   199                                                  <&clks IMX6SLL_CLK_ECSPI2>;
200                                         clock-    200                                         clock-names = "ipg", "per";
201                                         status    201                                         status = "disabled";
202                                 };                202                                 };
203                                                   203 
204                                 ecspi3: spi@20    204                                 ecspi3: spi@2010000 {
205                                         compat    205                                         compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";
206                                         reg =     206                                         reg = <0x02010000 0x4000>;
207                                         interr    207                                         interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
208                                         dmas =    208                                         dmas = <&sdma 7 7 1>, <&sdma 8 7 2>;
209                                         dma-na    209                                         dma-names = "rx", "tx";
210                                         clocks    210                                         clocks = <&clks IMX6SLL_CLK_ECSPI3>,
211                                                   211                                                  <&clks IMX6SLL_CLK_ECSPI3>;
212                                         clock-    212                                         clock-names = "ipg", "per";
213                                         status    213                                         status = "disabled";
214                                 };                214                                 };
215                                                   215 
216                                 ecspi4: spi@20    216                                 ecspi4: spi@2014000 {
217                                         compat    217                                         compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";
218                                         reg =     218                                         reg = <0x02014000 0x4000>;
219                                         interr    219                                         interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
220                                         dmas =    220                                         dmas = <&sdma 9 7 1>, <&sdma 10 7 2>;
221                                         dma-na    221                                         dma-names = "rx", "tx";
222                                         clocks    222                                         clocks = <&clks IMX6SLL_CLK_ECSPI4>,
223                                                   223                                                  <&clks IMX6SLL_CLK_ECSPI4>;
224                                         clock-    224                                         clock-names = "ipg", "per";
225                                         status    225                                         status = "disabled";
226                                 };                226                                 };
227                                                   227 
228                                 uart4: serial@    228                                 uart4: serial@2018000 {
229                                         compat    229                                         compatible = "fsl,imx6sl-uart", "fsl,imx6q-uart",
230                                                   230                                                      "fsl,imx21-uart";
231                                         reg =     231                                         reg = <0x02018000 0x4000>;
232                                         interr    232                                         interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
233                                         dmas =    233                                         dmas = <&sdma 31 4 0>, <&sdma 32 4 0>;
234                                         dma-na    234                                         dma-names = "rx", "tx";
235                                         clocks    235                                         clocks = <&clks IMX6SLL_CLK_UART4_IPG>,
236                                                   236                                                  <&clks IMX6SLL_CLK_UART4_SERIAL>;
237                                         clock-    237                                         clock-names = "ipg", "per";
238                                         status    238                                         status = "disabled";
239                                 };                239                                 };
240                                                   240 
241                                 uart1: serial@    241                                 uart1: serial@2020000 {
242                                         compat    242                                         compatible = "fsl,imx6sl-uart", "fsl,imx6q-uart",
243                                                   243                                                      "fsl,imx21-uart";
244                                         reg =     244                                         reg = <0x02020000 0x4000>;
245                                         interr    245                                         interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
246                                         dmas =    246                                         dmas = <&sdma 25 4 0>, <&sdma 26 4 0>;
247                                         dma-na    247                                         dma-names = "rx", "tx";
248                                         clocks    248                                         clocks = <&clks IMX6SLL_CLK_UART1_IPG>,
249                                                   249                                                  <&clks IMX6SLL_CLK_UART1_SERIAL>;
250                                         clock-    250                                         clock-names = "ipg", "per";
251                                         status    251                                         status = "disabled";
252                                 };                252                                 };
253                                                   253 
254                                 uart2: serial@    254                                 uart2: serial@2024000 {
255                                         compat    255                                         compatible = "fsl,imx6sl-uart", "fsl,imx6q-uart",
256                                                   256                                                      "fsl,imx21-uart";
257                                         reg =     257                                         reg = <0x02024000 0x4000>;
258                                         interr    258                                         interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
259                                         dmas =    259                                         dmas = <&sdma 27 4 0>, <&sdma 28 4 0>;
260                                         dma-na    260                                         dma-names = "rx", "tx";
261                                         clocks    261                                         clocks = <&clks IMX6SLL_CLK_UART2_IPG>,
262                                                   262                                                  <&clks IMX6SLL_CLK_UART2_SERIAL>;
263                                         clock-    263                                         clock-names = "ipg", "per";
264                                         status    264                                         status = "disabled";
265                                 };                265                                 };
266                                                   266 
267                                 ssi1: ssi@2028    267                                 ssi1: ssi@2028000 {
268                                         compat    268                                         compatible = "fsl,imx6sl-ssi", "fsl,imx51-ssi";
269                                         reg =     269                                         reg = <0x02028000 0x4000>;
270                                         interr    270                                         interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
271                                         dmas =    271                                         dmas = <&sdma 37 22 0>, <&sdma 38 22 0>;
272                                         dma-na    272                                         dma-names = "rx", "tx";
273                                         fsl,fi    273                                         fsl,fifo-depth = <15>;
274                                         clocks    274                                         clocks = <&clks IMX6SLL_CLK_SSI1_IPG>,
275                                                   275                                                  <&clks IMX6SLL_CLK_SSI1>;
276                                         clock-    276                                         clock-names = "ipg", "baud";
277                                         status    277                                         status = "disabled";
278                                 };                278                                 };
279                                                   279 
280                                 ssi2: ssi@202c    280                                 ssi2: ssi@202c000 {
281                                         compat    281                                         compatible = "fsl,imx6sl-ssi", "fsl,imx51-ssi";
282                                         reg =     282                                         reg = <0x0202c000 0x4000>;
283                                         interr    283                                         interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
284                                         dmas =    284                                         dmas = <&sdma 41 22 0>, <&sdma 42 22 0>;
285                                         dma-na    285                                         dma-names = "rx", "tx";
286                                         fsl,fi    286                                         fsl,fifo-depth = <15>;
287                                         clocks    287                                         clocks = <&clks IMX6SLL_CLK_SSI2_IPG>,
288                                                   288                                                  <&clks IMX6SLL_CLK_SSI2>;
289                                         clock-    289                                         clock-names = "ipg", "baud";
290                                         status    290                                         status = "disabled";
291                                 };                291                                 };
292                                                   292 
293                                 ssi3: ssi@2030    293                                 ssi3: ssi@2030000 {
294                                         compat    294                                         compatible = "fsl,imx6sl-ssi", "fsl,imx51-ssi";
295                                         reg =     295                                         reg = <0x02030000 0x4000>;
296                                         interr    296                                         interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
297                                         dmas =    297                                         dmas = <&sdma 45 22 0>, <&sdma 46 22 0>;
298                                         dma-na    298                                         dma-names = "rx", "tx";
299                                         fsl,fi    299                                         fsl,fifo-depth = <15>;
300                                         clocks    300                                         clocks = <&clks IMX6SLL_CLK_SSI3_IPG>,
301                                                   301                                                  <&clks IMX6SLL_CLK_SSI3>;
302                                         clock-    302                                         clock-names = "ipg", "baud";
303                                         status    303                                         status = "disabled";
304                                 };                304                                 };
305                                                   305 
306                                 uart3: serial@    306                                 uart3: serial@2034000 {
307                                         compat    307                                         compatible = "fsl,imx6sl-uart", "fsl,imx6q-uart",
308                                                   308                                                      "fsl,imx21-uart";
309                                         reg =     309                                         reg = <0x02034000 0x4000>;
310                                         interr    310                                         interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
311                                         dmas =    311                                         dmas = <&sdma 29 4 0>, <&sdma 30 4 0>;
312                                         dma-na    312                                         dma-name = "rx", "tx";
313                                         clocks    313                                         clocks = <&clks IMX6SLL_CLK_UART3_IPG>,
314                                                   314                                                  <&clks IMX6SLL_CLK_UART3_SERIAL>;
315                                         clock-    315                                         clock-names = "ipg", "per";
316                                         status    316                                         status = "disabled";
317                                 };                317                                 };
318                         };                        318                         };
319                                                   319 
320                         pwm1: pwm@2080000 {       320                         pwm1: pwm@2080000 {
321                                 compatible = "    321                                 compatible = "fsl,imx6sll-pwm", "fsl,imx27-pwm";
322                                 reg = <0x02080    322                                 reg = <0x02080000 0x4000>;
323                                 interrupts = <    323                                 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
324                                 clocks = <&clk    324                                 clocks = <&clks IMX6SLL_CLK_PWM1>,
325                                          <&clk    325                                          <&clks IMX6SLL_CLK_PWM1>;
326                                 clock-names =     326                                 clock-names = "ipg", "per";
327                                 #pwm-cells = <    327                                 #pwm-cells = <3>;
328                         };                        328                         };
329                                                   329 
330                         pwm2: pwm@2084000 {       330                         pwm2: pwm@2084000 {
331                                 compatible = "    331                                 compatible = "fsl,imx6sll-pwm", "fsl,imx27-pwm";
332                                 reg = <0x02084    332                                 reg = <0x02084000 0x4000>;
333                                 interrupts = <    333                                 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
334                                 clocks = <&clk    334                                 clocks = <&clks IMX6SLL_CLK_PWM2>,
335                                          <&clk    335                                          <&clks IMX6SLL_CLK_PWM2>;
336                                 clock-names =     336                                 clock-names = "ipg", "per";
337                                 #pwm-cells = <    337                                 #pwm-cells = <3>;
338                         };                        338                         };
339                                                   339 
340                         pwm3: pwm@2088000 {       340                         pwm3: pwm@2088000 {
341                                 compatible = "    341                                 compatible = "fsl,imx6sll-pwm", "fsl,imx27-pwm";
342                                 reg = <0x02088    342                                 reg = <0x02088000 0x4000>;
343                                 interrupts = <    343                                 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
344                                 clocks = <&clk    344                                 clocks = <&clks IMX6SLL_CLK_PWM3>,
345                                          <&clk    345                                          <&clks IMX6SLL_CLK_PWM3>;
346                                 clock-names =     346                                 clock-names = "ipg", "per";
347                                 #pwm-cells = <    347                                 #pwm-cells = <3>;
348                         };                        348                         };
349                                                   349 
350                         pwm4: pwm@208c000 {       350                         pwm4: pwm@208c000 {
351                                 compatible = "    351                                 compatible = "fsl,imx6sll-pwm", "fsl,imx27-pwm";
352                                 reg = <0x0208c    352                                 reg = <0x0208c000 0x4000>;
353                                 interrupts = <    353                                 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
354                                 clocks = <&clk    354                                 clocks = <&clks IMX6SLL_CLK_PWM4>,
355                                          <&clk    355                                          <&clks IMX6SLL_CLK_PWM4>;
356                                 clock-names =     356                                 clock-names = "ipg", "per";
357                                 #pwm-cells = <    357                                 #pwm-cells = <3>;
358                         };                        358                         };
359                                                   359 
360                         gpt1: timer@2098000 {     360                         gpt1: timer@2098000 {
361                                 compatible = "    361                                 compatible = "fsl,imx6sl-gpt";
362                                 reg = <0x02098    362                                 reg = <0x02098000 0x4000>;
363                                 interrupts = <    363                                 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
364                                 clocks = <&clk    364                                 clocks = <&clks IMX6SLL_CLK_GPT_BUS>,
365                                          <&clk    365                                          <&clks IMX6SLL_CLK_GPT_SERIAL>;
366                                 clock-names =     366                                 clock-names = "ipg", "per";
367                         };                        367                         };
368                                                   368 
369                         gpio1: gpio@209c000 {     369                         gpio1: gpio@209c000 {
370                                 compatible = "    370                                 compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
371                                 reg = <0x0209c    371                                 reg = <0x0209c000 0x4000>;
372                                 interrupts = <    372                                 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>,
373                                              <    373                                              <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
374                                 clocks = <&clk    374                                 clocks = <&clks IMX6SLL_CLK_GPIO1>;
375                                 gpio-controlle    375                                 gpio-controller;
376                                 #gpio-cells =     376                                 #gpio-cells = <2>;
377                                 interrupt-cont    377                                 interrupt-controller;
378                                 #interrupt-cel    378                                 #interrupt-cells = <2>;
379                                 gpio-ranges =     379                                 gpio-ranges = <&iomuxc 0 94 7>, <&iomuxc 7 25 25>;
380                         };                        380                         };
381                                                   381 
382                         gpio2: gpio@20a0000 {     382                         gpio2: gpio@20a0000 {
383                                 compatible = "    383                                 compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
384                                 reg = <0x020a0    384                                 reg = <0x020a0000 0x4000>;
385                                 interrupts = <    385                                 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
386                                              <    386                                              <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
387                                 clocks = <&clk    387                                 clocks = <&clks IMX6SLL_CLK_GPIO2>;
388                                 gpio-controlle    388                                 gpio-controller;
389                                 #gpio-cells =     389                                 #gpio-cells = <2>;
390                                 interrupt-cont    390                                 interrupt-controller;
391                                 #interrupt-cel    391                                 #interrupt-cells = <2>;
392                                 gpio-ranges =     392                                 gpio-ranges = <&iomuxc 0 50 32>;
393                         };                        393                         };
394                                                   394 
395                         gpio3: gpio@20a4000 {     395                         gpio3: gpio@20a4000 {
396                                 compatible = "    396                                 compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
397                                 reg = <0x020a4    397                                 reg = <0x020a4000 0x4000>;
398                                 interrupts = <    398                                 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
399                                              <    399                                              <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
400                                 clocks = <&clk    400                                 clocks = <&clks IMX6SLL_CLK_GPIO3>;
401                                 gpio-controlle    401                                 gpio-controller;
402                                 #gpio-cells =     402                                 #gpio-cells = <2>;
403                                 interrupt-cont    403                                 interrupt-controller;
404                                 #interrupt-cel    404                                 #interrupt-cells = <2>;
405                                 gpio-ranges =     405                                 gpio-ranges = <&iomuxc 0 82 12>, <&iomuxc 12 103 4>,
406                                                   406                                               <&iomuxc 16 101 2>, <&iomuxc 18 5 1>,
407                                                   407                                               <&iomuxc 21 6 11>;
408                         };                        408                         };
409                                                   409 
410                         gpio4: gpio@20a8000 {     410                         gpio4: gpio@20a8000 {
411                                 compatible = "    411                                 compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
412                                 reg = <0x020a8    412                                 reg = <0x020a8000 0x4000>;
413                                 interrupts = <    413                                 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
414                                              <    414                                              <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
415                                 clocks = <&clk    415                                 clocks = <&clks IMX6SLL_CLK_GPIO4>;
416                                 gpio-controlle    416                                 gpio-controller;
417                                 #gpio-cells =     417                                 #gpio-cells = <2>;
418                                 interrupt-cont    418                                 interrupt-controller;
419                                 #interrupt-cel    419                                 #interrupt-cells = <2>;
420                                 gpio-ranges =     420                                 gpio-ranges = <&iomuxc 0 17 8>, <&iomuxc 8 107 8>,
421                                                   421                                               <&iomuxc 16 151 1>, <&iomuxc 17 149 1>,
422                                                   422                                               <&iomuxc 18 146 1>, <&iomuxc 19 144 1>,
423                                                   423                                               <&iomuxc 20 142 1>, <&iomuxc 21 143 1>,
424                                                   424                                               <&iomuxc 22 150 1>, <&iomuxc 23 148 1>,
425                                                   425                                               <&iomuxc 24 147 1>, <&iomuxc 25 145 1>,
426                                                   426                                               <&iomuxc 26 152 1>, <&iomuxc 27 125 1>,
427                                                   427                                               <&iomuxc 28 131 1>, <&iomuxc 29 134 1>,
428                                                   428                                               <&iomuxc 30 129 1>, <&iomuxc 31 133 1>;
429                         };                        429                         };
430                                                   430 
431                         gpio5: gpio@20ac000 {     431                         gpio5: gpio@20ac000 {
432                                 compatible = "    432                                 compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
433                                 reg = <0x020ac    433                                 reg = <0x020ac000 0x4000>;
434                                 interrupts = <    434                                 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
435                                              <    435                                              <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
436                                 clocks = <&clk    436                                 clocks = <&clks IMX6SLL_CLK_GPIO5>;
437                                 gpio-controlle    437                                 gpio-controller;
438                                 #gpio-cells =     438                                 #gpio-cells = <2>;
439                                 interrupt-cont    439                                 interrupt-controller;
440                                 #interrupt-cel    440                                 #interrupt-cells = <2>;
441                                 gpio-ranges =     441                                 gpio-ranges = <&iomuxc 0 135 1>, <&iomuxc 1 128 1>,
442                                                   442                                               <&iomuxc 2 132 1>, <&iomuxc 3 130 1>,
443                                                   443                                               <&iomuxc 4 127 1>, <&iomuxc 5 126 1>,
444                                                   444                                               <&iomuxc 6 120 1>, <&iomuxc 7 123 1>,
445                                                   445                                               <&iomuxc 8 118 1>, <&iomuxc 9 122 1>,
446                                                   446                                               <&iomuxc 10 124 1>, <&iomuxc 11 117 1>,
447                                                   447                                               <&iomuxc 12 121 1>, <&iomuxc 13 119 1>,
448                                                   448                                               <&iomuxc 14 116 1>, <&iomuxc 15 115 1>,
449                                                   449                                               <&iomuxc 16 140 2>, <&iomuxc 18 136 1>,
450                                                   450                                               <&iomuxc 19 138 1>, <&iomuxc 20 139 1>,
451                                                   451                                               <&iomuxc 21 137 1>;
452                         };                        452                         };
453                                                   453 
454                         gpio6: gpio@20b0000 {     454                         gpio6: gpio@20b0000 {
455                                 compatible = "    455                                 compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
456                                 reg = <0x020b0    456                                 reg = <0x020b0000 0x4000>;
457                                 interrupts = <    457                                 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>,
458                                              <    458                                              <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
459                                 clocks = <&clk    459                                 clocks = <&clks IMX6SLL_CLK_GPIO6>;
460                                 gpio-controlle    460                                 gpio-controller;
461                                 #gpio-cells =     461                                 #gpio-cells = <2>;
462                                 interrupt-cont    462                                 interrupt-controller;
463                                 #interrupt-cel    463                                 #interrupt-cells = <2>;
464                         };                        464                         };
465                                                   465 
466                         kpp: keypad@20b8000 {     466                         kpp: keypad@20b8000 {
467                                 compatible = "    467                                 compatible = "fsl,imx6sll-kpp", "fsl,imx21-kpp";
468                                 reg = <0x020b8    468                                 reg = <0x020b8000 0x4000>;
469                                 interrupts = <    469                                 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
470                                 clocks = <&clk    470                                 clocks = <&clks IMX6SLL_CLK_KPP>;
471                                 status = "disa    471                                 status = "disabled";
472                         };                        472                         };
473                                                   473 
474                         wdog1: watchdog@20bc00    474                         wdog1: watchdog@20bc000 {
475                                 compatible = "    475                                 compatible = "fsl,imx6sll-wdt", "fsl,imx21-wdt";
476                                 reg = <0x020bc    476                                 reg = <0x020bc000 0x4000>;
477                                 interrupts = <    477                                 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
478                                 clocks = <&clk    478                                 clocks = <&clks IMX6SLL_CLK_WDOG1>;
479                         };                        479                         };
480                                                   480 
481                         wdog2: watchdog@20c000    481                         wdog2: watchdog@20c0000 {
482                                 compatible = "    482                                 compatible = "fsl,imx6sll-wdt", "fsl,imx21-wdt";
483                                 reg = <0x020c0    483                                 reg = <0x020c0000 0x4000>;
484                                 interrupts = <    484                                 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
485                                 clocks = <&clk    485                                 clocks = <&clks IMX6SLL_CLK_WDOG2>;
486                                 status = "disa    486                                 status = "disabled";
487                         };                        487                         };
488                                                   488 
489                         clks: clock-controller    489                         clks: clock-controller@20c4000 {
490                                 compatible = "    490                                 compatible = "fsl,imx6sll-ccm";
491                                 reg = <0x020c4    491                                 reg = <0x020c4000 0x4000>;
492                                 interrupts = <    492                                 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
493                                              <    493                                              <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
494                                 #clock-cells =    494                                 #clock-cells = <1>;
495                                 clocks = <&cki    495                                 clocks = <&ckil>, <&osc>, <&ipp_di0>, <&ipp_di1>;
496                                 clock-names =     496                                 clock-names = "ckil", "osc", "ipp_di0", "ipp_di1";
497                                                   497 
498                                 assigned-clock    498                                 assigned-clocks = <&clks IMX6SLL_CLK_PERCLK_SEL>;
499                                 assigned-clock    499                                 assigned-clock-parents = <&clks IMX6SLL_CLK_OSC>;
500                         };                        500                         };
501                                                   501 
502                         anatop: anatop@20c8000    502                         anatop: anatop@20c8000 {
503                                 compatible = "    503                                 compatible = "fsl,imx6sll-anatop",
504                                              "    504                                              "fsl,imx6q-anatop",
505                                              "    505                                              "syscon", "simple-mfd";
506                                 reg = <0x020c8    506                                 reg = <0x020c8000 0x4000>;
507                                 interrupts = <    507                                 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>,
508                                              <    508                                              <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
509                                              <    509                                              <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
510                                 #address-cells    510                                 #address-cells = <1>;
511                                 #size-cells =     511                                 #size-cells = <0>;
512                                                   512 
513                                 reg_3p0: regul    513                                 reg_3p0: regulator-3p0@20c8120 {
514                                         compat    514                                         compatible = "fsl,anatop-regulator";
515                                         reg =     515                                         reg = <0x20c8120>;
516                                         regula    516                                         regulator-name = "vdd3p0";
517                                         regula    517                                         regulator-min-microvolt = <2625000>;
518                                         regula    518                                         regulator-max-microvolt = <3400000>;
519                                         anatop    519                                         anatop-reg-offset = <0x120>;
520                                         anatop    520                                         anatop-vol-bit-shift = <8>;
521                                         anatop    521                                         anatop-vol-bit-width = <5>;
522                                         anatop    522                                         anatop-min-bit-val = <0>;
523                                         anatop    523                                         anatop-min-voltage = <2625000>;
524                                         anatop    524                                         anatop-max-voltage = <3400000>;
525                                         anatop    525                                         anatop-enable-bit = <0>;
526                                 };                526                                 };
527                                                   527 
528                                 tempmon: tempe    528                                 tempmon: temperature-sensor {
529                                         compat    529                                         compatible = "fsl,imx6sll-tempmon", "fsl,imx6sx-tempmon";
530                                         interr    530                                         interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
531                                         interr    531                                         interrupt-parent = <&gpc>;
532                                         fsl,te    532                                         fsl,tempmon = <&anatop>;
533                                         nvmem-    533                                         nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
534                                         nvmem-    534                                         nvmem-cell-names = "calib", "temp_grade";
535                                         clocks    535                                         clocks = <&clks IMX6SLL_CLK_PLL3_USB_OTG>;
536                                 };                536                                 };
537                         };                        537                         };
538                                                   538 
539                         usbphy1: usb-phy@20c90    539                         usbphy1: usb-phy@20c9000 {
540                                 compatible = "    540                                 compatible = "fsl,imx6sll-usbphy", "fsl,imx6ul-usbphy",
541                                                   541                                                 "fsl,imx23-usbphy";
542                                 reg = <0x020c9    542                                 reg = <0x020c9000 0x1000>;
543                                 interrupts = <    543                                 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
544                                 clocks = <&clk    544                                 clocks = <&clks IMX6SLL_CLK_USBPHY1>;
545                                 phy-3p0-supply    545                                 phy-3p0-supply = <&reg_3p0>;
546                                 fsl,anatop = <    546                                 fsl,anatop = <&anatop>;
547                         };                        547                         };
548                                                   548 
549                         usbphy2: usb-phy@20ca0    549                         usbphy2: usb-phy@20ca000 {
550                                 compatible = "    550                                 compatible = "fsl,imx6sll-usbphy", "fsl,imx6ul-usbphy",
551                                                   551                                                 "fsl,imx23-usbphy";
552                                 reg = <0x020ca    552                                 reg = <0x020ca000 0x1000>;
553                                 interrupts = <    553                                 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
554                                 clocks = <&clk    554                                 clocks = <&clks IMX6SLL_CLK_USBPHY2>;
555                                 phy-3p0-supply    555                                 phy-3p0-supply = <&reg_3p0>;
556                                 fsl,anatop = <    556                                 fsl,anatop = <&anatop>;
557                         };                        557                         };
558                                                   558 
559                         snvs: snvs@20cc000 {      559                         snvs: snvs@20cc000 {
560                                 compatible = "    560                                 compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
561                                 reg = <0x020cc    561                                 reg = <0x020cc000 0x4000>;
562                                                   562 
563                                 snvs_rtc: snvs    563                                 snvs_rtc: snvs-rtc-lp {
564                                         compat    564                                         compatible = "fsl,sec-v4.0-mon-rtc-lp";
565                                         regmap    565                                         regmap = <&snvs>;
566                                         offset    566                                         offset = <0x34>;
567                                         interr    567                                         interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
568                                                   568                                                      <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
569                                 };                569                                 };
570                                                   570 
571                                 snvs_poweroff:    571                                 snvs_poweroff: snvs-poweroff {
572                                         compat    572                                         compatible = "syscon-poweroff";
573                                         regmap    573                                         regmap = <&snvs>;
574                                         offset    574                                         offset = <0x38>;
575                                         mask =    575                                         mask = <0x61>;
576                                         status    576                                         status = "disabled";
577                                 };                577                                 };
578                                                   578 
579                                 snvs_pwrkey: s    579                                 snvs_pwrkey: snvs-powerkey {
580                                         compat    580                                         compatible = "fsl,sec-v4.0-pwrkey";
581                                         regmap    581                                         regmap = <&snvs>;
582                                         interr    582                                         interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
583                                         linux,    583                                         linux,keycode = <KEY_POWER>;
584                                         wakeup    584                                         wakeup-source;
585                                         status    585                                         status = "disabled";
586                                 };                586                                 };
587                         };                        587                         };
588                                                   588 
589                         src: reset-controller@    589                         src: reset-controller@20d8000 {
590                                 compatible = "    590                                 compatible = "fsl,imx6sll-src", "fsl,imx51-src";
591                                 reg = <0x020d8    591                                 reg = <0x020d8000 0x4000>;
592                                 interrupts = <    592                                 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,
593                                              <    593                                              <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
594                                 #reset-cells =    594                                 #reset-cells = <1>;
595                         };                        595                         };
596                                                   596 
597                         gpc: interrupt-control    597                         gpc: interrupt-controller@20dc000 {
598                                 compatible = "    598                                 compatible = "fsl,imx6sll-gpc", "fsl,imx6q-gpc";
599                                 reg = <0x020dc    599                                 reg = <0x020dc000 0x4000>;
600                                 interrupt-cont    600                                 interrupt-controller;
601                                 #interrupt-cel    601                                 #interrupt-cells = <3>;
602                                 interrupts = <    602                                 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
603                                 interrupt-pare    603                                 interrupt-parent = <&intc>;
604                         };                        604                         };
605                                                   605 
606                         iomuxc: pinctrl@20e000    606                         iomuxc: pinctrl@20e0000 {
607                                 compatible = "    607                                 compatible = "fsl,imx6sll-iomuxc";
608                                 reg = <0x020e0    608                                 reg = <0x020e0000 0x4000>;
609                         };                        609                         };
610                                                   610 
611                         gpr: iomuxc-gpr@20e400    611                         gpr: iomuxc-gpr@20e4000 {
612                                 compatible = "    612                                 compatible = "fsl,imx6sll-iomuxc-gpr",
613                                              "    613                                              "fsl,imx6q-iomuxc-gpr", "syscon";
614                                 reg = <0x020e4    614                                 reg = <0x020e4000 0x4000>;
615                         };                        615                         };
616                                                   616 
617                         csi: csi@20e8000 {        617                         csi: csi@20e8000 {
618                                 compatible = "    618                                 compatible = "fsl,imx6sll-csi", "fsl,imx6s-csi";
619                                 reg = <0x020e8    619                                 reg = <0x020e8000 0x4000>;
620                                 interrupts = <    620                                 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
621                                 clocks = <&clk    621                                 clocks = <&clks IMX6SLL_CLK_DUMMY>,
622                                          <&clk    622                                          <&clks IMX6SLL_CLK_CSI>,
623                                          <&clk    623                                          <&clks IMX6SLL_CLK_DUMMY>;
624                                 clock-names =     624                                 clock-names = "disp-axi", "csi_mclk", "disp_dcic";
625                                 status = "disa    625                                 status = "disabled";
626                         };                        626                         };
627                                                   627 
628                         sdma: dma-controller@2    628                         sdma: dma-controller@20ec000 {
629                                 compatible = "    629                                 compatible = "fsl,imx6sll-sdma", "fsl,imx6ul-sdma";
630                                 reg = <0x020ec    630                                 reg = <0x020ec000 0x4000>;
631                                 interrupts = <    631                                 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
632                                 clocks = <&clk    632                                 clocks = <&clks IMX6SLL_CLK_IPG>,
633                                          <&clk    633                                          <&clks IMX6SLL_CLK_SDMA>;
634                                 clock-names =     634                                 clock-names = "ipg", "ahb";
635                                 #dma-cells = <    635                                 #dma-cells = <3>;
636                                 iram = <&ocram    636                                 iram = <&ocram>;
637                                 fsl,sdma-ram-s    637                                 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
638                         };                        638                         };
639                                                   639 
640                         pxp: pxp@20f0000 {        640                         pxp: pxp@20f0000 {
641                                 compatible = "    641                                 compatible = "fsl,imx6sll-pxp", "fsl,imx6ull-pxp";
642                                 reg = <0x20f00    642                                 reg = <0x20f0000 0x4000>;
643                                 interrupts = <    643                                 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>,
644                                         <GIC_S    644                                         <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
645                                 clocks = <&clk    645                                 clocks = <&clks IMX6SLL_CLK_PXP>;
646                                 clock-names =     646                                 clock-names = "axi";
647                         };                        647                         };
648                                                   648 
649                         lcdif: lcd-controller@    649                         lcdif: lcd-controller@20f8000 {
650                                 compatible = "    650                                 compatible = "fsl,imx6sll-lcdif", "fsl,imx28-lcdif";
651                                 reg = <0x020f8    651                                 reg = <0x020f8000 0x4000>;
652                                 interrupts = <    652                                 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
653                                 clocks = <&clk    653                                 clocks = <&clks IMX6SLL_CLK_LCDIF_PIX>,
654                                          <&clk    654                                          <&clks IMX6SLL_CLK_LCDIF_APB>,
655                                          <&clk    655                                          <&clks IMX6SLL_CLK_DUMMY>;
656                                 clock-names =     656                                 clock-names = "pix", "axi", "disp_axi";
657                                 status = "disa    657                                 status = "disabled";
658                         };                        658                         };
659                                                   659 
660                         dcp: crypto@20fc000 {     660                         dcp: crypto@20fc000 {
661                                 compatible = "    661                                 compatible = "fsl,imx28-dcp";
662                                 reg = <0x020fc    662                                 reg = <0x020fc000 0x4000>;
663                                 interrupts = <    663                                 interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>,
664                                              <    664                                              <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>,
665                                              <    665                                              <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
666                                 clocks = <&clk    666                                 clocks = <&clks IMX6SLL_CLK_DCP>;
667                                 clock-names =     667                                 clock-names = "dcp";
668                         };                        668                         };
669                 };                                669                 };
670                                                   670 
671                 aips2: bus@2100000 {              671                 aips2: bus@2100000 {
672                         compatible = "fsl,aips    672                         compatible = "fsl,aips-bus", "simple-bus";
673                         #address-cells = <1>;     673                         #address-cells = <1>;
674                         #size-cells = <1>;        674                         #size-cells = <1>;
675                         reg = <0x02100000 0x10    675                         reg = <0x02100000 0x100000>;
676                         ranges;                   676                         ranges;
677                                                   677 
678                         usbotg1: usb@2184000 {    678                         usbotg1: usb@2184000 {
679                                 compatible = "    679                                 compatible = "fsl,imx6sll-usb", "fsl,imx6ul-usb",
680                                                   680                                                 "fsl,imx27-usb";
681                                 reg = <0x02184    681                                 reg = <0x02184000 0x200>;
682                                 interrupts = <    682                                 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
683                                 clocks = <&clk    683                                 clocks = <&clks IMX6SLL_CLK_USBOH3>;
684                                 fsl,usbphy = <    684                                 fsl,usbphy = <&usbphy1>;
685                                 fsl,usbmisc =     685                                 fsl,usbmisc = <&usbmisc 0>;
686                                 ahb-burst-conf    686                                 ahb-burst-config = <0x0>;
687                                 tx-burst-size-    687                                 tx-burst-size-dword = <0x10>;
688                                 rx-burst-size-    688                                 rx-burst-size-dword = <0x10>;
689                                 status = "disa    689                                 status = "disabled";
690                         };                        690                         };
691                                                   691 
692                         usbotg2: usb@2184200 {    692                         usbotg2: usb@2184200 {
693                                 compatible = "    693                                 compatible = "fsl,imx6sll-usb", "fsl,imx6ul-usb",
694                                                   694                                                 "fsl,imx27-usb";
695                                 reg = <0x02184    695                                 reg = <0x02184200 0x200>;
696                                 interrupts = <    696                                 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
697                                 clocks = <&clk    697                                 clocks = <&clks IMX6SLL_CLK_USBOH3>;
698                                 fsl,usbphy = <    698                                 fsl,usbphy = <&usbphy2>;
699                                 fsl,usbmisc =     699                                 fsl,usbmisc = <&usbmisc 1>;
700                                 ahb-burst-conf    700                                 ahb-burst-config = <0x0>;
701                                 tx-burst-size-    701                                 tx-burst-size-dword = <0x10>;
702                                 rx-burst-size-    702                                 rx-burst-size-dword = <0x10>;
703                                 status = "disa    703                                 status = "disabled";
704                         };                        704                         };
705                                                   705 
706                         usbmisc: usbmisc@21848    706                         usbmisc: usbmisc@2184800 {
707                                 #index-cells =    707                                 #index-cells = <1>;
708                                 compatible = "    708                                 compatible = "fsl,imx6sll-usbmisc", "fsl,imx6ul-usbmisc",
709                                                   709                                                 "fsl,imx6q-usbmisc";
710                                 reg = <0x02184    710                                 reg = <0x02184800 0x200>;
711                         };                        711                         };
712                                                   712 
713                         usdhc1: mmc@2190000 {     713                         usdhc1: mmc@2190000 {
714                                 compatible = "    714                                 compatible = "fsl,imx6sll-usdhc", "fsl,imx6sx-usdhc";
715                                 reg = <0x02190    715                                 reg = <0x02190000 0x4000>;
716                                 interrupts = <    716                                 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
717                                 clocks = <&clk    717                                 clocks = <&clks IMX6SLL_CLK_USDHC1>,
718                                          <&clk    718                                          <&clks IMX6SLL_CLK_USDHC1>,
719                                          <&clk    719                                          <&clks IMX6SLL_CLK_USDHC1>;
720                                 clock-names =     720                                 clock-names = "ipg", "ahb", "per";
721                                 bus-width = <4    721                                 bus-width = <4>;
722                                 fsl,tuning-ste    722                                 fsl,tuning-step = <2>;
723                                 fsl,tuning-sta    723                                 fsl,tuning-start-tap = <20>;
724                                 status = "disa    724                                 status = "disabled";
725                         };                        725                         };
726                                                   726 
727                         usdhc2: mmc@2194000 {     727                         usdhc2: mmc@2194000 {
728                                 compatible = "    728                                 compatible = "fsl,imx6sll-usdhc", "fsl,imx6sx-usdhc";
729                                 reg = <0x02194    729                                 reg = <0x02194000 0x4000>;
730                                 interrupts = <    730                                 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
731                                 clocks = <&clk    731                                 clocks = <&clks IMX6SLL_CLK_USDHC2>,
732                                          <&clk    732                                          <&clks IMX6SLL_CLK_USDHC2>,
733                                          <&clk    733                                          <&clks IMX6SLL_CLK_USDHC2>;
734                                 clock-names =     734                                 clock-names = "ipg", "ahb", "per";
735                                 bus-width = <4    735                                 bus-width = <4>;
736                                 fsl,tuning-ste    736                                 fsl,tuning-step = <2>;
737                                 fsl,tuning-sta    737                                 fsl,tuning-start-tap = <20>;
738                                 status = "disa    738                                 status = "disabled";
739                         };                        739                         };
740                                                   740 
741                         usdhc3: mmc@2198000 {     741                         usdhc3: mmc@2198000 {
742                                 compatible = "    742                                 compatible = "fsl,imx6sll-usdhc", "fsl,imx6sx-usdhc";
743                                 reg = <0x02198    743                                 reg = <0x02198000 0x4000>;
744                                 interrupts = <    744                                 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
745                                 clocks = <&clk    745                                 clocks = <&clks IMX6SLL_CLK_USDHC3>,
746                                          <&clk    746                                          <&clks IMX6SLL_CLK_USDHC3>,
747                                          <&clk    747                                          <&clks IMX6SLL_CLK_USDHC3>;
748                                 clock-names =     748                                 clock-names = "ipg", "ahb", "per";
749                                 bus-width = <4    749                                 bus-width = <4>;
750                                 fsl,tuning-ste    750                                 fsl,tuning-step = <2>;
751                                 fsl,tuning-sta    751                                 fsl,tuning-start-tap = <20>;
752                                 status = "disa    752                                 status = "disabled";
753                         };                        753                         };
754                                                   754 
755                         i2c1: i2c@21a0000 {       755                         i2c1: i2c@21a0000 {
756                                 #address-cells    756                                 #address-cells = <1>;
757                                 #size-cells =     757                                 #size-cells = <0>;
758                                 compatible = "    758                                 compatible = "fsl,imx6sll-i2c", "fsl,imx21-i2c";
759                                 reg = <0x021a0    759                                 reg = <0x021a0000 0x4000>;
760                                 interrupts = <    760                                 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
761                                 clocks = <&clk    761                                 clocks = <&clks IMX6SLL_CLK_I2C1>;
762                                 status = "disa    762                                 status = "disabled";
763                         };                        763                         };
764                                                   764 
765                         i2c2: i2c@21a4000 {       765                         i2c2: i2c@21a4000 {
766                                 #address-cells    766                                 #address-cells = <1>;
767                                 #size-cells =     767                                 #size-cells = <0>;
768                                 compatible = "    768                                 compatible = "fsl,imx6sll-i2c", "fsl,imx21-i2c";
769                                 reg = <0x021a4    769                                 reg = <0x021a4000 0x4000>;
770                                 interrupts = <    770                                 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
771                                 clocks = <&clk    771                                 clocks = <&clks IMX6SLL_CLK_I2C2>;
772                                 status = "disa    772                                 status = "disabled";
773                         };                        773                         };
774                                                   774 
775                         i2c3: i2c@21a8000 {       775                         i2c3: i2c@21a8000 {
776                                 #address-cells    776                                 #address-cells = <1>;
777                                 #size-cells =     777                                 #size-cells = <0>;
778                                 compatible = "    778                                 compatible = "fsl,imx6sll-i2c", "fsl,imx21-i2c";
779                                 reg = <0x021a8    779                                 reg = <0x021a8000 0x4000>;
780                                 interrupts = <    780                                 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
781                                 clocks = <&clk    781                                 clocks = <&clks IMX6SLL_CLK_I2C3>;
782                                 status = "disa    782                                 status = "disabled";
783                         };                        783                         };
784                                                   784 
785                         mmdc: memory-controlle    785                         mmdc: memory-controller@21b0000 {
786                                 compatible = "    786                                 compatible = "fsl,imx6sll-mmdc", "fsl,imx6q-mmdc";
787                                 reg = <0x021b0    787                                 reg = <0x021b0000 0x4000>;
788                                 clocks = <&clk    788                                 clocks = <&clks IMX6SLL_CLK_MMDC_P0_IPG>;
789                         };                        789                         };
790                                                   790 
791                         rngb: rng@21b4000 {       791                         rngb: rng@21b4000 {
792                                 compatible = "    792                                 compatible = "fsl,imx6sll-rngb", "fsl,imx25-rngb";
793                                 reg = <0x021b4    793                                 reg = <0x021b4000 0x4000>;
794                                 interrupts = <    794                                 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
795                                 clocks = <&clk    795                                 clocks = <&clks IMX6SLL_CLK_DUMMY>;
796                         };                        796                         };
797                                                   797 
798                         ocotp: efuse@21bc000 {    798                         ocotp: efuse@21bc000 {
799                                 #address-cells    799                                 #address-cells = <1>;
800                                 #size-cells =     800                                 #size-cells = <1>;
801                                 compatible = "    801                                 compatible = "fsl,imx6sll-ocotp", "syscon";
802                                 reg = <0x021bc    802                                 reg = <0x021bc000 0x4000>;
803                                 clocks = <&clk    803                                 clocks = <&clks IMX6SLL_CLK_OCOTP>;
804                                                   804 
805                                 cpu_speed_grad    805                                 cpu_speed_grade: speed-grade@10 {
806                                         reg =     806                                         reg = <0x10 4>;
807                                 };                807                                 };
808                                                   808 
809                                 tempmon_calib:    809                                 tempmon_calib: calib@38 {
810                                         reg =     810                                         reg = <0x38 4>;
811                                 };                811                                 };
812                                                   812 
813                                 tempmon_temp_g    813                                 tempmon_temp_grade: temp-grade@20 {
814                                         reg =     814                                         reg = <0x20 4>;
815                                 };                815                                 };
816                         };                        816                         };
817                                                   817 
818                         audmux: audmux@21d8000    818                         audmux: audmux@21d8000 {
819                                 compatible = "    819                                 compatible = "fsl,imx6sll-audmux", "fsl,imx31-audmux";
820                                 reg = <0x021d8    820                                 reg = <0x021d8000 0x4000>;
821                                 status = "disa    821                                 status = "disabled";
822                         };                        822                         };
823                                                   823 
824                         uart5: serial@21f4000     824                         uart5: serial@21f4000 {
825                                 compatible = "    825                                 compatible = "fsl,imx6sll-uart", "fsl,imx6q-uart",
826                                              "    826                                              "fsl,imx21-uart";
827                                 reg = <0x021f4    827                                 reg = <0x021f4000 0x4000>;
828                                 interrupts = <    828                                 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
829                                 dmas = <&sdma     829                                 dmas = <&sdma 33 4 0>, <&sdma 34 4 0>;
830                                 dma-names = "r    830                                 dma-names = "rx", "tx";
831                                 clocks = <&clk    831                                 clocks = <&clks IMX6SLL_CLK_UART5_IPG>,
832                                          <&clk    832                                          <&clks IMX6SLL_CLK_UART5_SERIAL>;
833                                 clock-names =     833                                 clock-names = "ipg", "per";
834                                 status = "disa    834                                 status = "disabled";
835                         };                        835                         };
836                 };                                836                 };
837         };                                        837         };
838 };                                                838 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php