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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/imx8mp-venice-gw73xx.dtsi

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

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/freescale/imx8mp-venice-gw73xx.dtsi (Architecture i386) and /scripts/dtc/include-prefixes/arm64/freescale/imx8mp-venice-gw73xx.dtsi (Architecture sparc)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright 2023 Gateworks Corporation             3  * Copyright 2023 Gateworks Corporation
  4  */                                                 4  */
  5                                                     5 
  6 #include <dt-bindings/gpio/gpio.h>                  6 #include <dt-bindings/gpio/gpio.h>
  7 #include <dt-bindings/leds/common.h>                7 #include <dt-bindings/leds/common.h>
  8 #include <dt-bindings/phy/phy-imx8-pcie.h>          8 #include <dt-bindings/phy/phy-imx8-pcie.h>
  9                                                     9 
 10 / {                                                10 / {
 11         aliases {                                  11         aliases {
 12                 ethernet1 = &eth1;                 12                 ethernet1 = &eth1;
 13         };                                         13         };
 14                                                    14 
 15         connector {                                15         connector {
 16                 compatible = "gpio-usb-b-conne     16                 compatible = "gpio-usb-b-connector", "usb-b-connector";
 17                 pinctrl-names = "default";         17                 pinctrl-names = "default";
 18                 pinctrl-0 = <&pinctrl_usbcon1>     18                 pinctrl-0 = <&pinctrl_usbcon1>;
 19                 type = "micro";                    19                 type = "micro";
 20                 label = "otg";                     20                 label = "otg";
 21                 vbus-supply = <&reg_usb1_vbus>     21                 vbus-supply = <&reg_usb1_vbus>;
 22                 id-gpios = <&gpio3 21 GPIO_ACT     22                 id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
 23                                                    23 
 24                 port {                             24                 port {
 25                         usb_dr_connector: endp     25                         usb_dr_connector: endpoint {
 26                                 remote-endpoin     26                                 remote-endpoint = <&usb3_dwc>;
 27                         };                         27                         };
 28                 };                                 28                 };
 29         };                                         29         };
 30                                                    30 
 31         led-controller {                           31         led-controller {
 32                 compatible = "gpio-leds";          32                 compatible = "gpio-leds";
 33                 pinctrl-names = "default";         33                 pinctrl-names = "default";
 34                 pinctrl-0 = <&pinctrl_gpio_led     34                 pinctrl-0 = <&pinctrl_gpio_leds>;
 35                                                    35 
 36                 led-0 {                            36                 led-0 {
 37                         function = LED_FUNCTIO     37                         function = LED_FUNCTION_STATUS;
 38                         color = <LED_COLOR_ID_     38                         color = <LED_COLOR_ID_GREEN>;
 39                         gpios = <&gpio4 1 GPIO     39                         gpios = <&gpio4 1 GPIO_ACTIVE_HIGH>;
 40                         default-state = "on";      40                         default-state = "on";
 41                         linux,default-trigger      41                         linux,default-trigger = "heartbeat";
 42                 };                                 42                 };
 43                                                    43 
 44                 led-1 {                            44                 led-1 {
 45                         function = LED_FUNCTIO     45                         function = LED_FUNCTION_STATUS;
 46                         color = <LED_COLOR_ID_     46                         color = <LED_COLOR_ID_RED>;
 47                         gpios = <&gpio4 5 GPIO     47                         gpios = <&gpio4 5 GPIO_ACTIVE_HIGH>;
 48                         default-state = "off";     48                         default-state = "off";
 49                 };                                 49                 };
 50         };                                         50         };
 51                                                    51 
 52         pcie0_refclk: clock-pcie0 {                52         pcie0_refclk: clock-pcie0 {
 53                 compatible = "fixed-clock";        53                 compatible = "fixed-clock";
 54                 #clock-cells = <0>;                54                 #clock-cells = <0>;
 55                 clock-frequency = <100000000>;     55                 clock-frequency = <100000000>;
 56         };                                         56         };
 57                                                    57 
 58         pps {                                      58         pps {
 59                 compatible = "pps-gpio";           59                 compatible = "pps-gpio";
 60                 pinctrl-names = "default";         60                 pinctrl-names = "default";
 61                 pinctrl-0 = <&pinctrl_pps>;        61                 pinctrl-0 = <&pinctrl_pps>;
 62                 gpios = <&gpio4 3 GPIO_ACTIVE_     62                 gpios = <&gpio4 3 GPIO_ACTIVE_HIGH>;
 63                 status = "okay";                   63                 status = "okay";
 64         };                                         64         };
 65                                                    65 
 66         reg_usb1_vbus: regulator-usb1 {            66         reg_usb1_vbus: regulator-usb1 {
 67                 compatible = "regulator-fixed"     67                 compatible = "regulator-fixed";
 68                 pinctrl-names = "default";         68                 pinctrl-names = "default";
 69                 pinctrl-0 = <&pinctrl_reg_usb1     69                 pinctrl-0 = <&pinctrl_reg_usb1_en>;
 70                 regulator-name = "usb1_vbus";      70                 regulator-name = "usb1_vbus";
 71                 gpio = <&gpio1 12 GPIO_ACTIVE_     71                 gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
 72                 enable-active-high;                72                 enable-active-high;
 73                 regulator-min-microvolt = <500     73                 regulator-min-microvolt = <5000000>;
 74                 regulator-max-microvolt = <500     74                 regulator-max-microvolt = <5000000>;
 75         };                                         75         };
 76                                                    76 
 77         reg_usb2_vbus: regulator-usb2 {            77         reg_usb2_vbus: regulator-usb2 {
 78                 compatible = "regulator-fixed"     78                 compatible = "regulator-fixed";
 79                 pinctrl-names = "default";         79                 pinctrl-names = "default";
 80                 pinctrl-0 = <&pinctrl_reg_usb2     80                 pinctrl-0 = <&pinctrl_reg_usb2_en>;
 81                 regulator-name = "usb2_vbus";      81                 regulator-name = "usb2_vbus";
 82                 gpio = <&gpio4 12 GPIO_ACTIVE_     82                 gpio = <&gpio4 12 GPIO_ACTIVE_HIGH>;
 83                 enable-active-high;                83                 enable-active-high;
 84                 regulator-min-microvolt = <500     84                 regulator-min-microvolt = <5000000>;
 85                 regulator-max-microvolt = <500     85                 regulator-max-microvolt = <5000000>;
 86         };                                         86         };
 87                                                    87 
 88         reg_wifi_en: regulator-wifi-en {           88         reg_wifi_en: regulator-wifi-en {
 89                 compatible = "regulator-fixed"     89                 compatible = "regulator-fixed";
 90                 pinctrl-names = "default";         90                 pinctrl-names = "default";
 91                 pinctrl-0 = <&pinctrl_reg_wl>;     91                 pinctrl-0 = <&pinctrl_reg_wl>;
 92                 regulator-name = "wl";             92                 regulator-name = "wl";
 93                 gpio = <&gpio4 19 GPIO_ACTIVE_     93                 gpio = <&gpio4 19 GPIO_ACTIVE_HIGH>;
 94                 startup-delay-us = <100>;          94                 startup-delay-us = <100>;
 95                 enable-active-high;                95                 enable-active-high;
 96                 regulator-min-microvolt = <330     96                 regulator-min-microvolt = <3300000>;
 97                 regulator-max-microvolt = <330     97                 regulator-max-microvolt = <3300000>;
 98         };                                         98         };
 99                                                    99 
100         reg_usdhc2_vmmc: regulator-usdhc2-vmmc    100         reg_usdhc2_vmmc: regulator-usdhc2-vmmc {
101                 compatible = "regulator-fixed"    101                 compatible = "regulator-fixed";
102                 pinctrl-names = "default";        102                 pinctrl-names = "default";
103                 pinctrl-0 = <&pinctrl_usdhc2_v    103                 pinctrl-0 = <&pinctrl_usdhc2_vmmc>;
104                 regulator-name = "VDD_3V3_SD";    104                 regulator-name = "VDD_3V3_SD";
105                 enable-active-high;               105                 enable-active-high;
106                 gpio = <&gpio2 19 0>; /* SD2_R    106                 gpio = <&gpio2 19 0>; /* SD2_RESET */
107                 off-on-delay-us = <12000>;        107                 off-on-delay-us = <12000>;
108                 regulator-max-microvolt = <330    108                 regulator-max-microvolt = <3300000>;
109                 regulator-min-microvolt = <330    109                 regulator-min-microvolt = <3300000>;
110                 startup-delay-us = <100>;         110                 startup-delay-us = <100>;
111         };                                        111         };
112 };                                                112 };
113                                                   113 
114 /* off-board header */                            114 /* off-board header */
115 &ecspi2 {                                         115 &ecspi2 {
116         pinctrl-names = "default";                116         pinctrl-names = "default";
117         pinctrl-0 = <&pinctrl_spi2>;              117         pinctrl-0 = <&pinctrl_spi2>;
118         cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>    118         cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>,
119                    <&gpio1 10 GPIO_ACTIVE_LOW>    119                    <&gpio1 10 GPIO_ACTIVE_LOW>;
120         status = "okay";                          120         status = "okay";
121                                                   121 
122         tpm@1 {                                   122         tpm@1 {
123                 compatible = "atmel,attpm20p",    123                 compatible = "atmel,attpm20p", "tcg,tpm_tis-spi";
124                 reg = <0x1>;                      124                 reg = <0x1>;
125                 spi-max-frequency = <36000000>    125                 spi-max-frequency = <36000000>;
126         };                                        126         };
127 };                                                127 };
128                                                   128 
129 &gpio4 {                                          129 &gpio4 {
130         gpio-line-names =                         130         gpio-line-names =
131                 "", "", "", "",                   131                 "", "", "", "",
132                 "", "", "", "",                   132                 "", "", "", "",
133                 "dio1", "", "", "dio0",           133                 "dio1", "", "", "dio0",
134                 "", "", "pci_usb_sel", "",        134                 "", "", "pci_usb_sel", "",
135                 "", "", "", "",                   135                 "", "", "", "",
136                 "", "", "rs485_en", "rs485_ter    136                 "", "", "rs485_en", "rs485_term",
137                 "", "", "", "rs485_half",         137                 "", "", "", "rs485_half",
138                 "pci_wdis#", "", "", "";          138                 "pci_wdis#", "", "", "";
139 };                                                139 };
140                                                   140 
141 &i2c2 {                                           141 &i2c2 {
142         clock-frequency = <400000>;               142         clock-frequency = <400000>;
143         pinctrl-names = "default";                143         pinctrl-names = "default";
144         pinctrl-0 = <&pinctrl_i2c2>;              144         pinctrl-0 = <&pinctrl_i2c2>;
145         status = "okay";                          145         status = "okay";
146                                                   146 
147         accelerometer@19 {                        147         accelerometer@19 {
148                 compatible = "st,lis2de12";       148                 compatible = "st,lis2de12";
149                 reg = <0x19>;                     149                 reg = <0x19>;
150                 pinctrl-names = "default";        150                 pinctrl-names = "default";
151                 pinctrl-0 = <&pinctrl_accel>;     151                 pinctrl-0 = <&pinctrl_accel>;
152                 st,drdy-int-pin = <1>;            152                 st,drdy-int-pin = <1>;
153                 interrupt-parent = <&gpio4>;      153                 interrupt-parent = <&gpio4>;
154                 interrupts = <21 IRQ_TYPE_LEVE    154                 interrupts = <21 IRQ_TYPE_LEVEL_LOW>;
155         };                                        155         };
156 };                                                156 };
157                                                   157 
158 &pcie_phy {                                       158 &pcie_phy {
159         fsl,refclk-pad-mode = <IMX8_PCIE_REFCL    159         fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
160         fsl,clkreq-unsupported;                   160         fsl,clkreq-unsupported;
161         clocks = <&pcie0_refclk>;                 161         clocks = <&pcie0_refclk>;
162         clock-names = "ref";                      162         clock-names = "ref";
163         status = "okay";                          163         status = "okay";
164 };                                                164 };
165                                                   165 
166 &pcie {                                           166 &pcie {
167         pinctrl-names = "default";                167         pinctrl-names = "default";
168         pinctrl-0 = <&pinctrl_pcie0>;             168         pinctrl-0 = <&pinctrl_pcie0>;
169         reset-gpio = <&gpio4 29 GPIO_ACTIVE_LO    169         reset-gpio = <&gpio4 29 GPIO_ACTIVE_LOW>;
170         status = "okay";                          170         status = "okay";
171                                                   171 
172         pcie@0,0 {                                172         pcie@0,0 {
173                 reg = <0x0000 0 0 0 0>;           173                 reg = <0x0000 0 0 0 0>;
174                 device_type = "pci";              174                 device_type = "pci";
175                 #address-cells = <3>;             175                 #address-cells = <3>;
176                 #size-cells = <2>;                176                 #size-cells = <2>;
177                 ranges;                           177                 ranges;
178                                                   178 
179                 pcie@0,0 {                        179                 pcie@0,0 {
180                         reg = <0x0000 0 0 0 0>    180                         reg = <0x0000 0 0 0 0>;
181                         device_type = "pci";      181                         device_type = "pci";
182                         #address-cells = <3>;     182                         #address-cells = <3>;
183                         #size-cells = <2>;        183                         #size-cells = <2>;
184                         ranges;                   184                         ranges;
185                                                   185 
186                         pcie@4,0 {                186                         pcie@4,0 {
187                                 reg = <0x2000     187                                 reg = <0x2000 0 0 0 0>;
188                                 device_type =     188                                 device_type = "pci";
189                                 #address-cells    189                                 #address-cells = <3>;
190                                 #size-cells =     190                                 #size-cells = <2>;
191                                 ranges;           191                                 ranges;
192                                                   192 
193                                 eth1: ethernet    193                                 eth1: ethernet@0,0 {
194                                         reg =     194                                         reg = <0x0000 0 0 0 0>;
195                                         #addre    195                                         #address-cells = <3>;
196                                         #size-    196                                         #size-cells = <2>;
197                                         ranges    197                                         ranges;
198                                         local-    198                                         local-mac-address = [00 00 00 00 00 00];
199                                 };                199                                 };
200                         };                        200                         };
201                 };                                201                 };
202         };                                        202         };
203 };                                                203 };
204                                                   204 
205 /* GPS */                                         205 /* GPS */
206 &uart1 {                                          206 &uart1 {
207         pinctrl-names = "default";                207         pinctrl-names = "default";
208         pinctrl-0 = <&pinctrl_uart1>;             208         pinctrl-0 = <&pinctrl_uart1>;
209         status = "okay";                          209         status = "okay";
210 };                                                210 };
211                                                   211 
212 /* bluetooth HCI */                               212 /* bluetooth HCI */
213 &uart3 {                                          213 &uart3 {
214         pinctrl-names = "default";                214         pinctrl-names = "default";
215         pinctrl-0 = <&pinctrl_uart3>, <&pinctr    215         pinctrl-0 = <&pinctrl_uart3>, <&pinctrl_bten>;
216         cts-gpios = <&gpio5 8 GPIO_ACTIVE_LOW>    216         cts-gpios = <&gpio5 8 GPIO_ACTIVE_LOW>;
217         rts-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>    217         rts-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
218         status = "okay";                          218         status = "okay";
219                                                   219 
220         bluetooth {                               220         bluetooth {
221                 compatible = "brcm,bcm4330-bt"    221                 compatible = "brcm,bcm4330-bt";
222                 shutdown-gpios = <&gpio1 3 GPI    222                 shutdown-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
223         };                                        223         };
224 };                                                224 };
225                                                   225 
226 /* RS232 */                                       226 /* RS232 */
227 &uart4 {                                          227 &uart4 {
228         pinctrl-names = "default";                228         pinctrl-names = "default";
229         pinctrl-0 = <&pinctrl_uart4>;             229         pinctrl-0 = <&pinctrl_uart4>;
230         status = "okay";                          230         status = "okay";
231 };                                                231 };
232                                                   232 
233 /* USB1 - OTG */                                  233 /* USB1 - OTG */
234 &usb3_0 {                                         234 &usb3_0 {
235         pinctrl-names = "default";                235         pinctrl-names = "default";
236         pinctrl-0 = <&pinctrl_usb1>;              236         pinctrl-0 = <&pinctrl_usb1>;
237         fsl,over-current-active-low;              237         fsl,over-current-active-low;
238         status = "okay";                          238         status = "okay";
239 };                                                239 };
240                                                   240 
241 &usb3_phy0 {                                      241 &usb3_phy0 {
242         status = "okay";                          242         status = "okay";
243 };                                                243 };
244                                                   244 
245 &usb_dwc3_0 {                                     245 &usb_dwc3_0 {
246         /* dual role is implemented but not a     246         /* dual role is implemented but not a full featured OTG */
247         adp-disable;                              247         adp-disable;
248         hnp-disable;                              248         hnp-disable;
249         srp-disable;                              249         srp-disable;
250         dr_mode = "otg";                          250         dr_mode = "otg";
251         usb-role-switch;                          251         usb-role-switch;
252         role-switch-default-mode = "peripheral    252         role-switch-default-mode = "peripheral";
253         status = "okay";                          253         status = "okay";
254                                                   254 
255         port {                                    255         port {
256                 usb3_dwc: endpoint {              256                 usb3_dwc: endpoint {
257                         remote-endpoint = <&us    257                         remote-endpoint = <&usb_dr_connector>;
258                 };                                258                 };
259         };                                        259         };
260 };                                                260 };
261                                                   261 
262 /* USB2 - USB3.0 Hub */                           262 /* USB2 - USB3.0 Hub */
263 &usb3_1 {                                         263 &usb3_1 {
264         fsl,permanently-attached;                 264         fsl,permanently-attached;
265         fsl,disable-port-power-control;           265         fsl,disable-port-power-control;
266         status = "okay";                          266         status = "okay";
267 };                                                267 };
268                                                   268 
269 &usb3_phy1 {                                      269 &usb3_phy1 {
270         vbus-supply = <&reg_usb2_vbus>;           270         vbus-supply = <&reg_usb2_vbus>;
271         status = "okay";                          271         status = "okay";
272 };                                                272 };
273                                                   273 
274 &usb_dwc3_1 {                                     274 &usb_dwc3_1 {
275         dr_mode = "host";                         275         dr_mode = "host";
276         status = "okay";                          276         status = "okay";
277 };                                                277 };
278                                                   278 
279 /* SDIO WiFi */                                   279 /* SDIO WiFi */
280 &usdhc1 {                                         280 &usdhc1 {
281         pinctrl-names = "default";                281         pinctrl-names = "default";
282         pinctrl-0 = <&pinctrl_usdhc1>;            282         pinctrl-0 = <&pinctrl_usdhc1>;
283         bus-width = <4>;                          283         bus-width = <4>;
284         non-removable;                            284         non-removable;
285         vmmc-supply = <&reg_wifi_en>;             285         vmmc-supply = <&reg_wifi_en>;
286         status = "okay";                          286         status = "okay";
287 };                                                287 };
288                                                   288 
289 /* microSD */                                     289 /* microSD */
290 &usdhc2 {                                         290 &usdhc2 {
291         pinctrl-names = "default", "state_100m    291         pinctrl-names = "default", "state_100mhz", "state_200mhz";
292         pinctrl-0 = <&pinctrl_usdhc2>, <&pinct    292         pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
293         pinctrl-1 = <&pinctrl_usdhc2_100mhz>,     293         pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
294         pinctrl-2 = <&pinctrl_usdhc2_200mhz>,     294         pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
295         cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>    295         cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
296         bus-width = <4>;                          296         bus-width = <4>;
297         vmmc-supply = <&reg_usdhc2_vmmc>;         297         vmmc-supply = <&reg_usdhc2_vmmc>;
298         status = "okay";                          298         status = "okay";
299 };                                                299 };
300                                                   300 
301 &iomuxc {                                         301 &iomuxc {
302         pinctrl-names = "default";                302         pinctrl-names = "default";
303         pinctrl-0 = <&pinctrl_hog>;               303         pinctrl-0 = <&pinctrl_hog>;
304                                                   304 
305         pinctrl_hog: hoggrp {                     305         pinctrl_hog: hoggrp {
306                 fsl,pins = <                      306                 fsl,pins = <
307                         MX8MP_IOMUXC_SAI1_RXD6    307                         MX8MP_IOMUXC_SAI1_RXD6__GPIO4_IO08      0x40000146 /* DIO1 */
308                         MX8MP_IOMUXC_SAI1_TXC_    308                         MX8MP_IOMUXC_SAI1_TXC__GPIO4_IO11       0x40000146 /* DIO0 */
309                         MX8MP_IOMUXC_SAI1_TXD2    309                         MX8MP_IOMUXC_SAI1_TXD2__GPIO4_IO14      0x40000106 /* PCIE_USBSEL */
310                         MX8MP_IOMUXC_SAI2_MCLK    310                         MX8MP_IOMUXC_SAI2_MCLK__GPIO4_IO27      0x40000106 /* RS485_HALF */
311                         MX8MP_IOMUXC_SAI2_RXC_    311                         MX8MP_IOMUXC_SAI2_RXC__GPIO4_IO22       0x40000106 /* RS485_EN */
312                         MX8MP_IOMUXC_SAI2_RXD0    312                         MX8MP_IOMUXC_SAI2_RXD0__GPIO4_IO23      0x40000106 /* RS485_TERM */
313                         MX8MP_IOMUXC_SAI3_RXFS    313                         MX8MP_IOMUXC_SAI3_RXFS__GPIO4_IO28      0x40000106 /* PCIE_WDIS# */
314                 >;                                314                 >;
315         };                                        315         };
316                                                   316 
317         pinctrl_accel: accelgrp {                 317         pinctrl_accel: accelgrp {
318                 fsl,pins = <                      318                 fsl,pins = <
319                         MX8MP_IOMUXC_SAI2_RXFS    319                         MX8MP_IOMUXC_SAI2_RXFS__GPIO4_IO21      0x150   /* IRQ */
320                 >;                                320                 >;
321         };                                        321         };
322                                                   322 
323         pinctrl_bten: btengrp {                   323         pinctrl_bten: btengrp {
324                 fsl,pins = <                      324                 fsl,pins = <
325                         MX8MP_IOMUXC_SAI1_TXD4    325                         MX8MP_IOMUXC_SAI1_TXD4__GPIO4_IO16      0x146
326                 >;                                326                 >;
327         };                                        327         };
328                                                   328 
329         pinctrl_gpio_leds: gpioledgrp {           329         pinctrl_gpio_leds: gpioledgrp {
330                 fsl,pins = <                      330                 fsl,pins = <
331                         MX8MP_IOMUXC_SAI1_RXC_    331                         MX8MP_IOMUXC_SAI1_RXC__GPIO4_IO01       0x6     /* LEDG */
332                         MX8MP_IOMUXC_SAI1_RXD3    332                         MX8MP_IOMUXC_SAI1_RXD3__GPIO4_IO05      0x6     /* LEDR */
333                 >;                                333                 >;
334         };                                        334         };
335                                                   335 
336         pinctrl_pcie0: pcie0grp {                 336         pinctrl_pcie0: pcie0grp {
337                 fsl,pins = <                      337                 fsl,pins = <
338                         MX8MP_IOMUXC_SAI3_RXC_    338                         MX8MP_IOMUXC_SAI3_RXC__GPIO4_IO29       0x106
339                 >;                                339                 >;
340         };                                        340         };
341                                                   341 
342         pinctrl_pps: ppsgrp {                     342         pinctrl_pps: ppsgrp {
343                 fsl,pins = <                      343                 fsl,pins = <
344                         MX8MP_IOMUXC_SAI1_RXD1    344                         MX8MP_IOMUXC_SAI1_RXD1__GPIO4_IO03      0x146
345                 >;                                345                 >;
346         };                                        346         };
347                                                   347 
348         pinctrl_reg_wl: regwlgrp {                348         pinctrl_reg_wl: regwlgrp {
349                 fsl,pins = <                      349                 fsl,pins = <
350                         MX8MP_IOMUXC_SAI1_TXD7    350                         MX8MP_IOMUXC_SAI1_TXD7__GPIO4_IO19      0x146
351                 >;                                351                 >;
352         };                                        352         };
353                                                   353 
354         pinctrl_reg_usb1_en: regusb1grp {         354         pinctrl_reg_usb1_en: regusb1grp {
355                 fsl,pins = <                      355                 fsl,pins = <
356                         MX8MP_IOMUXC_GPIO1_IO1    356                         MX8MP_IOMUXC_GPIO1_IO12__GPIO1_IO12     0x146 /* USB1_EN */
357                 >;                                357                 >;
358         };                                        358         };
359                                                   359 
360         pinctrl_usb1: usb1grp {                   360         pinctrl_usb1: usb1grp {
361                 fsl,pins = <                      361                 fsl,pins = <
362                         MX8MP_IOMUXC_GPIO1_IO1    362                         MX8MP_IOMUXC_GPIO1_IO13__USB1_OTG_OC    0x140 /* USB1_FLT# */
363                 >;                                363                 >;
364         };                                        364         };
365                                                   365 
366         pinctrl_usbcon1: usbcon1grp {             366         pinctrl_usbcon1: usbcon1grp {
367                 fsl,pins = <                      367                 fsl,pins = <
368                         MX8MP_IOMUXC_SAI5_RXD0    368                         MX8MP_IOMUXC_SAI5_RXD0__GPIO3_IO21      0x140 /* USB1_ID */
369                 >;                                369                 >;
370         };                                        370         };
371                                                   371 
372         pinctrl_reg_usb2_en: regusb2grp {         372         pinctrl_reg_usb2_en: regusb2grp {
373                 fsl,pins = <                      373                 fsl,pins = <
374                         MX8MP_IOMUXC_SAI1_TXD0    374                         MX8MP_IOMUXC_SAI1_TXD0__GPIO4_IO12      0x146 /* USBHUB_RST# */
375                 >;                                375                 >;
376         };                                        376         };
377                                                   377 
378         pinctrl_spi2: spi2grp {                   378         pinctrl_spi2: spi2grp {
379                 fsl,pins = <                      379                 fsl,pins = <
380                         MX8MP_IOMUXC_ECSPI2_SC    380                         MX8MP_IOMUXC_ECSPI2_SCLK__ECSPI2_SCLK   0x140
381                         MX8MP_IOMUXC_ECSPI2_MO    381                         MX8MP_IOMUXC_ECSPI2_MOSI__ECSPI2_MOSI   0x140
382                         MX8MP_IOMUXC_ECSPI2_MI    382                         MX8MP_IOMUXC_ECSPI2_MISO__ECSPI2_MISO   0x140
383                         MX8MP_IOMUXC_ECSPI2_SS    383                         MX8MP_IOMUXC_ECSPI2_SS0__GPIO5_IO13     0x140
384                 >;                                384                 >;
385         };                                        385         };
386                                                   386 
387         pinctrl_uart1: uart1grp {                 387         pinctrl_uart1: uart1grp {
388                 fsl,pins = <                      388                 fsl,pins = <
389                         MX8MP_IOMUXC_UART1_RXD    389                         MX8MP_IOMUXC_UART1_RXD__UART1_DCE_RX    0x140
390                         MX8MP_IOMUXC_UART1_TXD    390                         MX8MP_IOMUXC_UART1_TXD__UART1_DCE_TX    0x140
391                 >;                                391                 >;
392         };                                        392         };
393                                                   393 
394         pinctrl_uart3: uart3grp {                 394         pinctrl_uart3: uart3grp {
395                 fsl,pins = <                      395                 fsl,pins = <
396                         MX8MP_IOMUXC_UART3_RXD    396                         MX8MP_IOMUXC_UART3_RXD__UART3_DCE_RX    0x140
397                         MX8MP_IOMUXC_UART3_TXD    397                         MX8MP_IOMUXC_UART3_TXD__UART3_DCE_TX    0x140
398                         MX8MP_IOMUXC_ECSPI1_MI    398                         MX8MP_IOMUXC_ECSPI1_MISO__GPIO5_IO08    0x140
399                         MX8MP_IOMUXC_ECSPI1_SS    399                         MX8MP_IOMUXC_ECSPI1_SS0__GPIO5_IO09     0x140
400                 >;                                400                 >;
401         };                                        401         };
402                                                   402 
403         pinctrl_uart4: uart4grp {                 403         pinctrl_uart4: uart4grp {
404                 fsl,pins = <                      404                 fsl,pins = <
405                         MX8MP_IOMUXC_UART4_RXD    405                         MX8MP_IOMUXC_UART4_RXD__UART4_DCE_RX    0x140
406                         MX8MP_IOMUXC_UART4_TXD    406                         MX8MP_IOMUXC_UART4_TXD__UART4_DCE_TX    0x140
407                 >;                                407                 >;
408         };                                        408         };
409                                                   409 
410         pinctrl_usdhc1: usdhc1grp {               410         pinctrl_usdhc1: usdhc1grp {
411                 fsl,pins = <                      411                 fsl,pins = <
412                         MX8MP_IOMUXC_SD1_CLK__    412                         MX8MP_IOMUXC_SD1_CLK__USDHC1_CLK        0x190
413                         MX8MP_IOMUXC_SD1_CMD__    413                         MX8MP_IOMUXC_SD1_CMD__USDHC1_CMD        0x1d0
414                         MX8MP_IOMUXC_SD1_DATA0    414                         MX8MP_IOMUXC_SD1_DATA0__USDHC1_DATA0    0x1d0
415                         MX8MP_IOMUXC_SD1_DATA1    415                         MX8MP_IOMUXC_SD1_DATA1__USDHC1_DATA1    0x1d0
416                         MX8MP_IOMUXC_SD1_DATA2    416                         MX8MP_IOMUXC_SD1_DATA2__USDHC1_DATA2    0x1d0
417                         MX8MP_IOMUXC_SD1_DATA3    417                         MX8MP_IOMUXC_SD1_DATA3__USDHC1_DATA3    0x1d0
418                 >;                                418                 >;
419         };                                        419         };
420                                                   420 
421         pinctrl_usdhc2: usdhc2grp {               421         pinctrl_usdhc2: usdhc2grp {
422                 fsl,pins = <                      422                 fsl,pins = <
423                         MX8MP_IOMUXC_SD2_CLK__    423                         MX8MP_IOMUXC_SD2_CLK__USDHC2_CLK        0x190
424                         MX8MP_IOMUXC_SD2_CMD__    424                         MX8MP_IOMUXC_SD2_CMD__USDHC2_CMD        0x1d0
425                         MX8MP_IOMUXC_SD2_DATA0    425                         MX8MP_IOMUXC_SD2_DATA0__USDHC2_DATA0    0x1d0
426                         MX8MP_IOMUXC_SD2_DATA1    426                         MX8MP_IOMUXC_SD2_DATA1__USDHC2_DATA1    0x1d0
427                         MX8MP_IOMUXC_SD2_DATA2    427                         MX8MP_IOMUXC_SD2_DATA2__USDHC2_DATA2    0x1d0
428                         MX8MP_IOMUXC_SD2_DATA3    428                         MX8MP_IOMUXC_SD2_DATA3__USDHC2_DATA3    0x1d0
429                         MX8MP_IOMUXC_GPIO1_IO0    429                         MX8MP_IOMUXC_GPIO1_IO04__USDHC2_VSELECT 0xc1
430                 >;                                430                 >;
431         };                                        431         };
432                                                   432 
433         pinctrl_usdhc2_100mhz: usdhc2-100mhzgr    433         pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
434                 fsl,pins = <                      434                 fsl,pins = <
435                         MX8MP_IOMUXC_SD2_CLK__    435                         MX8MP_IOMUXC_SD2_CLK__USDHC2_CLK        0x194
436                         MX8MP_IOMUXC_SD2_CMD__    436                         MX8MP_IOMUXC_SD2_CMD__USDHC2_CMD        0x1d4
437                         MX8MP_IOMUXC_SD2_DATA0    437                         MX8MP_IOMUXC_SD2_DATA0__USDHC2_DATA0    0x1d4
438                         MX8MP_IOMUXC_SD2_DATA1    438                         MX8MP_IOMUXC_SD2_DATA1__USDHC2_DATA1    0x1d4
439                         MX8MP_IOMUXC_SD2_DATA2    439                         MX8MP_IOMUXC_SD2_DATA2__USDHC2_DATA2    0x1d4
440                         MX8MP_IOMUXC_SD2_DATA3    440                         MX8MP_IOMUXC_SD2_DATA3__USDHC2_DATA3    0x1d4
441                         MX8MP_IOMUXC_GPIO1_IO0    441                         MX8MP_IOMUXC_GPIO1_IO04__USDHC2_VSELECT 0xc1
442                 >;                                442                 >;
443         };                                        443         };
444                                                   444 
445         pinctrl_usdhc2_200mhz: usdhc2-200mhzgr    445         pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {
446                 fsl,pins = <                      446                 fsl,pins = <
447                         MX8MP_IOMUXC_SD2_CLK__    447                         MX8MP_IOMUXC_SD2_CLK__USDHC2_CLK        0x196
448                         MX8MP_IOMUXC_SD2_CMD__    448                         MX8MP_IOMUXC_SD2_CMD__USDHC2_CMD        0x1d6
449                         MX8MP_IOMUXC_SD2_DATA0    449                         MX8MP_IOMUXC_SD2_DATA0__USDHC2_DATA0    0x1d6
450                         MX8MP_IOMUXC_SD2_DATA1    450                         MX8MP_IOMUXC_SD2_DATA1__USDHC2_DATA1    0x1d6
451                         MX8MP_IOMUXC_SD2_DATA2    451                         MX8MP_IOMUXC_SD2_DATA2__USDHC2_DATA2    0x1d6
452                         MX8MP_IOMUXC_SD2_DATA3    452                         MX8MP_IOMUXC_SD2_DATA3__USDHC2_DATA3    0x1d6
453                         MX8MP_IOMUXC_GPIO1_IO0    453                         MX8MP_IOMUXC_GPIO1_IO04__USDHC2_VSELECT 0xc1
454                 >;                                454                 >;
455         };                                        455         };
456                                                   456 
457         pinctrl_usdhc2_vmmc: usdhc2-vmmc-grp {    457         pinctrl_usdhc2_vmmc: usdhc2-vmmc-grp {
458                 fsl,pins = <                      458                 fsl,pins = <
459                         MX8MP_IOMUXC_SD2_RESET    459                         MX8MP_IOMUXC_SD2_RESET_B__USDHC2_RESET_B        0x1d0
460                 >;                                460                 >;
461         };                                        461         };
462                                                   462 
463         pinctrl_usdhc2_gpio: usdhc2gpiogrp {      463         pinctrl_usdhc2_gpio: usdhc2gpiogrp {
464                 fsl,pins = <                      464                 fsl,pins = <
465                         MX8MP_IOMUXC_SD2_CD_B_    465                         MX8MP_IOMUXC_SD2_CD_B__GPIO2_IO12               0x1c4
466                 >;                                466                 >;
467         };                                        467         };
468 };                                                468 };
                                                      

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