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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/imx8mm.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/arm64/freescale/imx8mm.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/freescale/imx8mm.dtsi (Version linux-5.9.16)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright 2019 NXP                               3  * Copyright 2019 NXP
  4  */                                                 4  */
  5                                                     5 
  6 #include <dt-bindings/clock/imx8mm-clock.h>         6 #include <dt-bindings/clock/imx8mm-clock.h>
  7 #include <dt-bindings/gpio/gpio.h>                  7 #include <dt-bindings/gpio/gpio.h>
  8 #include <dt-bindings/input/input.h>                8 #include <dt-bindings/input/input.h>
  9 #include <dt-bindings/interrupt-controller/arm      9 #include <dt-bindings/interrupt-controller/arm-gic.h>
 10 #include <dt-bindings/power/imx8mm-power.h>    << 
 11 #include <dt-bindings/reset/imx8mq-reset.h>    << 
 12 #include <dt-bindings/thermal/thermal.h>           10 #include <dt-bindings/thermal/thermal.h>
 13                                                    11 
 14 #include "imx8mm-pinfunc.h"                        12 #include "imx8mm-pinfunc.h"
 15                                                    13 
 16 / {                                                14 / {
 17         interrupt-parent = <&gic>;                 15         interrupt-parent = <&gic>;
 18         #address-cells = <2>;                      16         #address-cells = <2>;
 19         #size-cells = <2>;                         17         #size-cells = <2>;
 20                                                    18 
 21         aliases {                                  19         aliases {
 22                 ethernet0 = &fec1;                 20                 ethernet0 = &fec1;
 23                 gpio0 = &gpio1;                    21                 gpio0 = &gpio1;
 24                 gpio1 = &gpio2;                    22                 gpio1 = &gpio2;
 25                 gpio2 = &gpio3;                    23                 gpio2 = &gpio3;
 26                 gpio3 = &gpio4;                    24                 gpio3 = &gpio4;
 27                 gpio4 = &gpio5;                    25                 gpio4 = &gpio5;
 28                 i2c0 = &i2c1;                      26                 i2c0 = &i2c1;
 29                 i2c1 = &i2c2;                      27                 i2c1 = &i2c2;
 30                 i2c2 = &i2c3;                      28                 i2c2 = &i2c3;
 31                 i2c3 = &i2c4;                      29                 i2c3 = &i2c4;
 32                 mmc0 = &usdhc1;                    30                 mmc0 = &usdhc1;
 33                 mmc1 = &usdhc2;                    31                 mmc1 = &usdhc2;
 34                 mmc2 = &usdhc3;                    32                 mmc2 = &usdhc3;
 35                 serial0 = &uart1;                  33                 serial0 = &uart1;
 36                 serial1 = &uart2;                  34                 serial1 = &uart2;
 37                 serial2 = &uart3;                  35                 serial2 = &uart3;
 38                 serial3 = &uart4;                  36                 serial3 = &uart4;
 39                 spi0 = &ecspi1;                    37                 spi0 = &ecspi1;
 40                 spi1 = &ecspi2;                    38                 spi1 = &ecspi2;
 41                 spi2 = &ecspi3;                    39                 spi2 = &ecspi3;
 42         };                                         40         };
 43                                                    41 
 44         cpus {                                     42         cpus {
 45                 #address-cells = <1>;              43                 #address-cells = <1>;
 46                 #size-cells = <0>;                 44                 #size-cells = <0>;
 47                                                    45 
 48                 idle-states {                      46                 idle-states {
 49                         entry-method = "psci";     47                         entry-method = "psci";
 50                                                    48 
 51                         cpu_pd_wait: cpu-pd-wa     49                         cpu_pd_wait: cpu-pd-wait {
 52                                 compatible = "     50                                 compatible = "arm,idle-state";
 53                                 arm,psci-suspe     51                                 arm,psci-suspend-param = <0x0010033>;
 54                                 local-timer-st     52                                 local-timer-stop;
 55                                 entry-latency-     53                                 entry-latency-us = <1000>;
 56                                 exit-latency-u     54                                 exit-latency-us = <700>;
 57                                 min-residency-     55                                 min-residency-us = <2700>;
 58                         };                         56                         };
 59                 };                                 57                 };
 60                                                    58 
 61                 A53_0: cpu@0 {                     59                 A53_0: cpu@0 {
 62                         device_type = "cpu";       60                         device_type = "cpu";
 63                         compatible = "arm,cort     61                         compatible = "arm,cortex-a53";
 64                         reg = <0x0>;               62                         reg = <0x0>;
 65                         clock-latency = <61036     63                         clock-latency = <61036>; /* two CLK32 periods */
 66                         clocks = <&clk IMX8MM_     64                         clocks = <&clk IMX8MM_CLK_ARM>;
 67                         enable-method = "psci"     65                         enable-method = "psci";
 68                         i-cache-size = <0x8000 << 
 69                         i-cache-line-size = <6 << 
 70                         i-cache-sets = <256>;  << 
 71                         d-cache-size = <0x8000 << 
 72                         d-cache-line-size = <6 << 
 73                         d-cache-sets = <128>;  << 
 74                         next-level-cache = <&A     66                         next-level-cache = <&A53_L2>;
 75                         operating-points-v2 =      67                         operating-points-v2 = <&a53_opp_table>;
 76                         nvmem-cells = <&cpu_sp     68                         nvmem-cells = <&cpu_speed_grade>;
 77                         nvmem-cell-names = "sp     69                         nvmem-cell-names = "speed_grade";
 78                         cpu-idle-states = <&cp     70                         cpu-idle-states = <&cpu_pd_wait>;
 79                         #cooling-cells = <2>;      71                         #cooling-cells = <2>;
 80                 };                                 72                 };
 81                                                    73 
 82                 A53_1: cpu@1 {                     74                 A53_1: cpu@1 {
 83                         device_type = "cpu";       75                         device_type = "cpu";
 84                         compatible = "arm,cort     76                         compatible = "arm,cortex-a53";
 85                         reg = <0x1>;               77                         reg = <0x1>;
 86                         clock-latency = <61036     78                         clock-latency = <61036>; /* two CLK32 periods */
 87                         clocks = <&clk IMX8MM_     79                         clocks = <&clk IMX8MM_CLK_ARM>;
 88                         enable-method = "psci"     80                         enable-method = "psci";
 89                         i-cache-size = <0x8000 << 
 90                         i-cache-line-size = <6 << 
 91                         i-cache-sets = <256>;  << 
 92                         d-cache-size = <0x8000 << 
 93                         d-cache-line-size = <6 << 
 94                         d-cache-sets = <128>;  << 
 95                         next-level-cache = <&A     81                         next-level-cache = <&A53_L2>;
 96                         operating-points-v2 =      82                         operating-points-v2 = <&a53_opp_table>;
 97                         cpu-idle-states = <&cp     83                         cpu-idle-states = <&cpu_pd_wait>;
 98                         #cooling-cells = <2>;      84                         #cooling-cells = <2>;
 99                 };                                 85                 };
100                                                    86 
101                 A53_2: cpu@2 {                     87                 A53_2: cpu@2 {
102                         device_type = "cpu";       88                         device_type = "cpu";
103                         compatible = "arm,cort     89                         compatible = "arm,cortex-a53";
104                         reg = <0x2>;               90                         reg = <0x2>;
105                         clock-latency = <61036     91                         clock-latency = <61036>; /* two CLK32 periods */
106                         clocks = <&clk IMX8MM_     92                         clocks = <&clk IMX8MM_CLK_ARM>;
107                         enable-method = "psci"     93                         enable-method = "psci";
108                         i-cache-size = <0x8000 << 
109                         i-cache-line-size = <6 << 
110                         i-cache-sets = <256>;  << 
111                         d-cache-size = <0x8000 << 
112                         d-cache-line-size = <6 << 
113                         d-cache-sets = <128>;  << 
114                         next-level-cache = <&A     94                         next-level-cache = <&A53_L2>;
115                         operating-points-v2 =      95                         operating-points-v2 = <&a53_opp_table>;
116                         cpu-idle-states = <&cp     96                         cpu-idle-states = <&cpu_pd_wait>;
117                         #cooling-cells = <2>;      97                         #cooling-cells = <2>;
118                 };                                 98                 };
119                                                    99 
120                 A53_3: cpu@3 {                    100                 A53_3: cpu@3 {
121                         device_type = "cpu";      101                         device_type = "cpu";
122                         compatible = "arm,cort    102                         compatible = "arm,cortex-a53";
123                         reg = <0x3>;              103                         reg = <0x3>;
124                         clock-latency = <61036    104                         clock-latency = <61036>; /* two CLK32 periods */
125                         clocks = <&clk IMX8MM_    105                         clocks = <&clk IMX8MM_CLK_ARM>;
126                         enable-method = "psci"    106                         enable-method = "psci";
127                         i-cache-size = <0x8000 << 
128                         i-cache-line-size = <6 << 
129                         i-cache-sets = <256>;  << 
130                         d-cache-size = <0x8000 << 
131                         d-cache-line-size = <6 << 
132                         d-cache-sets = <128>;  << 
133                         next-level-cache = <&A    107                         next-level-cache = <&A53_L2>;
134                         operating-points-v2 =     108                         operating-points-v2 = <&a53_opp_table>;
135                         cpu-idle-states = <&cp    109                         cpu-idle-states = <&cpu_pd_wait>;
136                         #cooling-cells = <2>;     110                         #cooling-cells = <2>;
137                 };                                111                 };
138                                                   112 
139                 A53_L2: l2-cache0 {               113                 A53_L2: l2-cache0 {
140                         compatible = "cache";     114                         compatible = "cache";
141                         cache-level = <2>;     << 
142                         cache-unified;         << 
143                         cache-size = <0x80000> << 
144                         cache-line-size = <64> << 
145                         cache-sets = <512>;    << 
146                 };                                115                 };
147         };                                        116         };
148                                                   117 
149         a53_opp_table: opp-table {                118         a53_opp_table: opp-table {
150                 compatible = "operating-points    119                 compatible = "operating-points-v2";
151                 opp-shared;                       120                 opp-shared;
152                                                   121 
153                 opp-1200000000 {                  122                 opp-1200000000 {
154                         opp-hz = /bits/ 64 <12    123                         opp-hz = /bits/ 64 <1200000000>;
155                         opp-microvolt = <85000    124                         opp-microvolt = <850000>;
156                         opp-supported-hw = <0x    125                         opp-supported-hw = <0xe>, <0x7>;
157                         clock-latency-ns = <15    126                         clock-latency-ns = <150000>;
158                         opp-suspend;              127                         opp-suspend;
159                 };                                128                 };
160                                                   129 
161                 opp-1600000000 {                  130                 opp-1600000000 {
162                         opp-hz = /bits/ 64 <16    131                         opp-hz = /bits/ 64 <1600000000>;
163                         opp-microvolt = <95000    132                         opp-microvolt = <950000>;
164                         opp-supported-hw = <0x    133                         opp-supported-hw = <0xc>, <0x7>;
165                         clock-latency-ns = <15    134                         clock-latency-ns = <150000>;
166                         opp-suspend;              135                         opp-suspend;
167                 };                                136                 };
168                                                   137 
169                 opp-1800000000 {                  138                 opp-1800000000 {
170                         opp-hz = /bits/ 64 <18    139                         opp-hz = /bits/ 64 <1800000000>;
171                         opp-microvolt = <10000    140                         opp-microvolt = <1000000>;
172                         opp-supported-hw = <0x    141                         opp-supported-hw = <0x8>, <0x3>;
173                         clock-latency-ns = <15    142                         clock-latency-ns = <150000>;
174                         opp-suspend;              143                         opp-suspend;
175                 };                                144                 };
176         };                                        145         };
177                                                   146 
178         osc_32k: clock-osc-32k {                  147         osc_32k: clock-osc-32k {
179                 compatible = "fixed-clock";       148                 compatible = "fixed-clock";
180                 #clock-cells = <0>;               149                 #clock-cells = <0>;
181                 clock-frequency = <32768>;        150                 clock-frequency = <32768>;
182                 clock-output-names = "osc_32k"    151                 clock-output-names = "osc_32k";
183         };                                        152         };
184                                                   153 
185         osc_24m: clock-osc-24m {                  154         osc_24m: clock-osc-24m {
186                 compatible = "fixed-clock";       155                 compatible = "fixed-clock";
187                 #clock-cells = <0>;               156                 #clock-cells = <0>;
188                 clock-frequency = <24000000>;     157                 clock-frequency = <24000000>;
189                 clock-output-names = "osc_24m"    158                 clock-output-names = "osc_24m";
190         };                                        159         };
191                                                   160 
192         clk_ext1: clock-ext1 {                    161         clk_ext1: clock-ext1 {
193                 compatible = "fixed-clock";       162                 compatible = "fixed-clock";
194                 #clock-cells = <0>;               163                 #clock-cells = <0>;
195                 clock-frequency = <133000000>;    164                 clock-frequency = <133000000>;
196                 clock-output-names = "clk_ext1    165                 clock-output-names = "clk_ext1";
197         };                                        166         };
198                                                   167 
199         clk_ext2: clock-ext2 {                    168         clk_ext2: clock-ext2 {
200                 compatible = "fixed-clock";       169                 compatible = "fixed-clock";
201                 #clock-cells = <0>;               170                 #clock-cells = <0>;
202                 clock-frequency = <133000000>;    171                 clock-frequency = <133000000>;
203                 clock-output-names = "clk_ext2    172                 clock-output-names = "clk_ext2";
204         };                                        173         };
205                                                   174 
206         clk_ext3: clock-ext3 {                    175         clk_ext3: clock-ext3 {
207                 compatible = "fixed-clock";       176                 compatible = "fixed-clock";
208                 #clock-cells = <0>;               177                 #clock-cells = <0>;
209                 clock-frequency = <133000000>;    178                 clock-frequency = <133000000>;
210                 clock-output-names = "clk_ext3    179                 clock-output-names = "clk_ext3";
211         };                                        180         };
212                                                   181 
213         clk_ext4: clock-ext4 {                    182         clk_ext4: clock-ext4 {
214                 compatible = "fixed-clock";       183                 compatible = "fixed-clock";
215                 #clock-cells = <0>;               184                 #clock-cells = <0>;
216                 clock-frequency = <133000000>; !! 185                 clock-frequency= <133000000>;
217                 clock-output-names = "clk_ext4    186                 clock-output-names = "clk_ext4";
218         };                                        187         };
219                                                   188 
220         psci {                                    189         psci {
221                 compatible = "arm,psci-1.0";      190                 compatible = "arm,psci-1.0";
222                 method = "smc";                   191                 method = "smc";
223         };                                        192         };
224                                                   193 
225         pmu {                                     194         pmu {
226                 compatible = "arm,cortex-a53-p !! 195                 compatible = "arm,armv8-pmuv3";
227                 interrupts = <GIC_PPI 7           196                 interrupts = <GIC_PPI 7
228                              (GIC_CPU_MASK_SIM !! 197                              (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_HIGH)>;
                                                   >> 198                 interrupt-affinity = <&A53_0>, <&A53_1>, <&A53_2>, <&A53_3>;
229         };                                        199         };
230                                                   200 
231         timer {                                   201         timer {
232                 compatible = "arm,armv8-timer"    202                 compatible = "arm,armv8-timer";
233                 interrupts = <GIC_PPI 13 (GIC_ !! 203                 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>, /* Physical Secure */
234                              <GIC_PPI 14 (GIC_ !! 204                              <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>, /* Physical Non-Secure */
235                              <GIC_PPI 11 (GIC_ !! 205                              <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>, /* Virtual */
236                              <GIC_PPI 10 (GIC_ !! 206                              <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>; /* Hypervisor */
237                 clock-frequency = <8000000>;      207                 clock-frequency = <8000000>;
238                 arm,no-tick-in-suspend;           208                 arm,no-tick-in-suspend;
239         };                                        209         };
240                                                   210 
241         thermal-zones {                           211         thermal-zones {
242                 cpu-thermal {                     212                 cpu-thermal {
243                         polling-delay-passive     213                         polling-delay-passive = <250>;
244                         polling-delay = <2000>    214                         polling-delay = <2000>;
245                         thermal-sensors = <&tm    215                         thermal-sensors = <&tmu>;
246                         trips {                   216                         trips {
247                                 cpu_alert0: tr    217                                 cpu_alert0: trip0 {
248                                         temper    218                                         temperature = <85000>;
249                                         hyster    219                                         hysteresis = <2000>;
250                                         type =    220                                         type = "passive";
251                                 };                221                                 };
252                                                   222 
253                                 cpu_crit0: tri    223                                 cpu_crit0: trip1 {
254                                         temper    224                                         temperature = <95000>;
255                                         hyster    225                                         hysteresis = <2000>;
256                                         type =    226                                         type = "critical";
257                                 };                227                                 };
258                         };                        228                         };
259                                                   229 
260                         cooling-maps {            230                         cooling-maps {
261                                 map0 {            231                                 map0 {
262                                         trip =    232                                         trip = <&cpu_alert0>;
263                                         coolin    233                                         cooling-device =
264                                                   234                                                 <&A53_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
265                                                   235                                                 <&A53_1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
266                                                   236                                                 <&A53_2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
267                                                   237                                                 <&A53_3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
268                                 };                238                                 };
269                         };                        239                         };
270                 };                                240                 };
271         };                                        241         };
272                                                   242 
273         usbphynop1: usbphynop1 {                  243         usbphynop1: usbphynop1 {
274                 #phy-cells = <0>;              << 
275                 compatible = "usb-nop-xceiv";     244                 compatible = "usb-nop-xceiv";
276                 clocks = <&clk IMX8MM_CLK_USB_    245                 clocks = <&clk IMX8MM_CLK_USB_PHY_REF>;
277                 assigned-clocks = <&clk IMX8MM    246                 assigned-clocks = <&clk IMX8MM_CLK_USB_PHY_REF>;
278                 assigned-clock-parents = <&clk    247                 assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_100M>;
279                 clock-names = "main_clk";         248                 clock-names = "main_clk";
280                 power-domains = <&pgc_otg1>;   << 
281         };                                        249         };
282                                                   250 
283         usbphynop2: usbphynop2 {                  251         usbphynop2: usbphynop2 {
284                 #phy-cells = <0>;              << 
285                 compatible = "usb-nop-xceiv";     252                 compatible = "usb-nop-xceiv";
286                 clocks = <&clk IMX8MM_CLK_USB_    253                 clocks = <&clk IMX8MM_CLK_USB_PHY_REF>;
287                 assigned-clocks = <&clk IMX8MM    254                 assigned-clocks = <&clk IMX8MM_CLK_USB_PHY_REF>;
288                 assigned-clock-parents = <&clk    255                 assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_100M>;
289                 clock-names = "main_clk";         256                 clock-names = "main_clk";
290                 power-domains = <&pgc_otg2>;   << 
291         };                                        257         };
292                                                   258 
293         soc: soc@0 {                           !! 259         soc@0 {
294                 compatible = "fsl,imx8mm-soc", !! 260                 compatible = "simple-bus";
295                 #address-cells = <1>;             261                 #address-cells = <1>;
296                 #size-cells = <1>;                262                 #size-cells = <1>;
297                 ranges = <0x0 0x0 0x0 0x3e0000    263                 ranges = <0x0 0x0 0x0 0x3e000000>;
298                 dma-ranges = <0x40000000 0x0 0 << 
299                 nvmem-cells = <&imx8mm_uid>;   << 
300                 nvmem-cell-names = "soc_unique << 
301                                                   264 
302                 aips1: bus@30000000 {             265                 aips1: bus@30000000 {
303                         compatible = "fsl,aips    266                         compatible = "fsl,aips-bus", "simple-bus";
304                         reg = <0x30000000 0x40    267                         reg = <0x30000000 0x400000>;
305                         #address-cells = <1>;     268                         #address-cells = <1>;
306                         #size-cells = <1>;        269                         #size-cells = <1>;
307                         ranges = <0x30000000 0    270                         ranges = <0x30000000 0x30000000 0x400000>;
308                                                   271 
309                         spba2: spba-bus@300000 !! 272                         sai1: sai@30010000 {
310                                 compatible = " !! 273                                 #sound-dai-cells = <0>;
311                                 #address-cells !! 274                                 compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
312                                 #size-cells =  !! 275                                 reg = <0x30010000 0x10000>;
313                                 reg = <0x30000 !! 276                                 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
314                                 ranges;        !! 277                                 clocks = <&clk IMX8MM_CLK_SAI1_IPG>,
315                                                !! 278                                          <&clk IMX8MM_CLK_SAI1_ROOT>,
316                                 sai1: sai@3001 !! 279                                          <&clk IMX8MM_CLK_DUMMY>, <&clk IMX8MM_CLK_DUMMY>;
317                                         #sound !! 280                                 clock-names = "bus", "mclk1", "mclk2", "mclk3";
318                                         compat !! 281                                 dmas = <&sdma2 0 2 0>, <&sdma2 1 2 0>;
319                                         reg =  !! 282                                 dma-names = "rx", "tx";
320                                         interr !! 283                                 status = "disabled";
321                                         clocks !! 284                         };
322                                                << 
323                                                << 
324                                         clock- << 
325                                         dmas = << 
326                                         dma-na << 
327                                         status << 
328                                 };             << 
329                                                << 
330                                 sai2: sai@3002 << 
331                                         #sound << 
332                                         compat << 
333                                         reg =  << 
334                                         interr << 
335                                         clocks << 
336                                                << 
337                                                << 
338                                         clock- << 
339                                         dmas = << 
340                                         dma-na << 
341                                         status << 
342                                 };             << 
343                                                << 
344                                 sai3: sai@3003 << 
345                                         #sound << 
346                                         compat << 
347                                         reg =  << 
348                                         interr << 
349                                         clocks << 
350                                                << 
351                                                << 
352                                         clock- << 
353                                         dmas = << 
354                                         dma-na << 
355                                         status << 
356                                 };             << 
357                                                   285 
358                                 sai5: sai@3005 !! 286                         sai2: sai@30020000 {
359                                         #sound !! 287                                 #sound-dai-cells = <0>;
360                                         compat !! 288                                 compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
361                                         reg =  !! 289                                 reg = <0x30020000 0x10000>;
362                                         interr !! 290                                 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
363                                         clocks !! 291                                 clocks = <&clk IMX8MM_CLK_SAI2_IPG>,
364                                                !! 292                                         <&clk IMX8MM_CLK_SAI2_ROOT>,
365                                                !! 293                                         <&clk IMX8MM_CLK_DUMMY>, <&clk IMX8MM_CLK_DUMMY>;
366                                         clock- !! 294                                 clock-names = "bus", "mclk1", "mclk2", "mclk3";
367                                         dmas = !! 295                                 dmas = <&sdma2 2 2 0>, <&sdma2 3 2 0>;
368                                         dma-na !! 296                                 dma-names = "rx", "tx";
369                                         status !! 297                                 status = "disabled";
370                                 };             !! 298                         };
371                                                   299 
372                                 sai6: sai@3006 !! 300                         sai3: sai@30030000 {
373                                         #sound !! 301                                 #sound-dai-cells = <0>;
374                                         compat !! 302                                 compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
375                                         reg =  !! 303                                 reg = <0x30030000 0x10000>;
376                                         interr !! 304                                 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
377                                         clocks !! 305                                 clocks = <&clk IMX8MM_CLK_SAI3_IPG>,
378                                                !! 306                                          <&clk IMX8MM_CLK_SAI3_ROOT>,
379                                                !! 307                                          <&clk IMX8MM_CLK_DUMMY>, <&clk IMX8MM_CLK_DUMMY>;
380                                         clock- !! 308                                 clock-names = "bus", "mclk1", "mclk2", "mclk3";
381                                         dmas = !! 309                                 dmas = <&sdma2 4 2 0>, <&sdma2 5 2 0>;
382                                         dma-na !! 310                                 dma-names = "rx", "tx";
383                                         status !! 311                                 status = "disabled";
384                                 };             !! 312                         };
385                                                   313 
386                                 micfil: audio- !! 314                         sai5: sai@30050000 {
387                                         compat !! 315                                 #sound-dai-cells = <0>;
388                                         reg =  !! 316                                 compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
389                                         interr !! 317                                 reg = <0x30050000 0x10000>;
390                                                !! 318                                 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
391                                                !! 319                                 clocks = <&clk IMX8MM_CLK_SAI5_IPG>,
392                                                !! 320                                          <&clk IMX8MM_CLK_SAI5_ROOT>,
393                                         clocks !! 321                                          <&clk IMX8MM_CLK_DUMMY>, <&clk IMX8MM_CLK_DUMMY>;
394                                                !! 322                                 clock-names = "bus", "mclk1", "mclk2", "mclk3";
395                                                !! 323                                 dmas = <&sdma2 8 2 0>, <&sdma2 9 2 0>;
396                                                !! 324                                 dma-names = "rx", "tx";
397                                                !! 325                                 status = "disabled";
398                                         clock- !! 326                         };
399                                                << 
400                                         dmas = << 
401                                         dma-na << 
402                                         #sound << 
403                                         status << 
404                                 };             << 
405                                                   327 
406                                 spdif1: spdif@ !! 328                         sai6: sai@30060000 {
407                                         compat !! 329                                 #sound-dai-cells = <0>;
408                                         reg =  !! 330                                 compatible = "fsl,imx8mm-sai", "fsl,imx8mq-sai";
409                                         interr !! 331                                 reg = <0x30060000 0x10000>;
410                                         clocks !! 332                                 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
411                                                !! 333                                 clocks = <&clk IMX8MM_CLK_SAI6_IPG>,
412                                                !! 334                                          <&clk IMX8MM_CLK_SAI6_ROOT>,
413                                                !! 335                                          <&clk IMX8MM_CLK_DUMMY>, <&clk IMX8MM_CLK_DUMMY>;
414                                                !! 336                                 clock-names = "bus", "mclk1", "mclk2", "mclk3";
415                                                !! 337                                 dmas = <&sdma2 10 2 0>, <&sdma2 11 2 0>;
416                                                !! 338                                 dma-names = "rx", "tx";
417                                                !! 339                                 status = "disabled";
418                                                << 
419                                                << 
420                                         clock- << 
421                                                << 
422                                                << 
423                                                << 
424                                                << 
425                                         dmas = << 
426                                         dma-na << 
427                                         status << 
428                                 };             << 
429                         };                        340                         };
430                                                   341 
431                         gpio1: gpio@30200000 {    342                         gpio1: gpio@30200000 {
432                                 compatible = "    343                                 compatible = "fsl,imx8mm-gpio", "fsl,imx35-gpio";
433                                 reg = <0x30200    344                                 reg = <0x30200000 0x10000>;
434                                 interrupts = <    345                                 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>,
435                                              <    346                                              <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
436                                 clocks = <&clk    347                                 clocks = <&clk IMX8MM_CLK_GPIO1_ROOT>;
437                                 gpio-controlle    348                                 gpio-controller;
438                                 #gpio-cells =     349                                 #gpio-cells = <2>;
439                                 interrupt-cont    350                                 interrupt-controller;
440                                 #interrupt-cel    351                                 #interrupt-cells = <2>;
441                                 gpio-ranges =     352                                 gpio-ranges = <&iomuxc 0 10 30>;
442                         };                        353                         };
443                                                   354 
444                         gpio2: gpio@30210000 {    355                         gpio2: gpio@30210000 {
445                                 compatible = "    356                                 compatible = "fsl,imx8mm-gpio", "fsl,imx35-gpio";
446                                 reg = <0x30210    357                                 reg = <0x30210000 0x10000>;
447                                 interrupts = <    358                                 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>,
448                                              <    359                                              <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
449                                 clocks = <&clk    360                                 clocks = <&clk IMX8MM_CLK_GPIO2_ROOT>;
450                                 gpio-controlle    361                                 gpio-controller;
451                                 #gpio-cells =     362                                 #gpio-cells = <2>;
452                                 interrupt-cont    363                                 interrupt-controller;
453                                 #interrupt-cel    364                                 #interrupt-cells = <2>;
454                                 gpio-ranges =     365                                 gpio-ranges = <&iomuxc 0 40 21>;
455                         };                        366                         };
456                                                   367 
457                         gpio3: gpio@30220000 {    368                         gpio3: gpio@30220000 {
458                                 compatible = "    369                                 compatible = "fsl,imx8mm-gpio", "fsl,imx35-gpio";
459                                 reg = <0x30220    370                                 reg = <0x30220000 0x10000>;
460                                 interrupts = <    371                                 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
461                                              <    372                                              <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
462                                 clocks = <&clk    373                                 clocks = <&clk IMX8MM_CLK_GPIO3_ROOT>;
463                                 gpio-controlle    374                                 gpio-controller;
464                                 #gpio-cells =     375                                 #gpio-cells = <2>;
465                                 interrupt-cont    376                                 interrupt-controller;
466                                 #interrupt-cel    377                                 #interrupt-cells = <2>;
467                                 gpio-ranges =     378                                 gpio-ranges = <&iomuxc 0 61 26>;
468                         };                        379                         };
469                                                   380 
470                         gpio4: gpio@30230000 {    381                         gpio4: gpio@30230000 {
471                                 compatible = "    382                                 compatible = "fsl,imx8mm-gpio", "fsl,imx35-gpio";
472                                 reg = <0x30230    383                                 reg = <0x30230000 0x10000>;
473                                 interrupts = <    384                                 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
474                                              <    385                                              <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
475                                 clocks = <&clk    386                                 clocks = <&clk IMX8MM_CLK_GPIO4_ROOT>;
476                                 gpio-controlle    387                                 gpio-controller;
477                                 #gpio-cells =     388                                 #gpio-cells = <2>;
478                                 interrupt-cont    389                                 interrupt-controller;
479                                 #interrupt-cel    390                                 #interrupt-cells = <2>;
480                                 gpio-ranges =     391                                 gpio-ranges = <&iomuxc 0 87 32>;
481                         };                        392                         };
482                                                   393 
483                         gpio5: gpio@30240000 {    394                         gpio5: gpio@30240000 {
484                                 compatible = "    395                                 compatible = "fsl,imx8mm-gpio", "fsl,imx35-gpio";
485                                 reg = <0x30240    396                                 reg = <0x30240000 0x10000>;
486                                 interrupts = <    397                                 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
487                                              <    398                                              <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
488                                 clocks = <&clk    399                                 clocks = <&clk IMX8MM_CLK_GPIO5_ROOT>;
489                                 gpio-controlle    400                                 gpio-controller;
490                                 #gpio-cells =     401                                 #gpio-cells = <2>;
491                                 interrupt-cont    402                                 interrupt-controller;
492                                 #interrupt-cel    403                                 #interrupt-cells = <2>;
493                                 gpio-ranges =     404                                 gpio-ranges = <&iomuxc 0 119 30>;
494                         };                        405                         };
495                                                   406 
496                         tmu: tmu@30260000 {       407                         tmu: tmu@30260000 {
497                                 compatible = "    408                                 compatible = "fsl,imx8mm-tmu";
498                                 reg = <0x30260    409                                 reg = <0x30260000 0x10000>;
499                                 clocks = <&clk    410                                 clocks = <&clk IMX8MM_CLK_TMU_ROOT>;
500                                 nvmem-cells =  << 
501                                 nvmem-cell-nam << 
502                                 #thermal-senso    411                                 #thermal-sensor-cells = <0>;
503                         };                        412                         };
504                                                   413 
505                         wdog1: watchdog@302800    414                         wdog1: watchdog@30280000 {
506                                 compatible = "    415                                 compatible = "fsl,imx8mm-wdt", "fsl,imx21-wdt";
507                                 reg = <0x30280    416                                 reg = <0x30280000 0x10000>;
508                                 interrupts = <    417                                 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
509                                 clocks = <&clk    418                                 clocks = <&clk IMX8MM_CLK_WDOG1_ROOT>;
510                                 status = "disa    419                                 status = "disabled";
511                         };                        420                         };
512                                                   421 
513                         wdog2: watchdog@302900    422                         wdog2: watchdog@30290000 {
514                                 compatible = "    423                                 compatible = "fsl,imx8mm-wdt", "fsl,imx21-wdt";
515                                 reg = <0x30290    424                                 reg = <0x30290000 0x10000>;
516                                 interrupts = <    425                                 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
517                                 clocks = <&clk    426                                 clocks = <&clk IMX8MM_CLK_WDOG2_ROOT>;
518                                 status = "disa    427                                 status = "disabled";
519                         };                        428                         };
520                                                   429 
521                         wdog3: watchdog@302a00    430                         wdog3: watchdog@302a0000 {
522                                 compatible = "    431                                 compatible = "fsl,imx8mm-wdt", "fsl,imx21-wdt";
523                                 reg = <0x302a0    432                                 reg = <0x302a0000 0x10000>;
524                                 interrupts = <    433                                 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
525                                 clocks = <&clk    434                                 clocks = <&clk IMX8MM_CLK_WDOG3_ROOT>;
526                                 status = "disa    435                                 status = "disabled";
527                         };                        436                         };
528                                                   437 
529                         sdma2: dma-controller@    438                         sdma2: dma-controller@302c0000 {
530                                 compatible = "    439                                 compatible = "fsl,imx8mm-sdma", "fsl,imx8mq-sdma";
531                                 reg = <0x302c0    440                                 reg = <0x302c0000 0x10000>;
532                                 interrupts = <    441                                 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
533                                 clocks = <&clk    442                                 clocks = <&clk IMX8MM_CLK_SDMA2_ROOT>,
534                                          <&clk    443                                          <&clk IMX8MM_CLK_SDMA2_ROOT>;
535                                 clock-names =     444                                 clock-names = "ipg", "ahb";
536                                 #dma-cells = <    445                                 #dma-cells = <3>;
537                                 fsl,sdma-ram-s    446                                 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx7d.bin";
538                         };                        447                         };
539                                                   448 
540                         sdma3: dma-controller@    449                         sdma3: dma-controller@302b0000 {
541                                 compatible = "    450                                 compatible = "fsl,imx8mm-sdma", "fsl,imx8mq-sdma";
542                                 reg = <0x302b0    451                                 reg = <0x302b0000 0x10000>;
543                                 interrupts = <    452                                 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
544                                 clocks = <&clk    453                                 clocks = <&clk IMX8MM_CLK_SDMA3_ROOT>,
545                                  <&clk IMX8MM_    454                                  <&clk IMX8MM_CLK_SDMA3_ROOT>;
546                                 clock-names =     455                                 clock-names = "ipg", "ahb";
547                                 #dma-cells = <    456                                 #dma-cells = <3>;
548                                 fsl,sdma-ram-s    457                                 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx7d.bin";
549                         };                        458                         };
550                                                   459 
551                         iomuxc: pinctrl@303300    460                         iomuxc: pinctrl@30330000 {
552                                 compatible = "    461                                 compatible = "fsl,imx8mm-iomuxc";
553                                 reg = <0x30330    462                                 reg = <0x30330000 0x10000>;
554                         };                        463                         };
555                                                   464 
556                         gpr: syscon@30340000 { !! 465                         gpr: iomuxc-gpr@30340000 {
557                                 compatible = "    466                                 compatible = "fsl,imx8mm-iomuxc-gpr", "syscon";
558                                 reg = <0x30340    467                                 reg = <0x30340000 0x10000>;
559                         };                        468                         };
560                                                   469 
561                         ocotp: efuse@30350000     470                         ocotp: efuse@30350000 {
562                                 compatible = "    471                                 compatible = "fsl,imx8mm-ocotp", "syscon";
563                                 reg = <0x30350    472                                 reg = <0x30350000 0x10000>;
564                                 clocks = <&clk    473                                 clocks = <&clk IMX8MM_CLK_OCOTP_ROOT>;
565                                 /* For nvmem s    474                                 /* For nvmem subnodes */
566                                 #address-cells    475                                 #address-cells = <1>;
567                                 #size-cells =     476                                 #size-cells = <1>;
568                                                   477 
569                                 /*             !! 478                                 cpu_speed_grade: speed-grade@10 {
570                                  * The registe << 
571                                  * Fusemap Des << 
572                                  * Assuming    << 
573                                  *   reg = <AD << 
574                                  * then        << 
575                                  *   Fuse Addr << 
576                                  * Note that i << 
577                                  * each subseq << 
578                                  * +0x10 in Fu << 
579                                  * reg = <0x4  << 
580                                  * 0x420).     << 
581                                  */            << 
582                                 imx8mm_uid: un << 
583                                         reg =  << 
584                                 };             << 
585                                                << 
586                                 cpu_speed_grad << 
587                                         reg =     479                                         reg = <0x10 4>;
588                                 };                480                                 };
589                                                << 
590                                 tmu_calib: cal << 
591                                         reg =  << 
592                                 };             << 
593                                                << 
594                                 fec_mac_addres << 
595                                         reg =  << 
596                                 };             << 
597                         };                        481                         };
598                                                   482 
599                         anatop: clock-controll !! 483                         anatop: anatop@30360000 {
600                                 compatible = " !! 484                                 compatible = "fsl,imx8mm-anatop", "syscon";
601                                 reg = <0x30360    485                                 reg = <0x30360000 0x10000>;
602                                 #clock-cells = << 
603                         };                        486                         };
604                                                   487 
605                         snvs: snvs@30370000 {     488                         snvs: snvs@30370000 {
606                                 compatible = "    489                                 compatible = "fsl,sec-v4.0-mon","syscon", "simple-mfd";
607                                 reg = <0x30370    490                                 reg = <0x30370000 0x10000>;
608                                                   491 
609                                 snvs_rtc: snvs    492                                 snvs_rtc: snvs-rtc-lp {
610                                         compat    493                                         compatible = "fsl,sec-v4.0-mon-rtc-lp";
611                                         regmap    494                                         regmap = <&snvs>;
612                                         offset    495                                         offset = <0x34>;
613                                         interr    496                                         interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
614                                                   497                                                      <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
615                                         clocks    498                                         clocks = <&clk IMX8MM_CLK_SNVS_ROOT>;
616                                         clock-    499                                         clock-names = "snvs-rtc";
617                                 };                500                                 };
618                                                   501 
619                                 snvs_pwrkey: s    502                                 snvs_pwrkey: snvs-powerkey {
620                                         compat    503                                         compatible = "fsl,sec-v4.0-pwrkey";
621                                         regmap    504                                         regmap = <&snvs>;
622                                         interr    505                                         interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
623                                         clocks    506                                         clocks = <&clk IMX8MM_CLK_SNVS_ROOT>;
624                                         clock-    507                                         clock-names = "snvs-pwrkey";
625                                         linux,    508                                         linux,keycode = <KEY_POWER>;
626                                         wakeup    509                                         wakeup-source;
627                                         status    510                                         status = "disabled";
628                                 };                511                                 };
629                                                << 
630                                 snvs_lpgpr: sn << 
631                                         compat << 
632                                                << 
633                                 };             << 
634                         };                        512                         };
635                                                   513 
636                         clk: clock-controller@    514                         clk: clock-controller@30380000 {
637                                 compatible = "    515                                 compatible = "fsl,imx8mm-ccm";
638                                 reg = <0x30380    516                                 reg = <0x30380000 0x10000>;
639                                 interrupts = < << 
640                                              < << 
641                                 #clock-cells =    517                                 #clock-cells = <1>;
642                                 clocks = <&osc    518                                 clocks = <&osc_32k>, <&osc_24m>, <&clk_ext1>, <&clk_ext2>,
643                                          <&clk    519                                          <&clk_ext3>, <&clk_ext4>;
644                                 clock-names =     520                                 clock-names = "osc_32k", "osc_24m", "clk_ext1", "clk_ext2",
645                                                   521                                               "clk_ext3", "clk_ext4";
646                                 assigned-clock    522                                 assigned-clocks = <&clk IMX8MM_CLK_A53_SRC>,
647                                                   523                                                 <&clk IMX8MM_CLK_A53_CORE>,
648                                                   524                                                 <&clk IMX8MM_CLK_NOC>,
649                                                   525                                                 <&clk IMX8MM_CLK_AUDIO_AHB>,
650                                                   526                                                 <&clk IMX8MM_CLK_IPG_AUDIO_ROOT>,
651                                                   527                                                 <&clk IMX8MM_SYS_PLL3>,
652                                                !! 528                                                 <&clk IMX8MM_VIDEO_PLL1>,
                                                   >> 529                                                 <&clk IMX8MM_AUDIO_PLL1>,
                                                   >> 530                                                 <&clk IMX8MM_AUDIO_PLL2>;
653                                 assigned-clock    531                                 assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_800M>,
654                                                   532                                                          <&clk IMX8MM_ARM_PLL_OUT>,
655                                                   533                                                          <&clk IMX8MM_SYS_PLL3_OUT>,
656                                                   534                                                          <&clk IMX8MM_SYS_PLL1_800M>;
657                                 assigned-clock    535                                 assigned-clock-rates = <0>, <0>, <0>,
658                                                   536                                                         <400000000>,
659                                                   537                                                         <400000000>,
660                                                   538                                                         <750000000>,
661                                                !! 539                                                         <594000000>,
                                                   >> 540                                                         <393216000>,
                                                   >> 541                                                         <361267200>;
662                         };                        542                         };
663                                                   543 
664                         src: reset-controller@    544                         src: reset-controller@30390000 {
665                                 compatible = "    545                                 compatible = "fsl,imx8mm-src", "fsl,imx8mq-src", "syscon";
666                                 reg = <0x30390    546                                 reg = <0x30390000 0x10000>;
667                                 interrupts = <    547                                 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
668                                 #reset-cells =    548                                 #reset-cells = <1>;
669                         };                        549                         };
670                                                << 
671                         gpc: gpc@303a0000 {    << 
672                                 compatible = " << 
673                                 reg = <0x303a0 << 
674                                 interrupts = < << 
675                                 interrupt-pare << 
676                                 interrupt-cont << 
677                                 #interrupt-cel << 
678                                                << 
679                                 pgc {          << 
680                                         #addre << 
681                                         #size- << 
682                                                << 
683                                         pgc_hs << 
684                                                << 
685                                                << 
686                                                << 
687                                                << 
688                                                << 
689                                         };     << 
690                                                << 
691                                         pgc_pc << 
692                                                << 
693                                                << 
694                                                << 
695                                                << 
696                                         };     << 
697                                                << 
698                                         pgc_ot << 
699                                                << 
700                                                << 
701                                         };     << 
702                                                << 
703                                         pgc_ot << 
704                                                << 
705                                                << 
706                                         };     << 
707                                                << 
708                                         pgc_gp << 
709                                                << 
710                                                << 
711                                                << 
712                                                << 
713                                                << 
714                                                << 
715                                                << 
716                                                << 
717                                                << 
718                                         };     << 
719                                                << 
720                                         pgc_gp << 
721                                                << 
722                                                << 
723                                                << 
724                                                << 
725                                                << 
726                                                << 
727                                                << 
728                                                << 
729                                         };     << 
730                                                << 
731                                         pgc_vp << 
732                                                << 
733                                                << 
734                                                << 
735                                                << 
736                                                << 
737                                         };     << 
738                                                << 
739                                         pgc_vp << 
740                                                << 
741                                                << 
742                                         };     << 
743                                                << 
744                                         pgc_vp << 
745                                                << 
746                                                << 
747                                         };     << 
748                                                << 
749                                         pgc_vp << 
750                                                << 
751                                                << 
752                                         };     << 
753                                                << 
754                                         pgc_di << 
755                                                << 
756                                                << 
757                                                << 
758                                                << 
759                                                << 
760                                                << 
761                                                << 
762                                                << 
763                                                << 
764                                         };     << 
765                                                << 
766                                         pgc_mi << 
767                                                << 
768                                                << 
769                                         };     << 
770                                 };             << 
771                         };                     << 
772                 };                                550                 };
773                                                   551 
774                 aips2: bus@30400000 {             552                 aips2: bus@30400000 {
775                         compatible = "fsl,aips    553                         compatible = "fsl,aips-bus", "simple-bus";
776                         reg = <0x30400000 0x40    554                         reg = <0x30400000 0x400000>;
777                         #address-cells = <1>;     555                         #address-cells = <1>;
778                         #size-cells = <1>;        556                         #size-cells = <1>;
779                         ranges = <0x30400000 0    557                         ranges = <0x30400000 0x30400000 0x400000>;
780                                                   558 
781                         pwm1: pwm@30660000 {      559                         pwm1: pwm@30660000 {
782                                 compatible = "    560                                 compatible = "fsl,imx8mm-pwm", "fsl,imx27-pwm";
783                                 reg = <0x30660    561                                 reg = <0x30660000 0x10000>;
784                                 interrupts = <    562                                 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
785                                 clocks = <&clk    563                                 clocks = <&clk IMX8MM_CLK_PWM1_ROOT>,
786                                         <&clk     564                                         <&clk IMX8MM_CLK_PWM1_ROOT>;
787                                 clock-names =     565                                 clock-names = "ipg", "per";
788                                 #pwm-cells = < !! 566                                 #pwm-cells = <2>;
789                                 status = "disa    567                                 status = "disabled";
790                         };                        568                         };
791                                                   569 
792                         pwm2: pwm@30670000 {      570                         pwm2: pwm@30670000 {
793                                 compatible = "    571                                 compatible = "fsl,imx8mm-pwm", "fsl,imx27-pwm";
794                                 reg = <0x30670    572                                 reg = <0x30670000 0x10000>;
795                                 interrupts = <    573                                 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
796                                 clocks = <&clk    574                                 clocks = <&clk IMX8MM_CLK_PWM2_ROOT>,
797                                          <&clk    575                                          <&clk IMX8MM_CLK_PWM2_ROOT>;
798                                 clock-names =     576                                 clock-names = "ipg", "per";
799                                 #pwm-cells = < !! 577                                 #pwm-cells = <2>;
800                                 status = "disa    578                                 status = "disabled";
801                         };                        579                         };
802                                                   580 
803                         pwm3: pwm@30680000 {      581                         pwm3: pwm@30680000 {
804                                 compatible = "    582                                 compatible = "fsl,imx8mm-pwm", "fsl,imx27-pwm";
805                                 reg = <0x30680    583                                 reg = <0x30680000 0x10000>;
806                                 interrupts = <    584                                 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
807                                 clocks = <&clk    585                                 clocks = <&clk IMX8MM_CLK_PWM3_ROOT>,
808                                          <&clk    586                                          <&clk IMX8MM_CLK_PWM3_ROOT>;
809                                 clock-names =     587                                 clock-names = "ipg", "per";
810                                 #pwm-cells = < !! 588                                 #pwm-cells = <2>;
811                                 status = "disa    589                                 status = "disabled";
812                         };                        590                         };
813                                                   591 
814                         pwm4: pwm@30690000 {      592                         pwm4: pwm@30690000 {
815                                 compatible = "    593                                 compatible = "fsl,imx8mm-pwm", "fsl,imx27-pwm";
816                                 reg = <0x30690    594                                 reg = <0x30690000 0x10000>;
817                                 interrupts = <    595                                 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
818                                 clocks = <&clk    596                                 clocks = <&clk IMX8MM_CLK_PWM4_ROOT>,
819                                          <&clk    597                                          <&clk IMX8MM_CLK_PWM4_ROOT>;
820                                 clock-names =     598                                 clock-names = "ipg", "per";
821                                 #pwm-cells = < !! 599                                 #pwm-cells = <2>;
822                                 status = "disa    600                                 status = "disabled";
823                         };                        601                         };
824                                                   602 
825                         system_counter: timer@    603                         system_counter: timer@306a0000 {
826                                 compatible = "    604                                 compatible = "nxp,sysctr-timer";
827                                 reg = <0x306a0    605                                 reg = <0x306a0000 0x20000>;
828                                 interrupts = <    606                                 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
829                                 clocks = <&osc    607                                 clocks = <&osc_24m>;
830                                 clock-names =     608                                 clock-names = "per";
831                         };                        609                         };
832                 };                                610                 };
833                                                   611 
834                 aips3: bus@30800000 {             612                 aips3: bus@30800000 {
835                         compatible = "fsl,aips    613                         compatible = "fsl,aips-bus", "simple-bus";
836                         reg = <0x30800000 0x40    614                         reg = <0x30800000 0x400000>;
837                         #address-cells = <1>;     615                         #address-cells = <1>;
838                         #size-cells = <1>;        616                         #size-cells = <1>;
839                         ranges = <0x30800000 0    617                         ranges = <0x30800000 0x30800000 0x400000>,
840                                  <0x8000000 0x    618                                  <0x8000000 0x8000000 0x10000000>;
841                                                   619 
842                         spba1: spba-bus@308000 !! 620                         ecspi1: spi@30820000 {
843                                 compatible = " !! 621                                 compatible = "fsl,imx8mm-ecspi", "fsl,imx51-ecspi";
844                                 #address-cells    622                                 #address-cells = <1>;
845                                 #size-cells =  !! 623                                 #size-cells = <0>;
846                                 reg = <0x30800 !! 624                                 reg = <0x30820000 0x10000>;
847                                 ranges;        !! 625                                 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
848                                                !! 626                                 clocks = <&clk IMX8MM_CLK_ECSPI1_ROOT>,
849                                 ecspi1: spi@30 !! 627                                          <&clk IMX8MM_CLK_ECSPI1_ROOT>;
850                                         compat !! 628                                 clock-names = "ipg", "per";
851                                         #addre !! 629                                 dmas = <&sdma1 0 7 1>, <&sdma1 1 7 2>;
852                                         #size- !! 630                                 dma-names = "rx", "tx";
853                                         reg =  !! 631                                 status = "disabled";
854                                         interr !! 632                         };
855                                         clocks << 
856                                                << 
857                                         clock- << 
858                                         dmas = << 
859                                         dma-na << 
860                                         status << 
861                                 };             << 
862                                                   633 
863                                 ecspi2: spi@30 !! 634                         ecspi2: spi@30830000 {
864                                         compat !! 635                                 compatible = "fsl,imx8mm-ecspi", "fsl,imx51-ecspi";
865                                         #addre !! 636                                 #address-cells = <1>;
866                                         #size- !! 637                                 #size-cells = <0>;
867                                         reg =  !! 638                                 reg = <0x30830000 0x10000>;
868                                         interr !! 639                                 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
869                                         clocks !! 640                                 clocks = <&clk IMX8MM_CLK_ECSPI2_ROOT>,
870                                                !! 641                                          <&clk IMX8MM_CLK_ECSPI2_ROOT>;
871                                         clock- !! 642                                 clock-names = "ipg", "per";
872                                         dmas = !! 643                                 dmas = <&sdma1 2 7 1>, <&sdma1 3 7 2>;
873                                         dma-na !! 644                                 dma-names = "rx", "tx";
874                                         status !! 645                                 status = "disabled";
875                                 };             !! 646                         };
876                                                   647 
877                                 ecspi3: spi@30 !! 648                         ecspi3: spi@30840000 {
878                                         compat !! 649                                 compatible = "fsl,imx8mm-ecspi", "fsl,imx51-ecspi";
879                                         #addre !! 650                                 #address-cells = <1>;
880                                         #size- !! 651                                 #size-cells = <0>;
881                                         reg =  !! 652                                 reg = <0x30840000 0x10000>;
882                                         interr !! 653                                 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
883                                         clocks !! 654                                 clocks = <&clk IMX8MM_CLK_ECSPI3_ROOT>,
884                                                !! 655                                          <&clk IMX8MM_CLK_ECSPI3_ROOT>;
885                                         clock- !! 656                                 clock-names = "ipg", "per";
886                                         dmas = !! 657                                 dmas = <&sdma1 4 7 1>, <&sdma1 5 7 2>;
887                                         dma-na !! 658                                 dma-names = "rx", "tx";
888                                         status !! 659                                 status = "disabled";
889                                 };             !! 660                         };
890                                                   661 
891                                 uart1: serial@ !! 662                         uart1: serial@30860000 {
892                                         compat !! 663                                 compatible = "fsl,imx8mm-uart", "fsl,imx6q-uart";
893                                         reg =  !! 664                                 reg = <0x30860000 0x10000>;
894                                         interr !! 665                                 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
895                                         clocks !! 666                                 clocks = <&clk IMX8MM_CLK_UART1_ROOT>,
896                                                !! 667                                          <&clk IMX8MM_CLK_UART1_ROOT>;
897                                         clock- !! 668                                 clock-names = "ipg", "per";
898                                         dmas = !! 669                                 dmas = <&sdma1 22 4 0>, <&sdma1 23 4 0>;
899                                         dma-na !! 670                                 dma-names = "rx", "tx";
900                                         status !! 671                                 status = "disabled";
901                                 };             !! 672                         };
902                                                   673 
903                                 uart3: serial@ !! 674                         uart3: serial@30880000 {
904                                         compat !! 675                                 compatible = "fsl,imx8mm-uart", "fsl,imx6q-uart";
905                                         reg =  !! 676                                 reg = <0x30880000 0x10000>;
906                                         interr !! 677                                 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
907                                         clocks !! 678                                 clocks = <&clk IMX8MM_CLK_UART3_ROOT>,
908                                                !! 679                                          <&clk IMX8MM_CLK_UART3_ROOT>;
909                                         clock- !! 680                                 clock-names = "ipg", "per";
910                                         dmas = !! 681                                 dmas = <&sdma1 26 4 0>, <&sdma1 27 4 0>;
911                                         dma-na !! 682                                 dma-names = "rx", "tx";
912                                         status !! 683                                 status = "disabled";
913                                 };             !! 684                         };
914                                                   685 
915                                 uart2: serial@ !! 686                         uart2: serial@30890000 {
916                                         compat !! 687                                 compatible = "fsl,imx8mm-uart", "fsl,imx6q-uart";
917                                         reg =  !! 688                                 reg = <0x30890000 0x10000>;
918                                         interr !! 689                                 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
919                                         clocks !! 690                                 clocks = <&clk IMX8MM_CLK_UART2_ROOT>,
920                                                !! 691                                          <&clk IMX8MM_CLK_UART2_ROOT>;
921                                         clock- !! 692                                 clock-names = "ipg", "per";
922                                         status !! 693                                 status = "disabled";
923                                 };             << 
924                         };                        694                         };
925                                                   695 
926                         crypto: crypto@3090000    696                         crypto: crypto@30900000 {
927                                 compatible = "    697                                 compatible = "fsl,sec-v4.0";
928                                 #address-cells    698                                 #address-cells = <1>;
929                                 #size-cells =     699                                 #size-cells = <1>;
930                                 reg = <0x30900    700                                 reg = <0x30900000 0x40000>;
931                                 ranges = <0 0x    701                                 ranges = <0 0x30900000 0x40000>;
932                                 interrupts = <    702                                 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
933                                 clocks = <&clk    703                                 clocks = <&clk IMX8MM_CLK_AHB>,
934                                          <&clk    704                                          <&clk IMX8MM_CLK_IPG_ROOT>;
935                                 clock-names =     705                                 clock-names = "aclk", "ipg";
936                                                   706 
937                                 sec_jr0: jr@10    707                                 sec_jr0: jr@1000 {
938                                         compat    708                                         compatible = "fsl,sec-v4.0-job-ring";
939                                         reg =     709                                         reg = <0x1000 0x1000>;
940                                         interr    710                                         interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
941                                         status << 
942                                 };                711                                 };
943                                                   712 
944                                 sec_jr1: jr@20    713                                 sec_jr1: jr@2000 {
945                                         compat    714                                         compatible = "fsl,sec-v4.0-job-ring";
946                                         reg =     715                                         reg = <0x2000 0x1000>;
947                                         interr    716                                         interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
948                                 };                717                                 };
949                                                   718 
950                                 sec_jr2: jr@30    719                                 sec_jr2: jr@3000 {
951                                         compat    720                                         compatible = "fsl,sec-v4.0-job-ring";
952                                         reg =     721                                         reg = <0x3000 0x1000>;
953                                         interr    722                                         interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
954                                 };                723                                 };
955                         };                        724                         };
956                                                   725 
957                         i2c1: i2c@30a20000 {      726                         i2c1: i2c@30a20000 {
958                                 compatible = "    727                                 compatible = "fsl,imx8mm-i2c", "fsl,imx21-i2c";
959                                 #address-cells    728                                 #address-cells = <1>;
960                                 #size-cells =     729                                 #size-cells = <0>;
961                                 reg = <0x30a20    730                                 reg = <0x30a20000 0x10000>;
962                                 interrupts = <    731                                 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
963                                 clocks = <&clk    732                                 clocks = <&clk IMX8MM_CLK_I2C1_ROOT>;
964                                 status = "disa    733                                 status = "disabled";
965                         };                        734                         };
966                                                   735 
967                         i2c2: i2c@30a30000 {      736                         i2c2: i2c@30a30000 {
968                                 compatible = "    737                                 compatible = "fsl,imx8mm-i2c", "fsl,imx21-i2c";
969                                 #address-cells    738                                 #address-cells = <1>;
970                                 #size-cells =     739                                 #size-cells = <0>;
971                                 reg = <0x30a30    740                                 reg = <0x30a30000 0x10000>;
972                                 interrupts = <    741                                 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
973                                 clocks = <&clk    742                                 clocks = <&clk IMX8MM_CLK_I2C2_ROOT>;
974                                 status = "disa    743                                 status = "disabled";
975                         };                        744                         };
976                                                   745 
977                         i2c3: i2c@30a40000 {      746                         i2c3: i2c@30a40000 {
978                                 #address-cells    747                                 #address-cells = <1>;
979                                 #size-cells =     748                                 #size-cells = <0>;
980                                 compatible = "    749                                 compatible = "fsl,imx8mm-i2c", "fsl,imx21-i2c";
981                                 reg = <0x30a40    750                                 reg = <0x30a40000 0x10000>;
982                                 interrupts = <    751                                 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
983                                 clocks = <&clk    752                                 clocks = <&clk IMX8MM_CLK_I2C3_ROOT>;
984                                 status = "disa    753                                 status = "disabled";
985                         };                        754                         };
986                                                   755 
987                         i2c4: i2c@30a50000 {      756                         i2c4: i2c@30a50000 {
988                                 compatible = "    757                                 compatible = "fsl,imx8mm-i2c", "fsl,imx21-i2c";
989                                 #address-cells    758                                 #address-cells = <1>;
990                                 #size-cells =     759                                 #size-cells = <0>;
991                                 reg = <0x30a50    760                                 reg = <0x30a50000 0x10000>;
992                                 interrupts = <    761                                 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
993                                 clocks = <&clk    762                                 clocks = <&clk IMX8MM_CLK_I2C4_ROOT>;
994                                 status = "disa    763                                 status = "disabled";
995                         };                        764                         };
996                                                   765 
997                         uart4: serial@30a60000    766                         uart4: serial@30a60000 {
998                                 compatible = "    767                                 compatible = "fsl,imx8mm-uart", "fsl,imx6q-uart";
999                                 reg = <0x30a60    768                                 reg = <0x30a60000 0x10000>;
1000                                 interrupts =     769                                 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
1001                                 clocks = <&cl    770                                 clocks = <&clk IMX8MM_CLK_UART4_ROOT>,
1002                                          <&cl    771                                          <&clk IMX8MM_CLK_UART4_ROOT>;
1003                                 clock-names =    772                                 clock-names = "ipg", "per";
1004                                 dmas = <&sdma    773                                 dmas = <&sdma1 28 4 0>, <&sdma1 29 4 0>;
1005                                 dma-names = "    774                                 dma-names = "rx", "tx";
1006                                 status = "dis    775                                 status = "disabled";
1007                         };                       776                         };
1008                                                  777 
1009                         mu: mailbox@30aa0000     778                         mu: mailbox@30aa0000 {
1010                                 compatible =     779                                 compatible = "fsl,imx8mm-mu", "fsl,imx6sx-mu";
1011                                 reg = <0x30aa    780                                 reg = <0x30aa0000 0x10000>;
1012                                 interrupts =     781                                 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
1013                                 clocks = <&cl    782                                 clocks = <&clk IMX8MM_CLK_MU_ROOT>;
1014                                 #mbox-cells =    783                                 #mbox-cells = <2>;
1015                         };                       784                         };
1016                                                  785 
1017                         usdhc1: mmc@30b40000     786                         usdhc1: mmc@30b40000 {
1018                                 compatible =     787                                 compatible = "fsl,imx8mm-usdhc", "fsl,imx7d-usdhc";
1019                                 reg = <0x30b4    788                                 reg = <0x30b40000 0x10000>;
1020                                 interrupts =     789                                 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
1021                                 clocks = <&cl    790                                 clocks = <&clk IMX8MM_CLK_IPG_ROOT>,
1022                                          <&cl    791                                          <&clk IMX8MM_CLK_NAND_USDHC_BUS>,
1023                                          <&cl    792                                          <&clk IMX8MM_CLK_USDHC1_ROOT>;
1024                                 clock-names =    793                                 clock-names = "ipg", "ahb", "per";
1025                                 fsl,tuning-st    794                                 fsl,tuning-start-tap = <20>;
1026                                 fsl,tuning-st !! 795                                 fsl,tuning-step= <2>;
1027                                 bus-width = <    796                                 bus-width = <4>;
1028                                 status = "dis    797                                 status = "disabled";
1029                         };                       798                         };
1030                                                  799 
1031                         usdhc2: mmc@30b50000     800                         usdhc2: mmc@30b50000 {
1032                                 compatible =     801                                 compatible = "fsl,imx8mm-usdhc", "fsl,imx7d-usdhc";
1033                                 reg = <0x30b5    802                                 reg = <0x30b50000 0x10000>;
1034                                 interrupts =     803                                 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1035                                 clocks = <&cl    804                                 clocks = <&clk IMX8MM_CLK_IPG_ROOT>,
1036                                          <&cl    805                                          <&clk IMX8MM_CLK_NAND_USDHC_BUS>,
1037                                          <&cl    806                                          <&clk IMX8MM_CLK_USDHC2_ROOT>;
1038                                 clock-names =    807                                 clock-names = "ipg", "ahb", "per";
1039                                 fsl,tuning-st    808                                 fsl,tuning-start-tap = <20>;
1040                                 fsl,tuning-st !! 809                                 fsl,tuning-step= <2>;
1041                                 bus-width = <    810                                 bus-width = <4>;
1042                                 status = "dis    811                                 status = "disabled";
1043                         };                       812                         };
1044                                                  813 
1045                         usdhc3: mmc@30b60000     814                         usdhc3: mmc@30b60000 {
1046                                 compatible =     815                                 compatible = "fsl,imx8mm-usdhc", "fsl,imx7d-usdhc";
1047                                 reg = <0x30b6    816                                 reg = <0x30b60000 0x10000>;
1048                                 interrupts =     817                                 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
1049                                 clocks = <&cl    818                                 clocks = <&clk IMX8MM_CLK_IPG_ROOT>,
1050                                          <&cl    819                                          <&clk IMX8MM_CLK_NAND_USDHC_BUS>,
1051                                          <&cl    820                                          <&clk IMX8MM_CLK_USDHC3_ROOT>;
1052                                 clock-names =    821                                 clock-names = "ipg", "ahb", "per";
1053                                 fsl,tuning-st    822                                 fsl,tuning-start-tap = <20>;
1054                                 fsl,tuning-st !! 823                                 fsl,tuning-step= <2>;
1055                                 bus-width = <    824                                 bus-width = <4>;
1056                                 status = "dis    825                                 status = "disabled";
1057                         };                       826                         };
1058                                                  827 
1059                         flexspi: spi@30bb0000    828                         flexspi: spi@30bb0000 {
1060                                 #address-cell    829                                 #address-cells = <1>;
1061                                 #size-cells =    830                                 #size-cells = <0>;
1062                                 compatible =     831                                 compatible = "nxp,imx8mm-fspi";
1063                                 reg = <0x30bb    832                                 reg = <0x30bb0000 0x10000>, <0x8000000 0x10000000>;
1064                                 reg-names = "    833                                 reg-names = "fspi_base", "fspi_mmap";
1065                                 interrupts =     834                                 interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
1066                                 clocks = <&cl    835                                 clocks = <&clk IMX8MM_CLK_QSPI_ROOT>,
1067                                          <&cl    836                                          <&clk IMX8MM_CLK_QSPI_ROOT>;
1068                                 clock-names = !! 837                                 clock-names = "fspi", "fspi_en";
1069                                 status = "dis    838                                 status = "disabled";
1070                         };                       839                         };
1071                                                  840 
1072                         sdma1: dma-controller    841                         sdma1: dma-controller@30bd0000 {
1073                                 compatible =     842                                 compatible = "fsl,imx8mm-sdma", "fsl,imx8mq-sdma";
1074                                 reg = <0x30bd    843                                 reg = <0x30bd0000 0x10000>;
1075                                 interrupts =     844                                 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
1076                                 clocks = <&cl    845                                 clocks = <&clk IMX8MM_CLK_SDMA1_ROOT>,
1077                                          <&cl    846                                          <&clk IMX8MM_CLK_AHB>;
1078                                 clock-names =    847                                 clock-names = "ipg", "ahb";
1079                                 #dma-cells =     848                                 #dma-cells = <3>;
1080                                 fsl,sdma-ram-    849                                 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx7d.bin";
1081                         };                       850                         };
1082                                                  851 
1083                         fec1: ethernet@30be00    852                         fec1: ethernet@30be0000 {
1084                                 compatible =  !! 853                                 compatible = "fsl,imx8mm-fec", "fsl,imx6sx-fec";
1085                                 reg = <0x30be    854                                 reg = <0x30be0000 0x10000>;
1086                                 interrupts =     855                                 interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
1087                                                  856                                              <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
1088                                               !! 857                                              <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
1089                                               << 
1090                                 clocks = <&cl    858                                 clocks = <&clk IMX8MM_CLK_ENET1_ROOT>,
1091                                          <&cl    859                                          <&clk IMX8MM_CLK_ENET1_ROOT>,
1092                                          <&cl    860                                          <&clk IMX8MM_CLK_ENET_TIMER>,
1093                                          <&cl    861                                          <&clk IMX8MM_CLK_ENET_REF>,
1094                                          <&cl    862                                          <&clk IMX8MM_CLK_ENET_PHY_REF>;
1095                                 clock-names =    863                                 clock-names = "ipg", "ahb", "ptp",
1096                                                  864                                               "enet_clk_ref", "enet_out";
1097                                 assigned-cloc    865                                 assigned-clocks = <&clk IMX8MM_CLK_ENET_AXI>,
1098                                                  866                                                   <&clk IMX8MM_CLK_ENET_TIMER>,
1099                                                  867                                                   <&clk IMX8MM_CLK_ENET_REF>,
1100                                               !! 868                                                   <&clk IMX8MM_CLK_ENET_TIMER>;
1101                                 assigned-cloc    869                                 assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_266M>,
1102                                                  870                                                          <&clk IMX8MM_SYS_PLL2_100M>,
1103                                               !! 871                                                          <&clk IMX8MM_SYS_PLL2_125M>;
1104                                               !! 872                                 assigned-clock-rates = <0>, <0>, <125000000>, <100000000>;
1105                                 assigned-cloc << 
1106                                 fsl,num-tx-qu    873                                 fsl,num-tx-queues = <3>;
1107                                 fsl,num-rx-qu    874                                 fsl,num-rx-queues = <3>;
1108                                 nvmem-cells = << 
1109                                 nvmem-cell-na << 
1110                                 fsl,stop-mode << 
1111                                 status = "dis    875                                 status = "disabled";
1112                         };                       876                         };
1113                                                  877 
1114                 };                               878                 };
1115                                                  879 
1116                 aips4: bus@32c00000 {            880                 aips4: bus@32c00000 {
1117                         compatible = "fsl,aip    881                         compatible = "fsl,aips-bus", "simple-bus";
1118                         reg = <0x32c00000 0x4    882                         reg = <0x32c00000 0x400000>;
1119                         #address-cells = <1>;    883                         #address-cells = <1>;
1120                         #size-cells = <1>;       884                         #size-cells = <1>;
1121                         ranges = <0x32c00000     885                         ranges = <0x32c00000 0x32c00000 0x400000>;
1122                                                  886 
1123                         lcdif: lcdif@32e00000 << 
1124                                 compatible =  << 
1125                                 reg = <0x32e0 << 
1126                                 clocks = <&cl << 
1127                                          <&cl << 
1128                                          <&cl << 
1129                                 clock-names = << 
1130                                 assigned-cloc << 
1131                                               << 
1132                                               << 
1133                                 assigned-cloc << 
1134                                               << 
1135                                               << 
1136                                 assigned-cloc << 
1137                                 interrupts =  << 
1138                                 power-domains << 
1139                                 status = "dis << 
1140                                               << 
1141                                 port {        << 
1142                                         lcdif << 
1143                                               << 
1144                                         };    << 
1145                                 };            << 
1146                         };                    << 
1147                                               << 
1148                         mipi_dsi: dsi@32e1000 << 
1149                                 compatible =  << 
1150                                 reg = <0x32e1 << 
1151                                 clocks = <&cl << 
1152                                          <&cl << 
1153                                 clock-names = << 
1154                                 assigned-cloc << 
1155                                 assigned-cloc << 
1156                                 interrupts =  << 
1157                                 power-domains << 
1158                                 status = "dis << 
1159                                               << 
1160                                 ports {       << 
1161                                         #addr << 
1162                                         #size << 
1163                                               << 
1164                                         port@ << 
1165                                               << 
1166                                               << 
1167                                               << 
1168                                               << 
1169                                               << 
1170                                         };    << 
1171                                               << 
1172                                         port@ << 
1173                                               << 
1174                                               << 
1175                                               << 
1176                                               << 
1177                                         };    << 
1178                                 };            << 
1179                         };                    << 
1180                                               << 
1181                         csi: csi@32e20000 {   << 
1182                                 compatible =  << 
1183                                 reg = <0x32e2 << 
1184                                 interrupts =  << 
1185                                 clocks = <&cl << 
1186                                 clock-names = << 
1187                                 power-domains << 
1188                                 status = "dis << 
1189                                               << 
1190                                 port {        << 
1191                                         csi_i << 
1192                                               << 
1193                                         };    << 
1194                                 };            << 
1195                         };                    << 
1196                                               << 
1197                         disp_blk_ctrl: blk-ct << 
1198                                 compatible =  << 
1199                                 reg = <0x32e2 << 
1200                                 power-domains << 
1201                                               << 
1202                                               << 
1203                                 power-domain- << 
1204                                               << 
1205                                               << 
1206                                 clocks = <&cl << 
1207                                          <&cl << 
1208                                          <&cl << 
1209                                          <&cl << 
1210                                          <&cl << 
1211                                          <&cl << 
1212                                          <&cl << 
1213                                          <&cl << 
1214                                          <&cl << 
1215                                          <&cl << 
1216                                 clock-names = << 
1217                                               << 
1218                                               << 
1219                                               << 
1220                                               << 
1221                                 #power-domain << 
1222                         };                    << 
1223                                               << 
1224                         mipi_csi: mipi-csi@32 << 
1225                                 compatible =  << 
1226                                 reg = <0x32e3 << 
1227                                 interrupts =  << 
1228                                 assigned-cloc << 
1229                                 assigned-cloc << 
1230                                               << 
1231                                 clock-frequen << 
1232                                 clocks = <&cl << 
1233                                          <&cl << 
1234                                          <&cl << 
1235                                          <&cl << 
1236                                 clock-names = << 
1237                                 power-domains << 
1238                                 status = "dis << 
1239                                               << 
1240                                 ports {       << 
1241                                         #addr << 
1242                                         #size << 
1243                                               << 
1244                                         port@ << 
1245                                               << 
1246                                         };    << 
1247                                               << 
1248                                         port@ << 
1249                                               << 
1250                                               << 
1251                                               << 
1252                                               << 
1253                                               << 
1254                                         };    << 
1255                                 };            << 
1256                         };                    << 
1257                                               << 
1258                         usbotg1: usb@32e40000    887                         usbotg1: usb@32e40000 {
1259                                 compatible =  !! 888                                 compatible = "fsl,imx8mm-usb", "fsl,imx7d-usb";
1260                                 reg = <0x32e4    889                                 reg = <0x32e40000 0x200>;
1261                                 interrupts =     890                                 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
1262                                 clocks = <&cl    891                                 clocks = <&clk IMX8MM_CLK_USB1_CTRL_ROOT>;
                                                   >> 892                                 clock-names = "usb1_ctrl_root_clk";
1263                                 assigned-cloc    893                                 assigned-clocks = <&clk IMX8MM_CLK_USB_BUS>;
1264                                 assigned-cloc    894                                 assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_500M>;
1265                                 phys = <&usbp !! 895                                 fsl,usbphy = <&usbphynop1>;
1266                                 fsl,usbmisc =    896                                 fsl,usbmisc = <&usbmisc1 0>;
1267                                 power-domains << 
1268                                 status = "dis    897                                 status = "disabled";
1269                         };                       898                         };
1270                                                  899 
1271                         usbmisc1: usbmisc@32e    900                         usbmisc1: usbmisc@32e40200 {
1272                                 compatible =  !! 901                                 compatible = "fsl,imx8mm-usbmisc", "fsl,imx7d-usbmisc";
1273                                               << 
1274                                 #index-cells     902                                 #index-cells = <1>;
1275                                 reg = <0x32e4    903                                 reg = <0x32e40200 0x200>;
1276                         };                       904                         };
1277                                                  905 
1278                         usbotg2: usb@32e50000    906                         usbotg2: usb@32e50000 {
1279                                 compatible =  !! 907                                 compatible = "fsl,imx8mm-usb", "fsl,imx7d-usb";
1280                                 reg = <0x32e5    908                                 reg = <0x32e50000 0x200>;
1281                                 interrupts =     909                                 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
1282                                 clocks = <&cl    910                                 clocks = <&clk IMX8MM_CLK_USB1_CTRL_ROOT>;
                                                   >> 911                                 clock-names = "usb1_ctrl_root_clk";
1283                                 assigned-cloc    912                                 assigned-clocks = <&clk IMX8MM_CLK_USB_BUS>;
1284                                 assigned-cloc    913                                 assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_500M>;
1285                                 phys = <&usbp !! 914                                 fsl,usbphy = <&usbphynop2>;
1286                                 fsl,usbmisc =    915                                 fsl,usbmisc = <&usbmisc2 0>;
1287                                 power-domains << 
1288                                 status = "dis    916                                 status = "disabled";
1289                         };                       917                         };
1290                                                  918 
1291                         usbmisc2: usbmisc@32e    919                         usbmisc2: usbmisc@32e50200 {
1292                                 compatible =  !! 920                                 compatible = "fsl,imx8mm-usbmisc", "fsl,imx7d-usbmisc";
1293                                               << 
1294                                 #index-cells     921                                 #index-cells = <1>;
1295                                 reg = <0x32e5    922                                 reg = <0x32e50200 0x200>;
1296                         };                       923                         };
1297                                                  924 
1298                         pcie_phy: pcie-phy@32 << 
1299                                 compatible =  << 
1300                                 reg = <0x32f0 << 
1301                                 clocks = <&cl << 
1302                                 clock-names = << 
1303                                 assigned-cloc << 
1304                                 assigned-cloc << 
1305                                 assigned-cloc << 
1306                                 resets = <&sr << 
1307                                 reset-names = << 
1308                                 #phy-cells =  << 
1309                                 status = "dis << 
1310                         };                    << 
1311                 };                               925                 };
1312                                                  926 
1313                 dma_apbh: dma-controller@3300    927                 dma_apbh: dma-controller@33000000 {
1314                         compatible = "fsl,imx    928                         compatible = "fsl,imx7d-dma-apbh", "fsl,imx28-dma-apbh";
1315                         reg = <0x33000000 0x2    929                         reg = <0x33000000 0x2000>;
1316                         interrupts = <GIC_SPI    930                         interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
1317                                      <GIC_SPI    931                                      <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
1318                                      <GIC_SPI    932                                      <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
1319                                      <GIC_SPI    933                                      <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
                                                   >> 934                         interrupt-names = "gpmi0", "gpmi1", "gpmi2", "gpmi3";
1320                         #dma-cells = <1>;        935                         #dma-cells = <1>;
1321                         dma-channels = <4>;      936                         dma-channels = <4>;
1322                         clocks = <&clk IMX8MM    937                         clocks = <&clk IMX8MM_CLK_NAND_USDHC_BUS_RAWNAND_CLK>;
1323                 };                               938                 };
1324                                                  939 
1325                 gpmi: nand-controller@3300200 !! 940                 gpmi: nand-controller@33002000{
1326                         compatible = "fsl,imx    941                         compatible = "fsl,imx8mm-gpmi-nand", "fsl,imx7d-gpmi-nand";
1327                         #address-cells = <1>;    942                         #address-cells = <1>;
1328                         #size-cells = <0>;    !! 943                         #size-cells = <1>;
1329                         reg = <0x33002000 0x2    944                         reg = <0x33002000 0x2000>, <0x33004000 0x4000>;
1330                         reg-names = "gpmi-nan    945                         reg-names = "gpmi-nand", "bch";
1331                         interrupts = <GIC_SPI    946                         interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
1332                         interrupt-names = "bc    947                         interrupt-names = "bch";
1333                         clocks = <&clk IMX8MM    948                         clocks = <&clk IMX8MM_CLK_NAND_ROOT>,
1334                                  <&clk IMX8MM    949                                  <&clk IMX8MM_CLK_NAND_USDHC_BUS_RAWNAND_CLK>;
1335                         clock-names = "gpmi_i    950                         clock-names = "gpmi_io", "gpmi_bch_apb";
1336                         dmas = <&dma_apbh 0>;    951                         dmas = <&dma_apbh 0>;
1337                         dma-names = "rx-tx";     952                         dma-names = "rx-tx";
1338                         status = "disabled";     953                         status = "disabled";
1339                 };                            << 
1340                                               << 
1341                 pcie0: pcie@33800000 {        << 
1342                         compatible = "fsl,imx << 
1343                         reg = <0x33800000 0x4 << 
1344                         reg-names = "dbi", "c << 
1345                         #address-cells = <3>; << 
1346                         #size-cells = <2>;    << 
1347                         device_type = "pci";  << 
1348                         bus-range = <0x00 0xf << 
1349                         ranges = <0x81000000  << 
1350                                  <0x82000000  << 
1351                         num-lanes = <1>;      << 
1352                         num-viewport = <4>;   << 
1353                         interrupts = <GIC_SPI << 
1354                         interrupt-names = "ms << 
1355                         #interrupt-cells = <1 << 
1356                         interrupt-map-mask =  << 
1357                         interrupt-map = <0 0  << 
1358                                         <0 0  << 
1359                                         <0 0  << 
1360                                         <0 0  << 
1361                         fsl,max-link-speed =  << 
1362                         linux,pci-domain = <0 << 
1363                         clocks = <&clk IMX8MM << 
1364                                  <&clk IMX8MM << 
1365                                  <&clk IMX8MM << 
1366                         clock-names = "pcie", << 
1367                         power-domains = <&pgc << 
1368                         resets = <&src IMX8MQ << 
1369                                  <&src IMX8MQ << 
1370                         reset-names = "apps", << 
1371                         phys = <&pcie_phy>;   << 
1372                         phy-names = "pcie-phy << 
1373                         status = "disabled";  << 
1374                 };                            << 
1375                                               << 
1376                 pcie0_ep: pcie-ep@33800000 {  << 
1377                         compatible = "fsl,imx << 
1378                         reg = <0x33800000 0x4 << 
1379                               <0x18000000 0x8 << 
1380                         reg-names = "dbi", "a << 
1381                         num-lanes = <1>;      << 
1382                         interrupts = <GIC_SPI << 
1383                         interrupt-names = "dm << 
1384                         fsl,max-link-speed =  << 
1385                         clocks = <&clk IMX8MM << 
1386                                  <&clk IMX8MM << 
1387                                  <&clk IMX8MM << 
1388                         clock-names = "pcie", << 
1389                         power-domains = <&pgc << 
1390                         resets = <&src IMX8MQ << 
1391                                  <&src IMX8MQ << 
1392                         reset-names = "apps", << 
1393                         phys = <&pcie_phy>;   << 
1394                         phy-names = "pcie-phy << 
1395                         num-ib-windows = <4>; << 
1396                         num-ob-windows = <4>; << 
1397                         status = "disabled";  << 
1398                 };                            << 
1399                                               << 
1400                 gpu_3d: gpu@38000000 {        << 
1401                         compatible = "vivante << 
1402                         reg = <0x38000000 0x8 << 
1403                         interrupts = <GIC_SPI << 
1404                         clocks = <&clk IMX8MM << 
1405                                  <&clk IMX8MM << 
1406                                  <&clk IMX8MM << 
1407                                  <&clk IMX8MM << 
1408                         clock-names = "reg",  << 
1409                         assigned-clocks = <&c << 
1410                                           <&c << 
1411                         assigned-clock-parent << 
1412                         assigned-clock-rates  << 
1413                         power-domains = <&pgc << 
1414                 };                            << 
1415                                               << 
1416                 gpu_2d: gpu@38008000 {        << 
1417                         compatible = "vivante << 
1418                         reg = <0x38008000 0x8 << 
1419                         interrupts = <GIC_SPI << 
1420                         clocks = <&clk IMX8MM << 
1421                                  <&clk IMX8MM << 
1422                                  <&clk IMX8MM << 
1423                         clock-names = "reg",  << 
1424                         assigned-clocks = <&c << 
1425                                           <&c << 
1426                         assigned-clock-parent << 
1427                         assigned-clock-rates  << 
1428                         power-domains = <&pgc << 
1429                 };                            << 
1430                                               << 
1431                 vpu_g1: video-codec@38300000  << 
1432                         compatible = "nxp,imx << 
1433                         reg = <0x38300000 0x1 << 
1434                         interrupts = <GIC_SPI << 
1435                         clocks = <&clk IMX8MM << 
1436                         power-domains = <&vpu << 
1437                 };                            << 
1438                                               << 
1439                 vpu_g2: video-codec@38310000  << 
1440                         compatible = "nxp,imx << 
1441                         reg = <0x38310000 0x1 << 
1442                         interrupts = <GIC_SPI << 
1443                         clocks = <&clk IMX8MM << 
1444                         power-domains = <&vpu << 
1445                 };                            << 
1446                                               << 
1447                 vpu_blk_ctrl: blk-ctrl@383300 << 
1448                         compatible = "fsl,imx << 
1449                         reg = <0x38330000 0x1 << 
1450                         power-domains = <&pgc << 
1451                                         <&pgc << 
1452                         power-domain-names =  << 
1453                         clocks = <&clk IMX8MM << 
1454                                  <&clk IMX8MM << 
1455                                  <&clk IMX8MM << 
1456                         clock-names = "g1", " << 
1457                         assigned-clocks = <&c << 
1458                                           <&c << 
1459                         assigned-clock-parent << 
1460                                               << 
1461                         assigned-clock-rates  << 
1462                                               << 
1463                         #power-domain-cells = << 
1464                 };                               954                 };
1465                                                  955 
1466                 gic: interrupt-controller@388    956                 gic: interrupt-controller@38800000 {
1467                         compatible = "arm,gic    957                         compatible = "arm,gic-v3";
1468                         reg = <0x38800000 0x1    958                         reg = <0x38800000 0x10000>, /* GIC Dist */
1469                               <0x38880000 0xc    959                               <0x38880000 0xc0000>; /* GICR (RD_base + SGI_base) */
1470                         #interrupt-cells = <3    960                         #interrupt-cells = <3>;
1471                         interrupt-controller;    961                         interrupt-controller;
1472                         interrupts = <GIC_PPI    962                         interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
1473                 };                               963                 };
1474                                                  964 
1475                 ddrc: memory-controller@3d400    965                 ddrc: memory-controller@3d400000 {
1476                         compatible = "fsl,imx    966                         compatible = "fsl,imx8mm-ddrc", "fsl,imx8m-ddrc";
1477                         reg = <0x3d400000 0x4    967                         reg = <0x3d400000 0x400000>;
1478                         clock-names = "core",    968                         clock-names = "core", "pll", "alt", "apb";
1479                         clocks = <&clk IMX8MM    969                         clocks = <&clk IMX8MM_CLK_DRAM_CORE>,
1480                                  <&clk IMX8MM    970                                  <&clk IMX8MM_DRAM_PLL>,
1481                                  <&clk IMX8MM    971                                  <&clk IMX8MM_CLK_DRAM_ALT>,
1482                                  <&clk IMX8MM    972                                  <&clk IMX8MM_CLK_DRAM_APB>;
1483                 };                               973                 };
1484                                                  974 
1485                 ddr-pmu@3d800000 {               975                 ddr-pmu@3d800000 {
1486                         compatible = "fsl,imx    976                         compatible = "fsl,imx8mm-ddr-pmu", "fsl,imx8m-ddr-pmu";
1487                         reg = <0x3d800000 0x4    977                         reg = <0x3d800000 0x400000>;
1488                         interrupts = <GIC_SPI    978                         interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
1489                 };                               979                 };
1490         };                                       980         };
1491 };                                               981 };
                                                      

~ [ 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