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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/imx8mn-venice-gw7902.dts

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/imx8mn-venice-gw7902.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/freescale/imx8mn-venice-gw7902.dts (Version linux-6.11.7)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright 2021 Gateworks Corporation             3  * Copyright 2021 Gateworks Corporation
  4  */                                                 4  */
  5                                                     5 
  6 /dts-v1/;                                           6 /dts-v1/;
  7                                                     7 
  8 #include <dt-bindings/gpio/gpio.h>                  8 #include <dt-bindings/gpio/gpio.h>
  9 #include <dt-bindings/input/linux-event-codes.      9 #include <dt-bindings/input/linux-event-codes.h>
 10 #include <dt-bindings/leds/common.h>               10 #include <dt-bindings/leds/common.h>
 11 #include <dt-bindings/net/ti-dp83867.h>            11 #include <dt-bindings/net/ti-dp83867.h>
 12                                                    12 
 13 #include "imx8mn.dtsi"                             13 #include "imx8mn.dtsi"
 14                                                    14 
 15 / {                                                15 / {
 16         model = "Gateworks Venice GW7902 i.MX8     16         model = "Gateworks Venice GW7902 i.MX8MN board";
 17         compatible = "gw,imx8mn-gw7902", "fsl,     17         compatible = "gw,imx8mn-gw7902", "fsl,imx8mn";
 18                                                    18 
 19         aliases {                                  19         aliases {
 20                 usb0 = &usbotg1;                   20                 usb0 = &usbotg1;
 21         };                                         21         };
 22                                                    22 
 23         chosen {                                   23         chosen {
 24                 stdout-path = &uart2;              24                 stdout-path = &uart2;
 25         };                                         25         };
 26                                                    26 
 27         memory@40000000 {                          27         memory@40000000 {
 28                 device_type = "memory";            28                 device_type = "memory";
 29                 reg = <0x0 0x40000000 0 0x8000     29                 reg = <0x0 0x40000000 0 0x80000000>;
 30         };                                         30         };
 31                                                    31 
 32         can20m: can20m {                           32         can20m: can20m {
 33                 compatible = "fixed-clock";        33                 compatible = "fixed-clock";
 34                 #clock-cells = <0>;                34                 #clock-cells = <0>;
 35                 clock-frequency = <20000000>;      35                 clock-frequency = <20000000>;
 36                 clock-output-names = "can20m";     36                 clock-output-names = "can20m";
 37         };                                         37         };
 38                                                    38 
 39         gpio-keys {                                39         gpio-keys {
 40                 compatible = "gpio-keys";          40                 compatible = "gpio-keys";
 41                                                    41 
 42                 key-user-pb {                      42                 key-user-pb {
 43                         label = "user_pb";         43                         label = "user_pb";
 44                         gpios = <&gpio 2 GPIO_     44                         gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
 45                         linux,code = <BTN_0>;      45                         linux,code = <BTN_0>;
 46                 };                                 46                 };
 47                                                    47 
 48                 key-user-pb1x {                    48                 key-user-pb1x {
 49                         label = "user_pb1x";       49                         label = "user_pb1x";
 50                         linux,code = <BTN_1>;      50                         linux,code = <BTN_1>;
 51                         interrupt-parent = <&g     51                         interrupt-parent = <&gsc>;
 52                         interrupts = <0>;          52                         interrupts = <0>;
 53                 };                                 53                 };
 54                                                    54 
 55                 key-erased {                       55                 key-erased {
 56                         label = "key_erased";      56                         label = "key_erased";
 57                         linux,code = <BTN_2>;      57                         linux,code = <BTN_2>;
 58                         interrupt-parent = <&g     58                         interrupt-parent = <&gsc>;
 59                         interrupts = <1>;          59                         interrupts = <1>;
 60                 };                                 60                 };
 61                                                    61 
 62                 key-eeprom-wp {                    62                 key-eeprom-wp {
 63                         label = "eeprom_wp";       63                         label = "eeprom_wp";
 64                         linux,code = <BTN_3>;      64                         linux,code = <BTN_3>;
 65                         interrupt-parent = <&g     65                         interrupt-parent = <&gsc>;
 66                         interrupts = <2>;          66                         interrupts = <2>;
 67                 };                                 67                 };
 68                                                    68 
 69                 key-tamper {                       69                 key-tamper {
 70                         label = "tamper";          70                         label = "tamper";
 71                         linux,code = <BTN_4>;      71                         linux,code = <BTN_4>;
 72                         interrupt-parent = <&g     72                         interrupt-parent = <&gsc>;
 73                         interrupts = <5>;          73                         interrupts = <5>;
 74                 };                                 74                 };
 75                                                    75 
 76                 switch-hold {                      76                 switch-hold {
 77                         label = "switch_hold";     77                         label = "switch_hold";
 78                         linux,code = <BTN_5>;      78                         linux,code = <BTN_5>;
 79                         interrupt-parent = <&g     79                         interrupt-parent = <&gsc>;
 80                         interrupts = <7>;          80                         interrupts = <7>;
 81                 };                                 81                 };
 82         };                                         82         };
 83                                                    83 
 84         led-controller {                           84         led-controller {
 85                 compatible = "gpio-leds";          85                 compatible = "gpio-leds";
 86                 pinctrl-names = "default";         86                 pinctrl-names = "default";
 87                 pinctrl-0 = <&pinctrl_gpio_led     87                 pinctrl-0 = <&pinctrl_gpio_leds>;
 88                                                    88 
 89                 led-0 {                            89                 led-0 {
 90                         function = LED_FUNCTIO     90                         function = LED_FUNCTION_STATUS;
 91                         color = <LED_COLOR_ID_     91                         color = <LED_COLOR_ID_GREEN>;
 92                         label = "panel1";          92                         label = "panel1";
 93                         gpios = <&gpio3 21 GPI     93                         gpios = <&gpio3 21 GPIO_ACTIVE_LOW>;
 94                         default-state = "off";     94                         default-state = "off";
 95                 };                                 95                 };
 96                                                    96 
 97                 led-1 {                            97                 led-1 {
 98                         function = LED_FUNCTIO     98                         function = LED_FUNCTION_STATUS;
 99                         color = <LED_COLOR_ID_     99                         color = <LED_COLOR_ID_GREEN>;
100                         label = "panel2";         100                         label = "panel2";
101                         gpios = <&gpio3 23 GPI    101                         gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
102                         default-state = "off";    102                         default-state = "off";
103                 };                                103                 };
104                                                   104 
105                 led-2 {                           105                 led-2 {
106                         function = LED_FUNCTIO    106                         function = LED_FUNCTION_STATUS;
107                         color = <LED_COLOR_ID_    107                         color = <LED_COLOR_ID_GREEN>;
108                         label = "panel3";         108                         label = "panel3";
109                         gpios = <&gpio3 22 GPI    109                         gpios = <&gpio3 22 GPIO_ACTIVE_LOW>;
110                         default-state = "off";    110                         default-state = "off";
111                 };                                111                 };
112                                                   112 
113                 led-3 {                           113                 led-3 {
114                         function = LED_FUNCTIO    114                         function = LED_FUNCTION_STATUS;
115                         color = <LED_COLOR_ID_    115                         color = <LED_COLOR_ID_GREEN>;
116                         label = "panel4";         116                         label = "panel4";
117                         gpios = <&gpio3 20 GPI    117                         gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
118                         default-state = "off";    118                         default-state = "off";
119                 };                                119                 };
120                                                   120 
121                 led-4 {                           121                 led-4 {
122                         function = LED_FUNCTIO    122                         function = LED_FUNCTION_STATUS;
123                         color = <LED_COLOR_ID_    123                         color = <LED_COLOR_ID_GREEN>;
124                         label = "panel5";         124                         label = "panel5";
125                         gpios = <&gpio3 25 GPI    125                         gpios = <&gpio3 25 GPIO_ACTIVE_LOW>;
126                         default-state = "off";    126                         default-state = "off";
127                 };                                127                 };
128         };                                        128         };
129                                                   129 
130         pps {                                     130         pps {
131                 compatible = "pps-gpio";          131                 compatible = "pps-gpio";
132                 pinctrl-names = "default";        132                 pinctrl-names = "default";
133                 pinctrl-0 = <&pinctrl_pps>;       133                 pinctrl-0 = <&pinctrl_pps>;
134                 gpios = <&gpio3 24 GPIO_ACTIVE    134                 gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>;
135                 status = "okay";                  135                 status = "okay";
136         };                                        136         };
137                                                   137 
138         reg_3p3v: regulator-3p3v {                138         reg_3p3v: regulator-3p3v {
139                 compatible = "regulator-fixed"    139                 compatible = "regulator-fixed";
140                 regulator-name = "3P3V";          140                 regulator-name = "3P3V";
141                 regulator-min-microvolt = <330    141                 regulator-min-microvolt = <3300000>;
142                 regulator-max-microvolt = <330    142                 regulator-max-microvolt = <3300000>;
143                 regulator-always-on;              143                 regulator-always-on;
144         };                                        144         };
145                                                   145 
146         reg_usb1_vbus: regulator-usb1 {           146         reg_usb1_vbus: regulator-usb1 {
147                 compatible = "regulator-fixed"    147                 compatible = "regulator-fixed";
148                 pinctrl-names = "default";        148                 pinctrl-names = "default";
149                 pinctrl-0 = <&pinctrl_reg_usb1    149                 pinctrl-0 = <&pinctrl_reg_usb1>;
150                 regulator-name = "usb_usb1_vbu    150                 regulator-name = "usb_usb1_vbus";
151                 gpio = <&gpio2 7 GPIO_ACTIVE_H    151                 gpio = <&gpio2 7 GPIO_ACTIVE_HIGH>;
152                 enable-active-high;               152                 enable-active-high;
153                 regulator-min-microvolt = <500    153                 regulator-min-microvolt = <5000000>;
154                 regulator-max-microvolt = <500    154                 regulator-max-microvolt = <5000000>;
155         };                                        155         };
156                                                   156 
157         reg_wifi: regulator-wifi {                157         reg_wifi: regulator-wifi {
158                 compatible = "regulator-fixed"    158                 compatible = "regulator-fixed";
159                 pinctrl-names = "default";        159                 pinctrl-names = "default";
160                 pinctrl-0 = <&pinctrl_reg_wl>;    160                 pinctrl-0 = <&pinctrl_reg_wl>;
161                 regulator-name = "wifi";          161                 regulator-name = "wifi";
162                 gpio = <&gpio2 19 GPIO_ACTIVE_    162                 gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
163                 enable-active-high;               163                 enable-active-high;
164                 startup-delay-us = <100>;         164                 startup-delay-us = <100>;
165                 regulator-min-microvolt = <330    165                 regulator-min-microvolt = <3300000>;
166                 regulator-max-microvolt = <330    166                 regulator-max-microvolt = <3300000>;
167         };                                        167         };
168 };                                                168 };
169                                                   169 
170 &A53_0 {                                          170 &A53_0 {
171         cpu-supply = <&buck2>;                    171         cpu-supply = <&buck2>;
172 };                                                172 };
173                                                   173 
174 &A53_1 {                                          174 &A53_1 {
175         cpu-supply = <&buck2>;                    175         cpu-supply = <&buck2>;
176 };                                                176 };
177                                                   177 
178 &A53_2 {                                          178 &A53_2 {
179         cpu-supply = <&buck2>;                    179         cpu-supply = <&buck2>;
180 };                                                180 };
181                                                   181 
182 &A53_3 {                                          182 &A53_3 {
183         cpu-supply = <&buck2>;                    183         cpu-supply = <&buck2>;
184 };                                                184 };
185                                                   185 
186 &ddrc {                                           186 &ddrc {
187         operating-points-v2 = <&ddrc_opp_table    187         operating-points-v2 = <&ddrc_opp_table>;
188                                                   188 
189         ddrc_opp_table: opp-table {               189         ddrc_opp_table: opp-table {
190                 compatible = "operating-points    190                 compatible = "operating-points-v2";
191                                                   191 
192                 opp-25000000 {                    192                 opp-25000000 {
193                         opp-hz = /bits/ 64 <25    193                         opp-hz = /bits/ 64 <25000000>;
194                 };                                194                 };
195                                                   195 
196                 opp-100000000 {                   196                 opp-100000000 {
197                         opp-hz = /bits/ 64 <10    197                         opp-hz = /bits/ 64 <100000000>;
198                 };                                198                 };
199                                                   199 
200                 opp-750000000 {                   200                 opp-750000000 {
201                         opp-hz = /bits/ 64 <75    201                         opp-hz = /bits/ 64 <750000000>;
202                 };                                202                 };
203         };                                        203         };
204 };                                                204 };
205                                                   205 
206 &ecspi1 {                                         206 &ecspi1 {
207         pinctrl-names = "default";                207         pinctrl-names = "default";
208         pinctrl-0 = <&pinctrl_spi1>;              208         pinctrl-0 = <&pinctrl_spi1>;
209         cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;    209         cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
210         status = "okay";                          210         status = "okay";
211                                                   211 
212         can@0 {                                   212         can@0 {
213                 compatible = "microchip,mcp251    213                 compatible = "microchip,mcp2515";
214                 reg = <0>;                        214                 reg = <0>;
215                 clocks = <&can20m>;               215                 clocks = <&can20m>;
216                 interrupt-parent = <&gpio2>;      216                 interrupt-parent = <&gpio2>;
217                 interrupts = <3 IRQ_TYPE_LEVEL    217                 interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
218                 spi-max-frequency = <10000000>    218                 spi-max-frequency = <10000000>;
219         };                                        219         };
220 };                                                220 };
221                                                   221 
222 &disp_blk_ctrl {                                  222 &disp_blk_ctrl {
223         status = "disabled";                      223         status = "disabled";
224 };                                                224 };
225                                                   225 
226 /* off-board header */                            226 /* off-board header */
227 &ecspi2 {                                         227 &ecspi2 {
228         pinctrl-names = "default";                228         pinctrl-names = "default";
229         pinctrl-0 = <&pinctrl_spi2>;              229         pinctrl-0 = <&pinctrl_spi2>;
230         cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>    230         cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
231         status = "okay";                          231         status = "okay";
232 };                                                232 };
233                                                   233 
234 &fec1 {                                           234 &fec1 {
235         pinctrl-names = "default";                235         pinctrl-names = "default";
236         pinctrl-0 = <&pinctrl_fec1>;              236         pinctrl-0 = <&pinctrl_fec1>;
237         phy-mode = "rgmii-id";                    237         phy-mode = "rgmii-id";
238         phy-handle = <&ethphy0>;                  238         phy-handle = <&ethphy0>;
239         local-mac-address = [00 00 00 00 00 00    239         local-mac-address = [00 00 00 00 00 00];
240         status = "okay";                          240         status = "okay";
241                                                   241 
242         mdio {                                    242         mdio {
243                 #address-cells = <1>;             243                 #address-cells = <1>;
244                 #size-cells = <0>;                244                 #size-cells = <0>;
245                                                   245 
246                 ethphy0: ethernet-phy@0 {         246                 ethphy0: ethernet-phy@0 {
247                         compatible = "ethernet    247                         compatible = "ethernet-phy-ieee802.3-c22";
248                         reg = <0>;                248                         reg = <0>;
249                         ti,rx-internal-delay =    249                         ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
250                         ti,tx-internal-delay =    250                         ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
251                         tx-fifo-depth = <DP838    251                         tx-fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
252                         rx-fifo-depth = <DP838    252                         rx-fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
253                 };                                253                 };
254         };                                        254         };
255 };                                                255 };
256                                                   256 
257 &gpio1 {                                          257 &gpio1 {
258         gpio-line-names = "", "", "", "", "",     258         gpio-line-names = "", "", "", "", "", "", "", "",
259                 "m2_pwr_en", "", "", "", "", "    259                 "m2_pwr_en", "", "", "", "", "m2_reset", "", "m2_wdis#",
260                 "", "", "", "", "", "", "", ""    260                 "", "", "", "", "", "", "", "",
261                 "", "", "", "", "", "", "", ""    261                 "", "", "", "", "", "", "", "";
262 };                                                262 };
263                                                   263 
264 &gpio2 {                                          264 &gpio2 {
265         gpio-line-names = "", "", "", "", "",     265         gpio-line-names = "", "", "", "", "", "", "", "",
266                 "uart2_en#", "", "", "", "", "    266                 "uart2_en#", "", "", "", "", "", "", "",
267                 "", "", "", "", "", "", "", ""    267                 "", "", "", "", "", "", "", "",
268                 "", "", "", "", "", "", "", ""    268                 "", "", "", "", "", "", "", "";
269 };                                                269 };
270                                                   270 
271 &gpio3 {                                          271 &gpio3 {
272         gpio-line-names = "", "m2_gdis#", "",     272         gpio-line-names = "", "m2_gdis#", "", "", "", "", "", "m2_off#",
273                 "", "", "", "", "", "", "", ""    273                 "", "", "", "", "", "", "", "",
274                 "", "", "", "", "", "", "", ""    274                 "", "", "", "", "", "", "", "",
275                 "", "", "", "", "", "", "", ""    275                 "", "", "", "", "", "", "", "";
276 };                                                276 };
277                                                   277 
278 &gpio4 {                                          278 &gpio4 {
279         gpio-line-names = "", "", "", "", "",     279         gpio-line-names = "", "", "", "", "", "", "", "",
280                 "", "", "", "", "", "", "", ""    280                 "", "", "", "", "", "", "", "",
281                 "", "", "", "", "", "app_gpio1    281                 "", "", "", "", "", "app_gpio1", "vdd_4p0_en", "uart1_rs485",
282                 "", "uart1_term", "uart1_half"    282                 "", "uart1_term", "uart1_half", "app_gpio2",
283                 "mipi_gpio1", "", "", "";         283                 "mipi_gpio1", "", "", "";
284 };                                                284 };
285                                                   285 
286 &gpio5 {                                          286 &gpio5 {
287         gpio-line-names = "", "", "", "mipi_gp    287         gpio-line-names = "", "", "", "mipi_gpio4",
288                 "mipi_gpio3", "mipi_gpio2", ""    288                 "mipi_gpio3", "mipi_gpio2", "", "",
289                 "", "", "", "", "", "", "", ""    289                 "", "", "", "", "", "", "", "",
290                 "", "", "", "", "", "", "", ""    290                 "", "", "", "", "", "", "", "",
291                 "", "", "", "", "", "", "", ""    291                 "", "", "", "", "", "", "", "";
292 };                                                292 };
293                                                   293 
294 &gpu {                                            294 &gpu {
295         status = "disabled";                      295         status = "disabled";
296 };                                                296 };
297                                                   297 
298 &i2c1 {                                           298 &i2c1 {
299         clock-frequency = <100000>;               299         clock-frequency = <100000>;
300         pinctrl-names = "default", "gpio";        300         pinctrl-names = "default", "gpio";
301         pinctrl-0 = <&pinctrl_i2c1>;              301         pinctrl-0 = <&pinctrl_i2c1>;
302         pinctrl-1 = <&pinctrl_i2c1_gpio>;         302         pinctrl-1 = <&pinctrl_i2c1_gpio>;
303         scl-gpios = <&gpio5 14 (GPIO_ACTIVE_HI    303         scl-gpios = <&gpio5 14 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
304         sda-gpios = <&gpio5 15 (GPIO_ACTIVE_HI    304         sda-gpios = <&gpio5 15 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
305         status = "okay";                          305         status = "okay";
306                                                   306 
307         gsc: gsc@20 {                             307         gsc: gsc@20 {
308                 compatible = "gw,gsc";            308                 compatible = "gw,gsc";
309                 reg = <0x20>;                     309                 reg = <0x20>;
310                 pinctrl-0 = <&pinctrl_gsc>;       310                 pinctrl-0 = <&pinctrl_gsc>;
311                 interrupt-parent = <&gpio2>;      311                 interrupt-parent = <&gpio2>;
312                 interrupts = <6 IRQ_TYPE_EDGE_    312                 interrupts = <6 IRQ_TYPE_EDGE_FALLING>;
313                 interrupt-controller;             313                 interrupt-controller;
314                 #interrupt-cells = <1>;           314                 #interrupt-cells = <1>;
315                 #address-cells = <1>;          << 
316                 #size-cells = <0>;             << 
317                                                   315 
318                 adc {                             316                 adc {
319                         compatible = "gw,gsc-a    317                         compatible = "gw,gsc-adc";
320                         #address-cells = <1>;     318                         #address-cells = <1>;
321                         #size-cells = <0>;        319                         #size-cells = <0>;
322                                                   320 
323                         channel@6 {               321                         channel@6 {
324                                 gw,mode = <0>;    322                                 gw,mode = <0>;
325                                 reg = <0x06>;     323                                 reg = <0x06>;
326                                 label = "temp"    324                                 label = "temp";
327                         };                        325                         };
328                                                   326 
329                         channel@8 {               327                         channel@8 {
330                                 gw,mode = <3>;    328                                 gw,mode = <3>;
331                                 reg = <0x08>;     329                                 reg = <0x08>;
332                                 label = "vdd_b    330                                 label = "vdd_bat";
333                         };                        331                         };
334                                                   332 
335                         channel@82 {              333                         channel@82 {
336                                 gw,mode = <2>;    334                                 gw,mode = <2>;
337                                 reg = <0x82>;     335                                 reg = <0x82>;
338                                 label = "vin";    336                                 label = "vin";
339                                 gw,voltage-div    337                                 gw,voltage-divider-ohms = <22100 1000>;
340                                 gw,voltage-off    338                                 gw,voltage-offset-microvolt = <700000>;
341                         };                        339                         };
342                                                   340 
343                         channel@84 {              341                         channel@84 {
344                                 gw,mode = <2>;    342                                 gw,mode = <2>;
345                                 reg = <0x84>;     343                                 reg = <0x84>;
346                                 label = "vin_4    344                                 label = "vin_4p0";
347                                 gw,voltage-div    345                                 gw,voltage-divider-ohms = <10000 10000>;
348                         };                        346                         };
349                                                   347 
350                         channel@86 {              348                         channel@86 {
351                                 gw,mode = <2>;    349                                 gw,mode = <2>;
352                                 reg = <0x86>;     350                                 reg = <0x86>;
353                                 label = "vdd_3    351                                 label = "vdd_3p3";
354                                 gw,voltage-div    352                                 gw,voltage-divider-ohms = <10000 10000>;
355                         };                        353                         };
356                                                   354 
357                         channel@88 {              355                         channel@88 {
358                                 gw,mode = <2>;    356                                 gw,mode = <2>;
359                                 reg = <0x88>;     357                                 reg = <0x88>;
360                                 label = "vdd_0    358                                 label = "vdd_0p9";
361                         };                        359                         };
362                                                   360 
363                         channel@8c {              361                         channel@8c {
364                                 gw,mode = <2>;    362                                 gw,mode = <2>;
365                                 reg = <0x8c>;     363                                 reg = <0x8c>;
366                                 label = "vdd_s    364                                 label = "vdd_soc";
367                         };                        365                         };
368                                                   366 
369                         channel@8e {              367                         channel@8e {
370                                 gw,mode = <2>;    368                                 gw,mode = <2>;
371                                 reg = <0x8e>;     369                                 reg = <0x8e>;
372                                 label = "vdd_a    370                                 label = "vdd_arm";
373                         };                        371                         };
374                                                   372 
375                         channel@90 {              373                         channel@90 {
376                                 gw,mode = <2>;    374                                 gw,mode = <2>;
377                                 reg = <0x90>;     375                                 reg = <0x90>;
378                                 label = "vdd_1    376                                 label = "vdd_1p8";
379                         };                        377                         };
380                                                   378 
381                         channel@92 {              379                         channel@92 {
382                                 gw,mode = <2>;    380                                 gw,mode = <2>;
383                                 reg = <0x92>;     381                                 reg = <0x92>;
384                                 label = "vdd_d    382                                 label = "vdd_dram";
385                         };                        383                         };
386                                                   384 
387                         channel@98 {              385                         channel@98 {
388                                 gw,mode = <2>;    386                                 gw,mode = <2>;
389                                 reg = <0x98>;     387                                 reg = <0x98>;
390                                 label = "vdd_1    388                                 label = "vdd_1p0";
391                         };                        389                         };
392                                                   390 
393                         channel@9a {              391                         channel@9a {
394                                 gw,mode = <2>;    392                                 gw,mode = <2>;
395                                 reg = <0x9a>;     393                                 reg = <0x9a>;
396                                 label = "vdd_2    394                                 label = "vdd_2p5";
397                                 gw,voltage-div    395                                 gw,voltage-divider-ohms = <10000 10000>;
398                         };                        396                         };
399                                                   397 
400                         channel@9c {              398                         channel@9c {
401                                 gw,mode = <2>;    399                                 gw,mode = <2>;
402                                 reg = <0x9c>;     400                                 reg = <0x9c>;
403                                 label = "vdd_5    401                                 label = "vdd_5p0";
404                                 gw,voltage-div    402                                 gw,voltage-divider-ohms = <10000 10000>;
405                         };                        403                         };
406                                                   404 
407                         channel@a2 {              405                         channel@a2 {
408                                 gw,mode = <2>;    406                                 gw,mode = <2>;
409                                 reg = <0xa2>;     407                                 reg = <0xa2>;
410                                 label = "vdd_g    408                                 label = "vdd_gsc";
411                                 gw,voltage-div    409                                 gw,voltage-divider-ohms = <10000 10000>;
412                         };                        410                         };
413                 };                                411                 };
414         };                                        412         };
415                                                   413 
416         gpio: gpio@23 {                           414         gpio: gpio@23 {
417                 compatible = "nxp,pca9555";       415                 compatible = "nxp,pca9555";
418                 reg = <0x23>;                     416                 reg = <0x23>;
419                 gpio-controller;                  417                 gpio-controller;
420                 #gpio-cells = <2>;                418                 #gpio-cells = <2>;
421                 interrupt-parent = <&gsc>;        419                 interrupt-parent = <&gsc>;
422                 interrupts = <4>;                 420                 interrupts = <4>;
423         };                                        421         };
424                                                   422 
425         pmic@4b {                                 423         pmic@4b {
426                 compatible = "rohm,bd71847";      424                 compatible = "rohm,bd71847";
427                 reg = <0x4b>;                     425                 reg = <0x4b>;
428                 pinctrl-names = "default";        426                 pinctrl-names = "default";
429                 pinctrl-0 = <&pinctrl_pmic>;      427                 pinctrl-0 = <&pinctrl_pmic>;
430                 interrupt-parent = <&gpio3>;      428                 interrupt-parent = <&gpio3>;
431                 interrupts = <8 IRQ_TYPE_LEVEL    429                 interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
432                 rohm,reset-snvs-powered;          430                 rohm,reset-snvs-powered;
433                 #clock-cells = <0>;               431                 #clock-cells = <0>;
434                 clocks = <&osc_32k>;              432                 clocks = <&osc_32k>;
435                 clock-output-names = "clk-32k-    433                 clock-output-names = "clk-32k-out";
436                                                   434 
437                 regulators {                      435                 regulators {
438                         /* vdd_soc: 0.805-0.90    436                         /* vdd_soc: 0.805-0.900V (typ=0.8V) */
439                         BUCK1 {                   437                         BUCK1 {
440                                 regulator-name    438                                 regulator-name = "buck1";
441                                 regulator-min-    439                                 regulator-min-microvolt = <700000>;
442                                 regulator-max-    440                                 regulator-max-microvolt = <1300000>;
443                                 regulator-boot    441                                 regulator-boot-on;
444                                 regulator-alwa    442                                 regulator-always-on;
445                                 regulator-ramp    443                                 regulator-ramp-delay = <1250>;
446                         };                        444                         };
447                                                   445 
448                         /* vdd_arm: 0.805-1.0V    446                         /* vdd_arm: 0.805-1.0V (typ=0.9V) */
449                         buck2: BUCK2 {            447                         buck2: BUCK2 {
450                                 regulator-name    448                                 regulator-name = "buck2";
451                                 regulator-min-    449                                 regulator-min-microvolt = <700000>;
452                                 regulator-max-    450                                 regulator-max-microvolt = <1300000>;
453                                 regulator-boot    451                                 regulator-boot-on;
454                                 regulator-alwa    452                                 regulator-always-on;
455                                 regulator-ramp    453                                 regulator-ramp-delay = <1250>;
456                                 rohm,dvs-run-v    454                                 rohm,dvs-run-voltage = <1000000>;
457                                 rohm,dvs-idle-    455                                 rohm,dvs-idle-voltage = <900000>;
458                         };                        456                         };
459                                                   457 
460                         /* vdd_0p9: 0.805-1.0V    458                         /* vdd_0p9: 0.805-1.0V (typ=0.9V) */
461                         BUCK3 {                   459                         BUCK3 {
462                                 regulator-name    460                                 regulator-name = "buck3";
463                                 regulator-min-    461                                 regulator-min-microvolt = <700000>;
464                                 regulator-max-    462                                 regulator-max-microvolt = <1350000>;
465                                 regulator-boot    463                                 regulator-boot-on;
466                                 regulator-alwa    464                                 regulator-always-on;
467                         };                        465                         };
468                                                   466 
469                         /* vdd_3p3 */             467                         /* vdd_3p3 */
470                         BUCK4 {                   468                         BUCK4 {
471                                 regulator-name    469                                 regulator-name = "buck4";
472                                 regulator-min-    470                                 regulator-min-microvolt = <3000000>;
473                                 regulator-max-    471                                 regulator-max-microvolt = <3300000>;
474                                 regulator-boot    472                                 regulator-boot-on;
475                                 regulator-alwa    473                                 regulator-always-on;
476                         };                        474                         };
477                                                   475 
478                         /* vdd_1p8 */             476                         /* vdd_1p8 */
479                         BUCK5 {                   477                         BUCK5 {
480                                 regulator-name    478                                 regulator-name = "buck5";
481                                 regulator-min-    479                                 regulator-min-microvolt = <1605000>;
482                                 regulator-max-    480                                 regulator-max-microvolt = <1995000>;
483                                 regulator-boot    481                                 regulator-boot-on;
484                                 regulator-alwa    482                                 regulator-always-on;
485                         };                        483                         };
486                                                   484 
487                         /* vdd_dram */            485                         /* vdd_dram */
488                         BUCK6 {                   486                         BUCK6 {
489                                 regulator-name    487                                 regulator-name = "buck6";
490                                 regulator-min-    488                                 regulator-min-microvolt = <800000>;
491                                 regulator-max-    489                                 regulator-max-microvolt = <1400000>;
492                                 regulator-boot    490                                 regulator-boot-on;
493                                 regulator-alwa    491                                 regulator-always-on;
494                         };                        492                         };
495                                                   493 
496                         /* nvcc_snvs_1p8 */       494                         /* nvcc_snvs_1p8 */
497                         LDO1 {                    495                         LDO1 {
498                                 regulator-name    496                                 regulator-name = "ldo1";
499                                 regulator-min-    497                                 regulator-min-microvolt = <1600000>;
500                                 regulator-max-    498                                 regulator-max-microvolt = <1900000>;
501                                 regulator-boot    499                                 regulator-boot-on;
502                                 regulator-alwa    500                                 regulator-always-on;
503                         };                        501                         };
504                                                   502 
505                         /* vdd_snvs_0p8 */        503                         /* vdd_snvs_0p8 */
506                         LDO2 {                    504                         LDO2 {
507                                 regulator-name    505                                 regulator-name = "ldo2";
508                                 regulator-min-    506                                 regulator-min-microvolt = <800000>;
509                                 regulator-max-    507                                 regulator-max-microvolt = <900000>;
510                                 regulator-boot    508                                 regulator-boot-on;
511                                 regulator-alwa    509                                 regulator-always-on;
512                         };                        510                         };
513                                                   511 
514                         /* vdda_1p8 */            512                         /* vdda_1p8 */
515                         LDO3 {                    513                         LDO3 {
516                                 regulator-name    514                                 regulator-name = "ldo3";
517                                 regulator-min-    515                                 regulator-min-microvolt = <1800000>;
518                                 regulator-max-    516                                 regulator-max-microvolt = <3300000>;
519                                 regulator-boot    517                                 regulator-boot-on;
520                                 regulator-alwa    518                                 regulator-always-on;
521                         };                        519                         };
522                                                   520 
523                         LDO4 {                    521                         LDO4 {
524                                 regulator-name    522                                 regulator-name = "ldo4";
525                                 regulator-min-    523                                 regulator-min-microvolt = <900000>;
526                                 regulator-max-    524                                 regulator-max-microvolt = <1800000>;
527                                 regulator-boot    525                                 regulator-boot-on;
528                                 regulator-alwa    526                                 regulator-always-on;
529                         };                        527                         };
530                                                   528 
531                         LDO6 {                    529                         LDO6 {
532                                 regulator-name    530                                 regulator-name = "ldo6";
533                                 regulator-min-    531                                 regulator-min-microvolt = <900000>;
534                                 regulator-max-    532                                 regulator-max-microvolt = <1800000>;
535                                 regulator-boot    533                                 regulator-boot-on;
536                                 regulator-alwa    534                                 regulator-always-on;
537                         };                        535                         };
538                 };                                536                 };
539         };                                        537         };
540                                                   538 
541         eeprom@50 {                               539         eeprom@50 {
542                 compatible = "atmel,24c02";       540                 compatible = "atmel,24c02";
543                 reg = <0x50>;                     541                 reg = <0x50>;
544                 pagesize = <16>;                  542                 pagesize = <16>;
545         };                                        543         };
546                                                   544 
547         eeprom@51 {                               545         eeprom@51 {
548                 compatible = "atmel,24c02";       546                 compatible = "atmel,24c02";
549                 reg = <0x51>;                     547                 reg = <0x51>;
550                 pagesize = <16>;                  548                 pagesize = <16>;
551         };                                        549         };
552                                                   550 
553         eeprom@52 {                               551         eeprom@52 {
554                 compatible = "atmel,24c02";       552                 compatible = "atmel,24c02";
555                 reg = <0x52>;                     553                 reg = <0x52>;
556                 pagesize = <16>;                  554                 pagesize = <16>;
557         };                                        555         };
558                                                   556 
559         eeprom@53 {                               557         eeprom@53 {
560                 compatible = "atmel,24c02";       558                 compatible = "atmel,24c02";
561                 reg = <0x53>;                     559                 reg = <0x53>;
562                 pagesize = <16>;                  560                 pagesize = <16>;
563         };                                        561         };
564                                                   562 
565         rtc@68 {                                  563         rtc@68 {
566                 compatible = "dallas,ds1672";     564                 compatible = "dallas,ds1672";
567                 reg = <0x68>;                     565                 reg = <0x68>;
568         };                                        566         };
569 };                                                567 };
570                                                   568 
571 &i2c2 {                                           569 &i2c2 {
572         clock-frequency = <400000>;               570         clock-frequency = <400000>;
573         pinctrl-names = "default", "gpio";        571         pinctrl-names = "default", "gpio";
574         pinctrl-0 = <&pinctrl_i2c2>;              572         pinctrl-0 = <&pinctrl_i2c2>;
575         pinctrl-1 = <&pinctrl_i2c2_gpio>;         573         pinctrl-1 = <&pinctrl_i2c2_gpio>;
576         scl-gpios = <&gpio5 16 (GPIO_ACTIVE_HI    574         scl-gpios = <&gpio5 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
577         sda-gpios = <&gpio5 17 (GPIO_ACTIVE_HI    575         sda-gpios = <&gpio5 17 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
578         status = "okay";                          576         status = "okay";
579                                                   577 
580         accelerometer@19 {                        578         accelerometer@19 {
581                 compatible = "st,lis2de12";       579                 compatible = "st,lis2de12";
582                 pinctrl-names = "default";        580                 pinctrl-names = "default";
583                 pinctrl-0 = <&pinctrl_accel>;     581                 pinctrl-0 = <&pinctrl_accel>;
584                 reg = <0x19>;                     582                 reg = <0x19>;
585                 st,drdy-int-pin = <1>;            583                 st,drdy-int-pin = <1>;
586                 interrupt-parent = <&gpio1>;      584                 interrupt-parent = <&gpio1>;
587                 interrupts = <12 IRQ_TYPE_LEVE    585                 interrupts = <12 IRQ_TYPE_LEVEL_LOW>;
588         };                                        586         };
589 };                                                587 };
590                                                   588 
591 /* off-board header */                            589 /* off-board header */
592 &i2c3 {                                           590 &i2c3 {
593         clock-frequency = <400000>;               591         clock-frequency = <400000>;
594         pinctrl-names = "default", "gpio";        592         pinctrl-names = "default", "gpio";
595         pinctrl-0 = <&pinctrl_i2c3>;              593         pinctrl-0 = <&pinctrl_i2c3>;
596         pinctrl-1 = <&pinctrl_i2c3_gpio>;         594         pinctrl-1 = <&pinctrl_i2c3_gpio>;
597         scl-gpios = <&gpio5 18 (GPIO_ACTIVE_HI    595         scl-gpios = <&gpio5 18 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
598         sda-gpios = <&gpio5 19 (GPIO_ACTIVE_HI    596         sda-gpios = <&gpio5 19 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
599         status = "okay";                          597         status = "okay";
600 };                                                598 };
601                                                   599 
602 /* off-board header */                            600 /* off-board header */
603 &i2c4 {                                           601 &i2c4 {
604         clock-frequency = <400000>;               602         clock-frequency = <400000>;
605         pinctrl-names = "default", "gpio";        603         pinctrl-names = "default", "gpio";
606         pinctrl-0 = <&pinctrl_i2c4>;              604         pinctrl-0 = <&pinctrl_i2c4>;
607         pinctrl-1 = <&pinctrl_i2c4_gpio>;         605         pinctrl-1 = <&pinctrl_i2c4_gpio>;
608         scl-gpios = <&gpio5 20 (GPIO_ACTIVE_HI    606         scl-gpios = <&gpio5 20 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
609         sda-gpios = <&gpio5 21 (GPIO_ACTIVE_HI    607         sda-gpios = <&gpio5 21 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
610         status = "okay";                          608         status = "okay";
611 };                                                609 };
612                                                   610 
613 &pgc_gpumix {                                     611 &pgc_gpumix {
614         status = "disabled";                      612         status = "disabled";
615 };                                                613 };
616                                                   614 
617 /* off-board header */                            615 /* off-board header */
618 &sai3 {                                           616 &sai3 {
619         pinctrl-names = "default";                617         pinctrl-names = "default";
620         pinctrl-0 = <&pinctrl_sai3>;              618         pinctrl-0 = <&pinctrl_sai3>;
621         assigned-clocks = <&clk IMX8MN_CLK_SAI    619         assigned-clocks = <&clk IMX8MN_CLK_SAI3>;
622         assigned-clock-parents = <&clk IMX8MN_    620         assigned-clock-parents = <&clk IMX8MN_AUDIO_PLL1_OUT>;
623         assigned-clock-rates = <24576000>;        621         assigned-clock-rates = <24576000>;
624         status = "okay";                          622         status = "okay";
625 };                                                623 };
626                                                   624 
627 /* RS232/RS485/RS422 selectable */                625 /* RS232/RS485/RS422 selectable */
628 &uart1 {                                          626 &uart1 {
629         pinctrl-names = "default";                627         pinctrl-names = "default";
630         pinctrl-0 = <&pinctrl_uart1>, <&pinctr    628         pinctrl-0 = <&pinctrl_uart1>, <&pinctrl_uart1_gpio>;
631         status = "okay";                          629         status = "okay";
632 };                                                630 };
633                                                   631 
634 /* RS232 console */                               632 /* RS232 console */
635 &uart2 {                                          633 &uart2 {
636         pinctrl-names = "default";                634         pinctrl-names = "default";
637         pinctrl-0 = <&pinctrl_uart2>;             635         pinctrl-0 = <&pinctrl_uart2>;
638         status = "okay";                          636         status = "okay";
639 };                                                637 };
640                                                   638 
641 /* bluetooth HCI */                               639 /* bluetooth HCI */
642 &uart3 {                                          640 &uart3 {
643         pinctrl-names = "default";                641         pinctrl-names = "default";
644         pinctrl-0 = <&pinctrl_uart3>, <&pinctr    642         pinctrl-0 = <&pinctrl_uart3>, <&pinctrl_uart3_gpio>;
645         rts-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>    643         rts-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
646         cts-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>    644         cts-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
647         status = "okay";                          645         status = "okay";
648                                                   646 
649         bluetooth {                               647         bluetooth {
650                 compatible = "brcm,bcm4330-bt"    648                 compatible = "brcm,bcm4330-bt";
651                 shutdown-gpios = <&gpio2 12 GP    649                 shutdown-gpios = <&gpio2 12 GPIO_ACTIVE_HIGH>;
652         };                                        650         };
653 };                                                651 };
654                                                   652 
655 /* LTE Cat M1/NB1/EGPRS modem or GPS (loading     653 /* LTE Cat M1/NB1/EGPRS modem or GPS (loading option) */
656 &uart4 {                                          654 &uart4 {
657         pinctrl-names = "default";                655         pinctrl-names = "default";
658         pinctrl-0 = <&pinctrl_uart4>;             656         pinctrl-0 = <&pinctrl_uart4>;
659         status = "okay";                          657         status = "okay";
660 };                                                658 };
661                                                   659 
662 &usbotg1 {                                        660 &usbotg1 {
663         dr_mode = "host";                         661         dr_mode = "host";
664         vbus-supply = <&reg_usb1_vbus>;           662         vbus-supply = <&reg_usb1_vbus>;
665         disable-over-current;                     663         disable-over-current;
666         status = "okay";                          664         status = "okay";
667 };                                                665 };
668                                                   666 
669 /* SDIO WiFi */                                   667 /* SDIO WiFi */
670 &usdhc2 {                                         668 &usdhc2 {
671         pinctrl-names = "default", "state_100m    669         pinctrl-names = "default", "state_100mhz", "state_200mhz";
672         pinctrl-0 = <&pinctrl_usdhc2>;            670         pinctrl-0 = <&pinctrl_usdhc2>;
673         pinctrl-1 = <&pinctrl_usdhc2_100mhz>;     671         pinctrl-1 = <&pinctrl_usdhc2_100mhz>;
674         pinctrl-2 = <&pinctrl_usdhc2_200mhz>;     672         pinctrl-2 = <&pinctrl_usdhc2_200mhz>;
675         bus-width = <4>;                          673         bus-width = <4>;
676         non-removable;                            674         non-removable;
677         vmmc-supply = <&reg_wifi>;                675         vmmc-supply = <&reg_wifi>;
678         #address-cells = <1>;                     676         #address-cells = <1>;
679         #size-cells = <0>;                        677         #size-cells = <0>;
680         status = "okay";                          678         status = "okay";
681                                                   679 
682         wifi@0 {                                  680         wifi@0 {
683                 compatible = "brcm,bcm43455-fm    681                 compatible = "brcm,bcm43455-fmac", "brcm,bcm4329-fmac";
684                 reg = <0>;                        682                 reg = <0>;
685         };                                        683         };
686 };                                                684 };
687                                                   685 
688 /* eMMC */                                        686 /* eMMC */
689 &usdhc3 {                                         687 &usdhc3 {
690         pinctrl-names = "default", "state_100m    688         pinctrl-names = "default", "state_100mhz", "state_200mhz";
691         pinctrl-0 = <&pinctrl_usdhc3>;            689         pinctrl-0 = <&pinctrl_usdhc3>;
692         pinctrl-1 = <&pinctrl_usdhc3_100mhz>;     690         pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
693         pinctrl-2 = <&pinctrl_usdhc3_200mhz>;     691         pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
694         bus-width = <8>;                          692         bus-width = <8>;
695         non-removable;                            693         non-removable;
696         status = "okay";                          694         status = "okay";
697 };                                                695 };
698                                                   696 
699 &wdog1 {                                          697 &wdog1 {
700         pinctrl-names = "default";                698         pinctrl-names = "default";
701         pinctrl-0 = <&pinctrl_wdog>;              699         pinctrl-0 = <&pinctrl_wdog>;
702         fsl,ext-reset-output;                     700         fsl,ext-reset-output;
703         status = "okay";                          701         status = "okay";
704 };                                                702 };
705                                                   703 
706 &iomuxc {                                         704 &iomuxc {
707         pinctrl-names = "default";                705         pinctrl-names = "default";
708         pinctrl-0 = <&pinctrl_hog>;               706         pinctrl-0 = <&pinctrl_hog>;
709                                                   707 
710         pinctrl_hog: hoggrp {                     708         pinctrl_hog: hoggrp {
711                 fsl,pins = <                      709                 fsl,pins = <
712                         MX8MN_IOMUXC_NAND_CE0_    710                         MX8MN_IOMUXC_NAND_CE0_B_GPIO3_IO1       0x40000159 /* M2_GDIS# */
713                         MX8MN_IOMUXC_GPIO1_IO0    711                         MX8MN_IOMUXC_GPIO1_IO08_GPIO1_IO8       0x40000041 /* M2_PWR_EN */
714                         MX8MN_IOMUXC_GPIO1_IO1    712                         MX8MN_IOMUXC_GPIO1_IO13_GPIO1_IO13      0x40000041 /* M2_RESET */
715                         MX8MN_IOMUXC_NAND_DATA    713                         MX8MN_IOMUXC_NAND_DATA01_GPIO3_IO7      0x40000119 /* M2_OFF# */
716                         MX8MN_IOMUXC_GPIO1_IO1    714                         MX8MN_IOMUXC_GPIO1_IO15_GPIO1_IO15      0x40000159 /* M2_WDIS# */
717                         MX8MN_IOMUXC_SAI2_RXFS    715                         MX8MN_IOMUXC_SAI2_RXFS_GPIO4_IO21       0x40000041 /* APP GPIO1 */
718                         MX8MN_IOMUXC_SAI2_RXC_    716                         MX8MN_IOMUXC_SAI2_RXC_GPIO4_IO22        0x40000041 /* VDD_4P0_EN */
719                         MX8MN_IOMUXC_SAI2_MCLK    717                         MX8MN_IOMUXC_SAI2_MCLK_GPIO4_IO27       0x40000041 /* APP GPIO2 */
720                         MX8MN_IOMUXC_SD1_DATA6    718                         MX8MN_IOMUXC_SD1_DATA6_GPIO2_IO8        0x40000041 /* UART2_EN# */
721                         MX8MN_IOMUXC_SAI3_RXFS    719                         MX8MN_IOMUXC_SAI3_RXFS_GPIO4_IO28       0x40000041 /* MIPI_GPIO1 */
722                         MX8MN_IOMUXC_SPDIF_EXT    720                         MX8MN_IOMUXC_SPDIF_EXT_CLK_GPIO5_IO5    0x40000041 /* MIPI_GPIO2 */
723                         MX8MN_IOMUXC_SPDIF_RX_    721                         MX8MN_IOMUXC_SPDIF_RX_GPIO5_IO4         0x40000041 /* MIPI_GPIO3/PWM2 */
724                         MX8MN_IOMUXC_SPDIF_TX_    722                         MX8MN_IOMUXC_SPDIF_TX_GPIO5_IO3         0x40000041 /* MIPI_GPIO4/PWM3 */
725                 >;                                723                 >;
726         };                                        724         };
727                                                   725 
728         pinctrl_accel: accelgrp {                 726         pinctrl_accel: accelgrp {
729                 fsl,pins = <                      727                 fsl,pins = <
730                         MX8MN_IOMUXC_GPIO1_IO1    728                         MX8MN_IOMUXC_GPIO1_IO12_GPIO1_IO12      0x159
731                 >;                                729                 >;
732         };                                        730         };
733                                                   731 
734         pinctrl_fec1: fec1grp {                   732         pinctrl_fec1: fec1grp {
735                 fsl,pins = <                      733                 fsl,pins = <
736                         MX8MN_IOMUXC_ENET_MDC_    734                         MX8MN_IOMUXC_ENET_MDC_ENET1_MDC                 0x3
737                         MX8MN_IOMUXC_ENET_MDIO    735                         MX8MN_IOMUXC_ENET_MDIO_ENET1_MDIO               0x3
738                         MX8MN_IOMUXC_ENET_TD3_    736                         MX8MN_IOMUXC_ENET_TD3_ENET1_RGMII_TD3           0x1f
739                         MX8MN_IOMUXC_ENET_TD2_    737                         MX8MN_IOMUXC_ENET_TD2_ENET1_RGMII_TD2           0x1f
740                         MX8MN_IOMUXC_ENET_TD1_    738                         MX8MN_IOMUXC_ENET_TD1_ENET1_RGMII_TD1           0x1f
741                         MX8MN_IOMUXC_ENET_TD0_    739                         MX8MN_IOMUXC_ENET_TD0_ENET1_RGMII_TD0           0x1f
742                         MX8MN_IOMUXC_ENET_RD3_    740                         MX8MN_IOMUXC_ENET_RD3_ENET1_RGMII_RD3           0x91
743                         MX8MN_IOMUXC_ENET_RD2_    741                         MX8MN_IOMUXC_ENET_RD2_ENET1_RGMII_RD2           0x91
744                         MX8MN_IOMUXC_ENET_RD1_    742                         MX8MN_IOMUXC_ENET_RD1_ENET1_RGMII_RD1           0x91
745                         MX8MN_IOMUXC_ENET_RD0_    743                         MX8MN_IOMUXC_ENET_RD0_ENET1_RGMII_RD0           0x91
746                         MX8MN_IOMUXC_ENET_TXC_    744                         MX8MN_IOMUXC_ENET_TXC_ENET1_RGMII_TXC           0x1f
747                         MX8MN_IOMUXC_ENET_RXC_    745                         MX8MN_IOMUXC_ENET_RXC_ENET1_RGMII_RXC           0x91
748                         MX8MN_IOMUXC_ENET_RX_C    746                         MX8MN_IOMUXC_ENET_RX_CTL_ENET1_RGMII_RX_CTL     0x91
749                         MX8MN_IOMUXC_ENET_TX_C    747                         MX8MN_IOMUXC_ENET_TX_CTL_ENET1_RGMII_TX_CTL     0x1f
750                         MX8MN_IOMUXC_GPIO1_IO1    748                         MX8MN_IOMUXC_GPIO1_IO10_GPIO1_IO10              0x19 /* RST# */
751                         MX8MN_IOMUXC_GPIO1_IO1    749                         MX8MN_IOMUXC_GPIO1_IO11_GPIO1_IO11              0x19 /* IRQ# */
752                 >;                                750                 >;
753         };                                        751         };
754                                                   752 
755         pinctrl_gsc: gscgrp {                     753         pinctrl_gsc: gscgrp {
756                 fsl,pins = <                      754                 fsl,pins = <
757                         MX8MN_IOMUXC_SD1_DATA4    755                         MX8MN_IOMUXC_SD1_DATA4_GPIO2_IO6        0x40
758                 >;                                756                 >;
759         };                                        757         };
760                                                   758 
761         pinctrl_i2c1: i2c1grp {                   759         pinctrl_i2c1: i2c1grp {
762                 fsl,pins = <                      760                 fsl,pins = <
763                         MX8MN_IOMUXC_I2C1_SCL_    761                         MX8MN_IOMUXC_I2C1_SCL_I2C1_SCL          0x400001c3
764                         MX8MN_IOMUXC_I2C1_SDA_    762                         MX8MN_IOMUXC_I2C1_SDA_I2C1_SDA          0x400001c3
765                 >;                                763                 >;
766         };                                        764         };
767                                                   765 
768         pinctrl_i2c1_gpio: i2c1gpiogrp {          766         pinctrl_i2c1_gpio: i2c1gpiogrp {
769                 fsl,pins = <                      767                 fsl,pins = <
770                         MX8MN_IOMUXC_I2C1_SCL_    768                         MX8MN_IOMUXC_I2C1_SCL_GPIO5_IO14        0x400001c3
771                         MX8MN_IOMUXC_I2C1_SDA_    769                         MX8MN_IOMUXC_I2C1_SDA_GPIO5_IO15        0x400001c3
772                 >;                                770                 >;
773         };                                        771         };
774                                                   772 
775         pinctrl_i2c2: i2c2grp {                   773         pinctrl_i2c2: i2c2grp {
776                 fsl,pins = <                      774                 fsl,pins = <
777                         MX8MN_IOMUXC_I2C2_SCL_    775                         MX8MN_IOMUXC_I2C2_SCL_I2C2_SCL          0x400001c3
778                         MX8MN_IOMUXC_I2C2_SDA_    776                         MX8MN_IOMUXC_I2C2_SDA_I2C2_SDA          0x400001c3
779                 >;                                777                 >;
780         };                                        778         };
781                                                   779 
782         pinctrl_i2c2_gpio: i2c2gpiogrp {          780         pinctrl_i2c2_gpio: i2c2gpiogrp {
783                 fsl,pins = <                      781                 fsl,pins = <
784                         MX8MN_IOMUXC_I2C2_SCL_    782                         MX8MN_IOMUXC_I2C2_SCL_GPIO5_IO16        0x400001c3
785                         MX8MN_IOMUXC_I2C2_SDA_    783                         MX8MN_IOMUXC_I2C2_SDA_GPIO5_IO17        0x400001c3
786                 >;                                784                 >;
787         };                                        785         };
788                                                   786 
789         pinctrl_i2c3: i2c3grp {                   787         pinctrl_i2c3: i2c3grp {
790                 fsl,pins = <                      788                 fsl,pins = <
791                         MX8MN_IOMUXC_I2C3_SCL_    789                         MX8MN_IOMUXC_I2C3_SCL_I2C3_SCL          0x400001c3
792                         MX8MN_IOMUXC_I2C3_SDA_    790                         MX8MN_IOMUXC_I2C3_SDA_I2C3_SDA          0x400001c3
793                 >;                                791                 >;
794         };                                        792         };
795                                                   793 
796         pinctrl_i2c3_gpio: i2c3gpiogrp {          794         pinctrl_i2c3_gpio: i2c3gpiogrp {
797                 fsl,pins = <                      795                 fsl,pins = <
798                         MX8MN_IOMUXC_I2C3_SCL_    796                         MX8MN_IOMUXC_I2C3_SCL_GPIO5_IO18        0x400001c3
799                         MX8MN_IOMUXC_I2C3_SDA_    797                         MX8MN_IOMUXC_I2C3_SDA_GPIO5_IO19        0x400001c3
800                 >;                                798                 >;
801         };                                        799         };
802                                                   800 
803         pinctrl_i2c4: i2c4grp {                   801         pinctrl_i2c4: i2c4grp {
804                 fsl,pins = <                      802                 fsl,pins = <
805                         MX8MN_IOMUXC_I2C4_SCL_    803                         MX8MN_IOMUXC_I2C4_SCL_I2C4_SCL          0x400001c3
806                         MX8MN_IOMUXC_I2C4_SDA_    804                         MX8MN_IOMUXC_I2C4_SDA_I2C4_SDA          0x400001c3
807                 >;                                805                 >;
808         };                                        806         };
809                                                   807 
810         pinctrl_i2c4_gpio: i2c4gpiogrp {          808         pinctrl_i2c4_gpio: i2c4gpiogrp {
811                 fsl,pins = <                      809                 fsl,pins = <
812                         MX8MN_IOMUXC_I2C4_SCL_    810                         MX8MN_IOMUXC_I2C4_SCL_GPIO5_IO20        0x400001c3
813                         MX8MN_IOMUXC_I2C4_SDA_    811                         MX8MN_IOMUXC_I2C4_SDA_GPIO5_IO21        0x400001c3
814                 >;                                812                 >;
815         };                                        813         };
816                                                   814 
817         pinctrl_gpio_leds: gpioledgrp {           815         pinctrl_gpio_leds: gpioledgrp {
818                 fsl,pins = <                      816                 fsl,pins = <
819                         MX8MN_IOMUXC_SAI5_RXD0    817                         MX8MN_IOMUXC_SAI5_RXD0_GPIO3_IO21       0x19
820                         MX8MN_IOMUXC_SAI5_RXD2    818                         MX8MN_IOMUXC_SAI5_RXD2_GPIO3_IO23       0x19
821                         MX8MN_IOMUXC_SAI5_RXD1    819                         MX8MN_IOMUXC_SAI5_RXD1_GPIO3_IO22       0x19
822                         MX8MN_IOMUXC_SAI5_RXC_    820                         MX8MN_IOMUXC_SAI5_RXC_GPIO3_IO20        0x19
823                         MX8MN_IOMUXC_SAI5_MCLK    821                         MX8MN_IOMUXC_SAI5_MCLK_GPIO3_IO25       0x19
824                 >;                                822                 >;
825         };                                        823         };
826                                                   824 
827         pinctrl_pmic: pmicgrp {                   825         pinctrl_pmic: pmicgrp {
828                 fsl,pins = <                      826                 fsl,pins = <
829                         MX8MN_IOMUXC_NAND_DATA    827                         MX8MN_IOMUXC_NAND_DATA02_GPIO3_IO8      0x41
830                 >;                                828                 >;
831         };                                        829         };
832                                                   830 
833         pinctrl_pps: ppsgrp {                     831         pinctrl_pps: ppsgrp {
834                 fsl,pins = <                      832                 fsl,pins = <
835                         MX8MN_IOMUXC_SAI5_RXD3    833                         MX8MN_IOMUXC_SAI5_RXD3_GPIO3_IO24       0x141 /* PPS */
836                 >;                                834                 >;
837         };                                        835         };
838                                                   836 
839         pinctrl_reg_wl: regwlgrp {                837         pinctrl_reg_wl: regwlgrp {
840                 fsl,pins = <                      838                 fsl,pins = <
841                         MX8MN_IOMUXC_SD2_RESET    839                         MX8MN_IOMUXC_SD2_RESET_B_GPIO2_IO19     0x41 /* WLAN_WLON */
842                 >;                                840                 >;
843         };                                        841         };
844                                                   842 
845         pinctrl_reg_usb1: regusb1grp {            843         pinctrl_reg_usb1: regusb1grp {
846                 fsl,pins = <                      844                 fsl,pins = <
847                         MX8MN_IOMUXC_SD1_DATA5    845                         MX8MN_IOMUXC_SD1_DATA5_GPIO2_IO7        0x41
848                 >;                                846                 >;
849         };                                        847         };
850                                                   848 
851         pinctrl_sai3: sai3grp {                   849         pinctrl_sai3: sai3grp {
852                 fsl,pins = <                      850                 fsl,pins = <
853                         MX8MN_IOMUXC_SAI3_MCLK    851                         MX8MN_IOMUXC_SAI3_MCLK_SAI3_MCLK        0xd6
854                         MX8MN_IOMUXC_SAI3_RXD_    852                         MX8MN_IOMUXC_SAI3_RXD_SAI3_RX_DATA0     0xd6
855                         MX8MN_IOMUXC_SAI3_TXC_    853                         MX8MN_IOMUXC_SAI3_TXC_SAI3_TX_BCLK      0xd6
856                         MX8MN_IOMUXC_SAI3_TXD_    854                         MX8MN_IOMUXC_SAI3_TXD_SAI3_TX_DATA0     0xd6
857                         MX8MN_IOMUXC_SAI3_TXFS    855                         MX8MN_IOMUXC_SAI3_TXFS_SAI3_TX_SYNC     0xd6
858                 >;                                856                 >;
859         };                                        857         };
860                                                   858 
861         pinctrl_spi1: spi1grp {                   859         pinctrl_spi1: spi1grp {
862                 fsl,pins = <                      860                 fsl,pins = <
863                         MX8MN_IOMUXC_ECSPI1_SC    861                         MX8MN_IOMUXC_ECSPI1_SCLK_ECSPI1_SCLK    0x82
864                         MX8MN_IOMUXC_ECSPI1_MO    862                         MX8MN_IOMUXC_ECSPI1_MOSI_ECSPI1_MOSI    0x82
865                         MX8MN_IOMUXC_ECSPI1_MI    863                         MX8MN_IOMUXC_ECSPI1_MISO_ECSPI1_MISO    0x82
866                         MX8MN_IOMUXC_ECSPI1_SS    864                         MX8MN_IOMUXC_ECSPI1_SS0_GPIO5_IO9       0x40
867                         MX8MN_IOMUXC_SD1_DATA1    865                         MX8MN_IOMUXC_SD1_DATA1_GPIO2_IO3        0x140 /* CAN_IRQ# */
868                 >;                                866                 >;
869         };                                        867         };
870                                                   868 
871         pinctrl_spi2: spi2grp {                   869         pinctrl_spi2: spi2grp {
872                 fsl,pins = <                      870                 fsl,pins = <
873                         MX8MN_IOMUXC_ECSPI2_SC    871                         MX8MN_IOMUXC_ECSPI2_SCLK_ECSPI2_SCLK    0x82
874                         MX8MN_IOMUXC_ECSPI2_MO    872                         MX8MN_IOMUXC_ECSPI2_MOSI_ECSPI2_MOSI    0x82
875                         MX8MN_IOMUXC_ECSPI2_MI    873                         MX8MN_IOMUXC_ECSPI2_MISO_ECSPI2_MISO    0x82
876                         MX8MN_IOMUXC_ECSPI2_SS    874                         MX8MN_IOMUXC_ECSPI2_SS0_GPIO5_IO13      0x40 /* SS0 */
877                 >;                                875                 >;
878         };                                        876         };
879                                                   877 
880         pinctrl_uart1: uart1grp {                 878         pinctrl_uart1: uart1grp {
881                 fsl,pins = <                      879                 fsl,pins = <
882                         MX8MN_IOMUXC_UART1_RXD    880                         MX8MN_IOMUXC_UART1_RXD_UART1_DCE_RX     0x140
883                         MX8MN_IOMUXC_UART1_TXD    881                         MX8MN_IOMUXC_UART1_TXD_UART1_DCE_TX     0x140
884                 >;                                882                 >;
885         };                                        883         };
886                                                   884 
887         pinctrl_uart1_gpio: uart1gpiogrp {        885         pinctrl_uart1_gpio: uart1gpiogrp {
888                 fsl,pins = <                      886                 fsl,pins = <
889                         MX8MN_IOMUXC_SAI2_TXD0    887                         MX8MN_IOMUXC_SAI2_TXD0_GPIO4_IO26       0x40000110 /* HALF */
890                         MX8MN_IOMUXC_SAI2_TXC_    888                         MX8MN_IOMUXC_SAI2_TXC_GPIO4_IO25        0x40000110 /* TERM */
891                         MX8MN_IOMUXC_SAI2_RXD0    889                         MX8MN_IOMUXC_SAI2_RXD0_GPIO4_IO23       0x40000110 /* RS485 */
892                 >;                                890                 >;
893         };                                        891         };
894                                                   892 
895         pinctrl_uart2: uart2grp {                 893         pinctrl_uart2: uart2grp {
896                 fsl,pins = <                      894                 fsl,pins = <
897                         MX8MN_IOMUXC_UART2_RXD    895                         MX8MN_IOMUXC_UART2_RXD_UART2_DCE_RX     0x140
898                         MX8MN_IOMUXC_UART2_TXD    896                         MX8MN_IOMUXC_UART2_TXD_UART2_DCE_TX     0x140
899                 >;                                897                 >;
900         };                                        898         };
901                                                   899 
902         pinctrl_uart3_gpio: uart3_gpiogrp {       900         pinctrl_uart3_gpio: uart3_gpiogrp {
903                 fsl,pins = <                      901                 fsl,pins = <
904                         MX8MN_IOMUXC_SD2_CD_B_    902                         MX8MN_IOMUXC_SD2_CD_B_GPIO2_IO12        0x41 /* BT_EN# */
905                 >;                                903                 >;
906         };                                        904         };
907                                                   905 
908         pinctrl_uart3: uart3grp {                 906         pinctrl_uart3: uart3grp {
909                 fsl,pins = <                      907                 fsl,pins = <
910                         MX8MN_IOMUXC_UART3_RXD    908                         MX8MN_IOMUXC_UART3_RXD_UART3_DCE_RX     0x140
911                         MX8MN_IOMUXC_UART3_TXD    909                         MX8MN_IOMUXC_UART3_TXD_UART3_DCE_TX     0x140
912                         MX8MN_IOMUXC_SD1_CLK_G    910                         MX8MN_IOMUXC_SD1_CLK_GPIO2_IO0          0x140 /* CTS */
913                         MX8MN_IOMUXC_SD1_CMD_G    911                         MX8MN_IOMUXC_SD1_CMD_GPIO2_IO1          0x140 /* RTS */
914                 >;                                912                 >;
915         };                                        913         };
916                                                   914 
917         pinctrl_uart4: uart4grp {                 915         pinctrl_uart4: uart4grp {
918                 fsl,pins = <                      916                 fsl,pins = <
919                         MX8MN_IOMUXC_UART4_RXD    917                         MX8MN_IOMUXC_UART4_RXD_UART4_DCE_RX     0x140
920                         MX8MN_IOMUXC_UART4_TXD    918                         MX8MN_IOMUXC_UART4_TXD_UART4_DCE_TX     0x140
921                         MX8MN_IOMUXC_GPIO1_IO0    919                         MX8MN_IOMUXC_GPIO1_IO06_GPIO1_IO6       0x141 /* GNSS_GASP */
922                 >;                                920                 >;
923         };                                        921         };
924                                                   922 
925         pinctrl_usdhc2: usdhc2grp {               923         pinctrl_usdhc2: usdhc2grp {
926                 fsl,pins = <                      924                 fsl,pins = <
927                         MX8MN_IOMUXC_SD2_CLK_U    925                         MX8MN_IOMUXC_SD2_CLK_USDHC2_CLK         0x190
928                         MX8MN_IOMUXC_SD2_CMD_U    926                         MX8MN_IOMUXC_SD2_CMD_USDHC2_CMD         0x1d0
929                         MX8MN_IOMUXC_SD2_DATA0    927                         MX8MN_IOMUXC_SD2_DATA0_USDHC2_DATA0     0x1d0
930                         MX8MN_IOMUXC_SD2_DATA1    928                         MX8MN_IOMUXC_SD2_DATA1_USDHC2_DATA1     0x1d0
931                         MX8MN_IOMUXC_SD2_DATA2    929                         MX8MN_IOMUXC_SD2_DATA2_USDHC2_DATA2     0x1d0
932                         MX8MN_IOMUXC_SD2_DATA3    930                         MX8MN_IOMUXC_SD2_DATA3_USDHC2_DATA3     0x1d0
933                 >;                                931                 >;
934         };                                        932         };
935                                                   933 
936         pinctrl_usdhc2_100mhz: usdhc2-100mhzgr    934         pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
937                 fsl,pins = <                      935                 fsl,pins = <
938                         MX8MN_IOMUXC_SD2_CLK_U    936                         MX8MN_IOMUXC_SD2_CLK_USDHC2_CLK         0x194
939                         MX8MN_IOMUXC_SD2_CMD_U    937                         MX8MN_IOMUXC_SD2_CMD_USDHC2_CMD         0x1d4
940                         MX8MN_IOMUXC_SD2_DATA0    938                         MX8MN_IOMUXC_SD2_DATA0_USDHC2_DATA0     0x1d4
941                         MX8MN_IOMUXC_SD2_DATA1    939                         MX8MN_IOMUXC_SD2_DATA1_USDHC2_DATA1     0x1d4
942                         MX8MN_IOMUXC_SD2_DATA2    940                         MX8MN_IOMUXC_SD2_DATA2_USDHC2_DATA2     0x1d4
943                         MX8MN_IOMUXC_SD2_DATA3    941                         MX8MN_IOMUXC_SD2_DATA3_USDHC2_DATA3     0x1d4
944                 >;                                942                 >;
945         };                                        943         };
946                                                   944 
947         pinctrl_usdhc2_200mhz: usdhc2-200mhzgr    945         pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {
948                 fsl,pins = <                      946                 fsl,pins = <
949                         MX8MN_IOMUXC_SD2_CLK_U    947                         MX8MN_IOMUXC_SD2_CLK_USDHC2_CLK         0x196
950                         MX8MN_IOMUXC_SD2_CMD_U    948                         MX8MN_IOMUXC_SD2_CMD_USDHC2_CMD         0x1d6
951                         MX8MN_IOMUXC_SD2_DATA0    949                         MX8MN_IOMUXC_SD2_DATA0_USDHC2_DATA0     0x1d6
952                         MX8MN_IOMUXC_SD2_DATA1    950                         MX8MN_IOMUXC_SD2_DATA1_USDHC2_DATA1     0x1d6
953                         MX8MN_IOMUXC_SD2_DATA2    951                         MX8MN_IOMUXC_SD2_DATA2_USDHC2_DATA2     0x1d6
954                         MX8MN_IOMUXC_SD2_DATA3    952                         MX8MN_IOMUXC_SD2_DATA3_USDHC2_DATA3     0x1d6
955                 >;                                953                 >;
956         };                                        954         };
957                                                   955 
958         pinctrl_usdhc3: usdhc3grp {               956         pinctrl_usdhc3: usdhc3grp {
959                 fsl,pins = <                      957                 fsl,pins = <
960                         MX8MN_IOMUXC_NAND_WE_B    958                         MX8MN_IOMUXC_NAND_WE_B_USDHC3_CLK       0x190
961                         MX8MN_IOMUXC_NAND_WP_B    959                         MX8MN_IOMUXC_NAND_WP_B_USDHC3_CMD       0x1d0
962                         MX8MN_IOMUXC_NAND_DATA    960                         MX8MN_IOMUXC_NAND_DATA04_USDHC3_DATA0   0x1d0
963                         MX8MN_IOMUXC_NAND_DATA    961                         MX8MN_IOMUXC_NAND_DATA05_USDHC3_DATA1   0x1d0
964                         MX8MN_IOMUXC_NAND_DATA    962                         MX8MN_IOMUXC_NAND_DATA06_USDHC3_DATA2   0x1d0
965                         MX8MN_IOMUXC_NAND_DATA    963                         MX8MN_IOMUXC_NAND_DATA07_USDHC3_DATA3   0x1d0
966                         MX8MN_IOMUXC_NAND_RE_B    964                         MX8MN_IOMUXC_NAND_RE_B_USDHC3_DATA4     0x1d0
967                         MX8MN_IOMUXC_NAND_CE2_    965                         MX8MN_IOMUXC_NAND_CE2_B_USDHC3_DATA5    0x1d0
968                         MX8MN_IOMUXC_NAND_CE3_    966                         MX8MN_IOMUXC_NAND_CE3_B_USDHC3_DATA6    0x1d0
969                         MX8MN_IOMUXC_NAND_CLE_    967                         MX8MN_IOMUXC_NAND_CLE_USDHC3_DATA7      0x1d0
970                         MX8MN_IOMUXC_NAND_CE1_    968                         MX8MN_IOMUXC_NAND_CE1_B_USDHC3_STROBE   0x190
971                 >;                                969                 >;
972         };                                        970         };
973                                                   971 
974         pinctrl_usdhc3_100mhz: usdhc3-100mhzgr    972         pinctrl_usdhc3_100mhz: usdhc3-100mhzgrp {
975                 fsl,pins = <                      973                 fsl,pins = <
976                         MX8MN_IOMUXC_NAND_WE_B    974                         MX8MN_IOMUXC_NAND_WE_B_USDHC3_CLK       0x194
977                         MX8MN_IOMUXC_NAND_WP_B    975                         MX8MN_IOMUXC_NAND_WP_B_USDHC3_CMD       0x1d4
978                         MX8MN_IOMUXC_NAND_DATA    976                         MX8MN_IOMUXC_NAND_DATA04_USDHC3_DATA0   0x1d4
979                         MX8MN_IOMUXC_NAND_DATA    977                         MX8MN_IOMUXC_NAND_DATA05_USDHC3_DATA1   0x1d4
980                         MX8MN_IOMUXC_NAND_DATA    978                         MX8MN_IOMUXC_NAND_DATA06_USDHC3_DATA2   0x1d4
981                         MX8MN_IOMUXC_NAND_DATA    979                         MX8MN_IOMUXC_NAND_DATA07_USDHC3_DATA3   0x1d4
982                         MX8MN_IOMUXC_NAND_RE_B    980                         MX8MN_IOMUXC_NAND_RE_B_USDHC3_DATA4     0x1d4
983                         MX8MN_IOMUXC_NAND_CE2_    981                         MX8MN_IOMUXC_NAND_CE2_B_USDHC3_DATA5    0x1d4
984                         MX8MN_IOMUXC_NAND_CE3_    982                         MX8MN_IOMUXC_NAND_CE3_B_USDHC3_DATA6    0x1d4
985                         MX8MN_IOMUXC_NAND_CLE_    983                         MX8MN_IOMUXC_NAND_CLE_USDHC3_DATA7      0x1d4
986                         MX8MN_IOMUXC_NAND_CE1_    984                         MX8MN_IOMUXC_NAND_CE1_B_USDHC3_STROBE   0x194
987                 >;                                985                 >;
988         };                                        986         };
989                                                   987 
990         pinctrl_usdhc3_200mhz: usdhc3-200mhzgr    988         pinctrl_usdhc3_200mhz: usdhc3-200mhzgrp {
991                 fsl,pins = <                      989                 fsl,pins = <
992                         MX8MN_IOMUXC_NAND_WE_B    990                         MX8MN_IOMUXC_NAND_WE_B_USDHC3_CLK       0x196
993                         MX8MN_IOMUXC_NAND_WP_B    991                         MX8MN_IOMUXC_NAND_WP_B_USDHC3_CMD       0x1d6
994                         MX8MN_IOMUXC_NAND_DATA    992                         MX8MN_IOMUXC_NAND_DATA04_USDHC3_DATA0   0x1d6
995                         MX8MN_IOMUXC_NAND_DATA    993                         MX8MN_IOMUXC_NAND_DATA05_USDHC3_DATA1   0x1d6
996                         MX8MN_IOMUXC_NAND_DATA    994                         MX8MN_IOMUXC_NAND_DATA06_USDHC3_DATA2   0x1d6
997                         MX8MN_IOMUXC_NAND_DATA    995                         MX8MN_IOMUXC_NAND_DATA07_USDHC3_DATA3   0x1d6
998                         MX8MN_IOMUXC_NAND_RE_B    996                         MX8MN_IOMUXC_NAND_RE_B_USDHC3_DATA4     0x1d6
999                         MX8MN_IOMUXC_NAND_CE2_    997                         MX8MN_IOMUXC_NAND_CE2_B_USDHC3_DATA5    0x1d6
1000                         MX8MN_IOMUXC_NAND_CE3    998                         MX8MN_IOMUXC_NAND_CE3_B_USDHC3_DATA6    0x1d6
1001                         MX8MN_IOMUXC_NAND_CLE    999                         MX8MN_IOMUXC_NAND_CLE_USDHC3_DATA7      0x1d6
1002                         MX8MN_IOMUXC_NAND_CE1    1000                         MX8MN_IOMUXC_NAND_CE1_B_USDHC3_STROBE   0x196
1003                 >;                               1001                 >;
1004         };                                       1002         };
1005                                                  1003 
1006         pinctrl_wdog: wdoggrp {                  1004         pinctrl_wdog: wdoggrp {
1007                 fsl,pins = <                     1005                 fsl,pins = <
1008                         MX8MN_IOMUXC_GPIO1_IO    1006                         MX8MN_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B    0xc6
1009                 >;                               1007                 >;
1010         };                                       1008         };
1011 };                                               1009 };
                                                      

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