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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/nxp/imx/imx6qdl-phytec-mira.dtsi

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

Diff markup

Differences between /scripts/dtc/include-prefixes/arm/nxp/imx/imx6qdl-phytec-mira.dtsi (Architecture i386) and /scripts/dtc/include-prefixes/arm/nxp/imx/imx6qdl-phytec-mira.dtsi (Architecture sparc64)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright (C) 2018 PHYTEC Messtechnik GmbH       3  * Copyright (C) 2018 PHYTEC Messtechnik GmbH
  4  * Author: Christian Hemp <c.hemp@phytec.de>         4  * Author: Christian Hemp <c.hemp@phytec.de>
  5  */                                                 5  */
  6                                                     6 
  7                                                     7 
  8 / {                                                 8 / {
  9         aliases {                                   9         aliases {
 10                 rtc0 = &i2c_rtc;                   10                 rtc0 = &i2c_rtc;
 11         };                                         11         };
 12                                                    12 
 13         backlight: backlight {                     13         backlight: backlight {
 14                 compatible = "pwm-backlight";      14                 compatible = "pwm-backlight";
 15                 brightness-levels = <0 4 8 16      15                 brightness-levels = <0 4 8 16 32 64 128 255>;
 16                 default-brightness-level = <7>     16                 default-brightness-level = <7>;
 17                 power-supply = <&reg_backlight     17                 power-supply = <&reg_backlight>;
 18                 pwms = <&pwm1 0 5000000 0>;        18                 pwms = <&pwm1 0 5000000 0>;
 19                 status = "okay";                   19                 status = "okay";
 20         };                                         20         };
 21                                                    21 
 22         gpio_leds: leds {                          22         gpio_leds: leds {
 23                 compatible = "gpio-leds";          23                 compatible = "gpio-leds";
 24                 pinctrl-names = "default";         24                 pinctrl-names = "default";
 25                 pinctrl-0 = <&pinctrl_gpioleds     25                 pinctrl-0 = <&pinctrl_gpioleds>;
 26                 status = "disabled";               26                 status = "disabled";
 27                                                    27 
 28                 led-red {                          28                 led-red {
 29                         label = "phyboard-mira     29                         label = "phyboard-mira:red";
 30                         gpios = <&gpio5 22 GPI     30                         gpios = <&gpio5 22 GPIO_ACTIVE_HIGH>;
 31                 };                                 31                 };
 32                                                    32 
 33                 led-green {                        33                 led-green {
 34                         label = "phyboard-mira     34                         label = "phyboard-mira:green";
 35                         gpios = <&gpio5 23 GPI     35                         gpios = <&gpio5 23 GPIO_ACTIVE_HIGH>;
 36                 };                                 36                 };
 37                                                    37 
 38                 led-blue {                         38                 led-blue {
 39                         label = "phyboard-mira     39                         label = "phyboard-mira:blue";
 40                         gpios = <&gpio5 24 GPI     40                         gpios = <&gpio5 24 GPIO_ACTIVE_HIGH>;
 41                         linux,default-trigger      41                         linux,default-trigger = "mmc0";
 42                 };                                 42                 };
 43         };                                         43         };
 44                                                    44 
 45         reg_backlight: regulator-backlight {       45         reg_backlight: regulator-backlight {
 46                 compatible = "regulator-fixed"     46                 compatible = "regulator-fixed";
 47                 regulator-name = "backlight_3v     47                 regulator-name = "backlight_3v3";
 48                 regulator-min-microvolt = <330     48                 regulator-min-microvolt = <3300000>;
 49                 regulator-max-microvolt = <330     49                 regulator-max-microvolt = <3300000>;
 50                 regulator-always-on;               50                 regulator-always-on;
 51         };                                         51         };
 52                                                    52 
 53         reg_en_switch: regulator-en-switch {       53         reg_en_switch: regulator-en-switch {
 54                 compatible = "regulator-fixed"     54                 compatible = "regulator-fixed";
 55                 pinctrl-names = "default";         55                 pinctrl-names = "default";
 56                 pinctrl-0 = <&pinctrl_en_switc     56                 pinctrl-0 = <&pinctrl_en_switch>;
 57                 regulator-name = "Enable Switc     57                 regulator-name = "Enable Switch";
 58                 regulator-min-microvolt = <330     58                 regulator-min-microvolt = <3300000>;
 59                 regulator-max-microvolt = <330     59                 regulator-max-microvolt = <3300000>;
 60                 enable-active-high;                60                 enable-active-high;
 61                 gpio = <&gpio3 4 GPIO_ACTIVE_H     61                 gpio = <&gpio3 4 GPIO_ACTIVE_HIGH>;
 62                 regulator-always-on;               62                 regulator-always-on;
 63         };                                         63         };
 64                                                    64 
 65         reg_flexcan1: regulator-flexcan1 {         65         reg_flexcan1: regulator-flexcan1 {
 66                 compatible = "regulator-fixed"     66                 compatible = "regulator-fixed";
 67                 pinctrl-names = "default";         67                 pinctrl-names = "default";
 68                 pinctrl-0 = <&pinctrl_flexcan1     68                 pinctrl-0 = <&pinctrl_flexcan1_en>;
 69                 regulator-name = "flexcan1-reg     69                 regulator-name = "flexcan1-reg";
 70                 regulator-min-microvolt = <150     70                 regulator-min-microvolt = <1500000>;
 71                 regulator-max-microvolt = <150     71                 regulator-max-microvolt = <1500000>;
 72                 gpio = <&gpio2 20 GPIO_ACTIVE_     72                 gpio = <&gpio2 20 GPIO_ACTIVE_HIGH>;
 73                 enable-active-high;                73                 enable-active-high;
 74         };                                         74         };
 75                                                    75 
 76         reg_panel: regulator-panel {               76         reg_panel: regulator-panel {
 77                 compatible = "regulator-fixed"     77                 compatible = "regulator-fixed";
 78                 regulator-name = "panel-power-     78                 regulator-name = "panel-power-supply";
 79                 regulator-min-microvolt = <120     79                 regulator-min-microvolt = <12000000>;
 80                 regulator-max-microvolt = <120     80                 regulator-max-microvolt = <12000000>;
 81                 regulator-always-on;               81                 regulator-always-on;
 82         };                                         82         };
 83                                                    83 
 84         reg_pcie: regulator-pcie {                 84         reg_pcie: regulator-pcie {
 85                 compatible = "regulator-fixed"     85                 compatible = "regulator-fixed";
 86                 pinctrl-names = "default";         86                 pinctrl-names = "default";
 87                 pinctrl-0 = <&pinctrl_pcie_reg     87                 pinctrl-0 = <&pinctrl_pcie_reg>;
 88                 regulator-name = "mPCIe_1V5";      88                 regulator-name = "mPCIe_1V5";
 89                 regulator-min-microvolt = <150     89                 regulator-min-microvolt = <1500000>;
 90                 regulator-max-microvolt = <150     90                 regulator-max-microvolt = <1500000>;
 91                 gpio = <&gpio3 0 GPIO_ACTIVE_H     91                 gpio = <&gpio3 0 GPIO_ACTIVE_HIGH>;
 92                 enable-active-high;                92                 enable-active-high;
 93         };                                         93         };
 94                                                    94 
 95         reg_usb_h1_vbus: usb-h1-vbus {             95         reg_usb_h1_vbus: usb-h1-vbus {
 96                 compatible = "regulator-fixed"     96                 compatible = "regulator-fixed";
 97                 pinctrl-names = "default";         97                 pinctrl-names = "default";
 98                 pinctrl-0 = <&pinctrl_usbh1_vb     98                 pinctrl-0 = <&pinctrl_usbh1_vbus>;
 99                 regulator-name = "usb_h1_vbus"     99                 regulator-name = "usb_h1_vbus";
100                 regulator-min-microvolt = <500    100                 regulator-min-microvolt = <5000000>;
101                 regulator-max-microvolt = <500    101                 regulator-max-microvolt = <5000000>;
102                 gpio = <&gpio2 18 GPIO_ACTIVE_    102                 gpio = <&gpio2 18 GPIO_ACTIVE_HIGH>;
103                 enable-active-high;               103                 enable-active-high;
104         };                                        104         };
105                                                   105 
106         reg_usbotg_vbus: usbotg-vbus {            106         reg_usbotg_vbus: usbotg-vbus {
107                 compatible = "regulator-fixed"    107                 compatible = "regulator-fixed";
108                 pinctrl-names = "default";        108                 pinctrl-names = "default";
109                 pinctrl-0 = <&pinctrl_usbotg_v    109                 pinctrl-0 = <&pinctrl_usbotg_vbus>;
110                 regulator-name = "usb_otg_vbus    110                 regulator-name = "usb_otg_vbus";
111                 regulator-min-microvolt = <500    111                 regulator-min-microvolt = <5000000>;
112                 regulator-max-microvolt = <500    112                 regulator-max-microvolt = <5000000>;
113                 gpio = <&gpio2 19 GPIO_ACTIVE_    113                 gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
114                 enable-active-high;               114                 enable-active-high;
115         };                                        115         };
116                                                   116 
117         panel {                                   117         panel {
118                 compatible = "auo,g104sn02";      118                 compatible = "auo,g104sn02";
119                 pinctrl-names = "default";        119                 pinctrl-names = "default";
120                 pinctrl-0 = <&pinctrl_panel_en    120                 pinctrl-0 = <&pinctrl_panel_en>;
121                 power-supply = <&reg_panel>;      121                 power-supply = <&reg_panel>;
122                 enable-gpios = <&gpio2 28 GPIO    122                 enable-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
123                 backlight = <&backlight>;         123                 backlight = <&backlight>;
124                                                   124 
125                 port {                            125                 port {
126                         panel_in: endpoint {      126                         panel_in: endpoint {
127                                 remote-endpoin    127                                 remote-endpoint = <&lvds0_out>;
128                         };                        128                         };
129                 };                                129                 };
130         };                                        130         };
131 };                                                131 };
132                                                   132 
133 &can1 {                                           133 &can1 {
134         pinctrl-names = "default";                134         pinctrl-names = "default";
135         pinctrl-0 = <&pinctrl_flexcan1>;          135         pinctrl-0 = <&pinctrl_flexcan1>;
136         xceiver-supply = <&reg_flexcan1>;         136         xceiver-supply = <&reg_flexcan1>;
137         status = "disabled";                      137         status = "disabled";
138 };                                                138 };
139                                                   139 
140 &hdmi {                                           140 &hdmi {
141         pinctrl-names = "default";                141         pinctrl-names = "default";
142         pinctrl-0 = <&pinctrl_hdmicec>;           142         pinctrl-0 = <&pinctrl_hdmicec>;
143         ddc-i2c-bus = <&i2c2>;                    143         ddc-i2c-bus = <&i2c2>;
144         status = "disabled";                      144         status = "disabled";
145 };                                                145 };
146                                                   146 
147 &i2c1 {                                           147 &i2c1 {
148         pinctrl-names = "default", "gpio";        148         pinctrl-names = "default", "gpio";
149         pinctrl-0 = <&pinctrl_i2c1>;              149         pinctrl-0 = <&pinctrl_i2c1>;
150         pinctrl-1 = <&pinctrl_i2c1_gpio>;         150         pinctrl-1 = <&pinctrl_i2c1_gpio>;
151         scl-gpios = <&gpio3 21 (GPIO_ACTIVE_HI    151         scl-gpios = <&gpio3 21 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
152         sda-gpios = <&gpio3 28 (GPIO_ACTIVE_HI    152         sda-gpios = <&gpio3 28 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
153         clock-frequency = <400000>;               153         clock-frequency = <400000>;
154         status = "disabled";                      154         status = "disabled";
155                                                   155 
156         stmpe: touchctrl@44 {                     156         stmpe: touchctrl@44 {
157                 compatible = "st,stmpe811";       157                 compatible = "st,stmpe811";
158                 pinctrl-names = "default";        158                 pinctrl-names = "default";
159                 pinctrl-0 = <&pinctrl_stmpe>;     159                 pinctrl-0 = <&pinctrl_stmpe>;
160                 reg = <0x44>;                     160                 reg = <0x44>;
161                 interrupt-parent = <&gpio7>;      161                 interrupt-parent = <&gpio7>;
162                 interrupts = <12 IRQ_TYPE_NONE    162                 interrupts = <12 IRQ_TYPE_NONE>;
163                 status = "disabled";              163                 status = "disabled";
164                                                   164 
165                 stmpe_touchscreen {               165                 stmpe_touchscreen {
166                         compatible = "st,stmpe    166                         compatible = "st,stmpe-ts";
167                         st,sample-time = <4>;     167                         st,sample-time = <4>;
168                         st,mod-12b = <1>;         168                         st,mod-12b = <1>;
169                         st,ref-sel = <0>;         169                         st,ref-sel = <0>;
170                         st,adc-freq = <1>;        170                         st,adc-freq = <1>;
171                         st,ave-ctrl = <1>;        171                         st,ave-ctrl = <1>;
172                         st,touch-det-delay = <    172                         st,touch-det-delay = <2>;
173                         st,settling = <2>;        173                         st,settling = <2>;
174                         st,fraction-z = <7>;      174                         st,fraction-z = <7>;
175                         st,i-drive = <1>;         175                         st,i-drive = <1>;
176                 };                                176                 };
177         };                                        177         };
178                                                   178 
179         i2c_rtc: rtc@68 {                         179         i2c_rtc: rtc@68 {
180                 compatible = "microcrystal,rv4    180                 compatible = "microcrystal,rv4162";
181                 pinctrl-names = "default";        181                 pinctrl-names = "default";
182                 pinctrl-0 = <&pinctrl_rtc_int>    182                 pinctrl-0 = <&pinctrl_rtc_int>;
183                 reg = <0x68>;                     183                 reg = <0x68>;
184                 interrupt-parent = <&gpio7>;      184                 interrupt-parent = <&gpio7>;
185                 interrupts = <8 IRQ_TYPE_LEVEL    185                 interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
186                 status = "disabled";              186                 status = "disabled";
187         };                                        187         };
188 };                                                188 };
189                                                   189 
190 &i2c2 {                                           190 &i2c2 {
191         pinctrl-names = "default", "gpio";        191         pinctrl-names = "default", "gpio";
192         pinctrl-0 = <&pinctrl_i2c2>;              192         pinctrl-0 = <&pinctrl_i2c2>;
193         pinctrl-1 = <&pinctrl_i2c2_gpio>;         193         pinctrl-1 = <&pinctrl_i2c2_gpio>;
194         scl-gpios = <&gpio4 12 (GPIO_ACTIVE_HI    194         scl-gpios = <&gpio4 12 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
195         sda-gpios = <&gpio4 13 (GPIO_ACTIVE_HI    195         sda-gpios = <&gpio4 13 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
196         clock-frequency = <100000>;               196         clock-frequency = <100000>;
197         status = "disabled";                      197         status = "disabled";
198 };                                                198 };
199                                                   199 
200 &ldb {                                            200 &ldb {
201         status = "okay";                          201         status = "okay";
202                                                   202 
203         lvds-channel@0 {                          203         lvds-channel@0 {
204                 fsl,data-mapping = "spwg";        204                 fsl,data-mapping = "spwg";
205                 fsl,data-width = <24>;            205                 fsl,data-width = <24>;
206                 status = "disabled";              206                 status = "disabled";
207                                                   207 
208                 port@4 {                          208                 port@4 {
209                         reg = <4>;                209                         reg = <4>;
210                                                   210 
211                         lvds0_out: endpoint {     211                         lvds0_out: endpoint {
212                                 remote-endpoin    212                                 remote-endpoint = <&panel_in>;
213                         };                        213                         };
214                 };                                214                 };
215         };                                        215         };
216 };                                                216 };
217                                                   217 
218 &pcie {                                           218 &pcie {
219         pinctrl-names = "default";                219         pinctrl-names = "default";
220         pinctrl-0 = <&pinctrl_pcie>;              220         pinctrl-0 = <&pinctrl_pcie>;
221         reset-gpio = <&gpio2 25 GPIO_ACTIVE_LO    221         reset-gpio = <&gpio2 25 GPIO_ACTIVE_LOW>;
222         vpcie-supply = <&reg_pcie>;               222         vpcie-supply = <&reg_pcie>;
223         status = "disabled";                      223         status = "disabled";
224 };                                                224 };
225                                                   225 
226 &pwm1 {                                           226 &pwm1 {
227         pinctrl-names = "default";                227         pinctrl-names = "default";
228         pinctrl-0 = <&pinctrl_pwm1>;              228         pinctrl-0 = <&pinctrl_pwm1>;
229         status = "okay";                          229         status = "okay";
230 };                                                230 };
231                                                   231 
232 &uart2 {                                          232 &uart2 {
233         pinctrl-names = "default";                233         pinctrl-names = "default";
234         pinctrl-0 = <&pinctrl_uart2>;             234         pinctrl-0 = <&pinctrl_uart2>;
235         status = "okay";                          235         status = "okay";
236 };                                                236 };
237                                                   237 
238 &uart3 {                                          238 &uart3 {
239         pinctrl-names = "default";                239         pinctrl-names = "default";
240         pinctrl-0 = <&pinctrl_uart3>;             240         pinctrl-0 = <&pinctrl_uart3>;
241         uart-has-rtscts;                          241         uart-has-rtscts;
242         status = "disabled";                      242         status = "disabled";
243 };                                                243 };
244                                                   244 
245 &usbh1 {                                          245 &usbh1 {
246         vbus-supply = <&reg_usb_h1_vbus>;         246         vbus-supply = <&reg_usb_h1_vbus>;
247         disable-over-current;                     247         disable-over-current;
248         status = "disabled";                      248         status = "disabled";
249 };                                                249 };
250                                                   250 
251 &usbotg {                                         251 &usbotg {
252         pinctrl-names = "default";                252         pinctrl-names = "default";
253         pinctrl-0 = <&pinctrl_usbotg>;            253         pinctrl-0 = <&pinctrl_usbotg>;
254         vbus-supply = <&reg_usbotg_vbus>;         254         vbus-supply = <&reg_usbotg_vbus>;
255         disable-over-current;                     255         disable-over-current;
256         status = "disabled";                      256         status = "disabled";
257 };                                                257 };
258                                                   258 
259 &usdhc1 {                                         259 &usdhc1 {
260         pinctrl-names = "default";                260         pinctrl-names = "default";
261         pinctrl-0 = <&pinctrl_usdhc1>;            261         pinctrl-0 = <&pinctrl_usdhc1>;
262         cd-gpios = <&gpio6 31 GPIO_ACTIVE_LOW>    262         cd-gpios = <&gpio6 31 GPIO_ACTIVE_LOW>;
263         no-1-8-v;                                 263         no-1-8-v;
264         disable-wp;                               264         disable-wp;
265         status = "disabled";                      265         status = "disabled";
266 };                                                266 };
267                                                   267 
268 &iomuxc {                                         268 &iomuxc {
269         pinctrl_panel_en: panelen1grp {           269         pinctrl_panel_en: panelen1grp {
270                 fsl,pins = <                      270                 fsl,pins = <
271                         MX6QDL_PAD_EIM_EB0__GP    271                         MX6QDL_PAD_EIM_EB0__GPIO2_IO28          0xb0b1
272                 >;                                272                 >;
273         };                                        273         };
274                                                   274 
275         pinctrl_en_switch: enswitchgrp {          275         pinctrl_en_switch: enswitchgrp {
276                 fsl,pins = <                      276                 fsl,pins = <
277                         MX6QDL_PAD_EIM_DA4__GP    277                         MX6QDL_PAD_EIM_DA4__GPIO3_IO04          0xb0b1
278                 >;                                278                 >;
279         };                                        279         };
280                                                   280 
281         pinctrl_flexcan1: flexcan1grp {           281         pinctrl_flexcan1: flexcan1grp {
282                 fsl,pins = <                      282                 fsl,pins = <
283                         MX6QDL_PAD_GPIO_7__FLE    283                         MX6QDL_PAD_GPIO_7__FLEXCAN1_TX          0x1b0b0
284                         MX6QDL_PAD_GPIO_8__FLE    284                         MX6QDL_PAD_GPIO_8__FLEXCAN1_RX          0x1b0b0
285                 >;                                285                 >;
286         };                                        286         };
287                                                   287 
288         pinctrl_flexcan1_en: flexcan1engrp {      288         pinctrl_flexcan1_en: flexcan1engrp {
289                 fsl,pins = <                      289                 fsl,pins = <
290                         MX6QDL_PAD_EIM_A18__GP    290                         MX6QDL_PAD_EIM_A18__GPIO2_IO20          0xb0b1
291                 >;                                291                 >;
292         };                                        292         };
293                                                   293 
294         pinctrl_gpioleds: gpioledsgrp {           294         pinctrl_gpioleds: gpioledsgrp {
295                 fsl,pins = <                      295                 fsl,pins = <
296                         MX6QDL_PAD_CSI0_DAT4__    296                         MX6QDL_PAD_CSI0_DAT4__GPIO5_IO22        0x1b0b0
297                         MX6QDL_PAD_CSI0_DAT5__    297                         MX6QDL_PAD_CSI0_DAT5__GPIO5_IO23        0x1b0b0
298                         MX6QDL_PAD_CSI0_DAT6__    298                         MX6QDL_PAD_CSI0_DAT6__GPIO5_IO24        0x1b0b0
299                 >;                                299                 >;
300         };                                        300         };
301                                                   301 
302         pinctrl_hdmicec: hdmicecgrp {             302         pinctrl_hdmicec: hdmicecgrp {
303                 fsl,pins = <                      303                 fsl,pins = <
304                         MX6QDL_PAD_KEY_ROW2__H    304                         MX6QDL_PAD_KEY_ROW2__HDMI_TX_CEC_LINE   0x1f8b0
305                 >;                                305                 >;
306         };                                        306         };
307                                                   307 
308         pinctrl_i2c1: i2c1grp {                   308         pinctrl_i2c1: i2c1grp {
309                 fsl,pins = <                      309                 fsl,pins = <
310                         MX6QDL_PAD_EIM_D21__I2    310                         MX6QDL_PAD_EIM_D21__I2C1_SCL            0x4001b8b1
311                         MX6QDL_PAD_EIM_D28__I2    311                         MX6QDL_PAD_EIM_D28__I2C1_SDA            0x4001b8b1
312                 >;                                312                 >;
313         };                                        313         };
314                                                   314 
315         pinctrl_i2c1_gpio: i2c1gpiogrp {          315         pinctrl_i2c1_gpio: i2c1gpiogrp {
316                 fsl,pins = <                      316                 fsl,pins = <
317                         MX6QDL_PAD_EIM_D21__GP    317                         MX6QDL_PAD_EIM_D21__GPIO3_IO21          0x4001b8b1
318                         MX6QDL_PAD_EIM_D28__GP    318                         MX6QDL_PAD_EIM_D28__GPIO3_IO28          0x4001b8b1
319                 >;                                319                 >;
320         };                                        320         };
321                                                   321 
322         pinctrl_i2c2: i2c2grp {                   322         pinctrl_i2c2: i2c2grp {
323                 fsl,pins = <                      323                 fsl,pins = <
324                         MX6QDL_PAD_KEY_ROW3__I    324                         MX6QDL_PAD_KEY_ROW3__I2C2_SDA           0x4001b8b1
325                         MX6QDL_PAD_KEY_COL3__I    325                         MX6QDL_PAD_KEY_COL3__I2C2_SCL           0x4001b8b1
326                 >;                                326                 >;
327         };                                        327         };
328                                                   328 
329         pinctrl_i2c2_gpio: i2c2gpiogrp {          329         pinctrl_i2c2_gpio: i2c2gpiogrp {
330                 fsl,pins = <                      330                 fsl,pins = <
331                         MX6QDL_PAD_KEY_ROW3__G    331                         MX6QDL_PAD_KEY_ROW3__GPIO4_IO13         0x4001b8b1
332                         MX6QDL_PAD_KEY_COL3__G    332                         MX6QDL_PAD_KEY_COL3__GPIO4_IO12         0x4001b8b1
333                 >;                                333                 >;
334         };                                        334         };
335                                                   335 
336         pinctrl_pcie: pciegrp {                   336         pinctrl_pcie: pciegrp {
337                 fsl,pins = <                      337                 fsl,pins = <
338                         MX6QDL_PAD_EIM_OE__GPI    338                         MX6QDL_PAD_EIM_OE__GPIO2_IO25           0xb0b1
339                 >;                                339                 >;
340         };                                        340         };
341                                                   341 
342         pinctrl_pcie_reg: pciereggrp {            342         pinctrl_pcie_reg: pciereggrp {
343                 fsl,pins = <                      343                 fsl,pins = <
344                         MX6QDL_PAD_EIM_DA0__GP    344                         MX6QDL_PAD_EIM_DA0__GPIO3_IO00          0xb0b1
345                 >;                                345                 >;
346         };                                        346         };
347                                                   347 
348         pinctrl_pwm1: pwm1grp {                   348         pinctrl_pwm1: pwm1grp {
349                 fsl,pins = <                      349                 fsl,pins = <
350                         MX6QDL_PAD_GPIO_9__PWM    350                         MX6QDL_PAD_GPIO_9__PWM1_OUT             0x1b0b1
351                 >;                                351                 >;
352         };                                        352         };
353                                                   353 
354         pinctrl_rtc_int: rtcintgrp {              354         pinctrl_rtc_int: rtcintgrp {
355                 fsl,pins = <                      355                 fsl,pins = <
356                         MX6QDL_PAD_SD3_RST__GP    356                         MX6QDL_PAD_SD3_RST__GPIO7_IO08          0x1b0b0
357                 >;                                357                 >;
358         };                                        358         };
359                                                   359 
360         pinctrl_stmpe: stmpegrp {                 360         pinctrl_stmpe: stmpegrp {
361                 fsl,pins = <                      361                 fsl,pins = <
362                         MX6QDL_PAD_GPIO_17__GP    362                         MX6QDL_PAD_GPIO_17__GPIO7_IO12          0x1b0b0
363                 >;                                363                 >;
364         };                                        364         };
365                                                   365 
366         pinctrl_uart2: uart2grp {                 366         pinctrl_uart2: uart2grp {
367                 fsl,pins = <                      367                 fsl,pins = <
368                         MX6QDL_PAD_EIM_D26__UA    368                         MX6QDL_PAD_EIM_D26__UART2_TX_DATA       0x1b0b1
369                         MX6QDL_PAD_EIM_D27__UA    369                         MX6QDL_PAD_EIM_D27__UART2_RX_DATA       0x1b0b1
370                 >;                                370                 >;
371         };                                        371         };
372                                                   372 
373         pinctrl_uart3: uart3grp {                 373         pinctrl_uart3: uart3grp {
374                 fsl,pins = <                      374                 fsl,pins = <
375                         MX6QDL_PAD_EIM_EB3__UA    375                         MX6QDL_PAD_EIM_EB3__UART3_CTS_B         0x1b0b1
376                         MX6QDL_PAD_EIM_D23__UA    376                         MX6QDL_PAD_EIM_D23__UART3_RTS_B         0x1b0b1
377                         MX6QDL_PAD_EIM_D24__UA    377                         MX6QDL_PAD_EIM_D24__UART3_TX_DATA       0x1b0b1
378                         MX6QDL_PAD_EIM_D25__UA    378                         MX6QDL_PAD_EIM_D25__UART3_RX_DATA       0x1b0b1
379                 >;                                379                 >;
380         };                                        380         };
381                                                   381 
382         pinctrl_usbh1_vbus: usbh1vbusgrp {        382         pinctrl_usbh1_vbus: usbh1vbusgrp {
383                 fsl,pins = <                      383                 fsl,pins = <
384                         MX6QDL_PAD_EIM_A20__GP    384                         MX6QDL_PAD_EIM_A20__GPIO2_IO18          0xb0b1
385                 >;                                385                 >;
386         };                                        386         };
387                                                   387 
388         pinctrl_usbotg: usbotggrp {               388         pinctrl_usbotg: usbotggrp {
389                 fsl,pins = <                      389                 fsl,pins = <
390                         MX6QDL_PAD_GPIO_1__USB    390                         MX6QDL_PAD_GPIO_1__USB_OTG_ID           0x17059
391                 >;                                391                 >;
392         };                                        392         };
393                                                   393 
394         pinctrl_usbotg_vbus: usbotgvbusgrp {      394         pinctrl_usbotg_vbus: usbotgvbusgrp {
395                 fsl,pins = <                      395                 fsl,pins = <
396                         MX6QDL_PAD_EIM_A19__GP    396                         MX6QDL_PAD_EIM_A19__GPIO2_IO19          0xb0b1
397                 >;                                397                 >;
398         };                                        398         };
399                                                   399 
400         pinctrl_usdhc1: usdhc1grp {               400         pinctrl_usdhc1: usdhc1grp {
401                 fsl,pins = <                      401                 fsl,pins = <
402                         MX6QDL_PAD_SD1_CMD__SD    402                         MX6QDL_PAD_SD1_CMD__SD1_CMD             0x170f9
403                         MX6QDL_PAD_SD1_CLK__SD    403                         MX6QDL_PAD_SD1_CLK__SD1_CLK             0x100f9
404                         MX6QDL_PAD_SD1_DAT0__S    404                         MX6QDL_PAD_SD1_DAT0__SD1_DATA0          0x170f9
405                         MX6QDL_PAD_SD1_DAT1__S    405                         MX6QDL_PAD_SD1_DAT1__SD1_DATA1          0x170f9
406                         MX6QDL_PAD_SD1_DAT2__S    406                         MX6QDL_PAD_SD1_DAT2__SD1_DATA2          0x170f9
407                         MX6QDL_PAD_SD1_DAT3__S    407                         MX6QDL_PAD_SD1_DAT3__SD1_DATA3          0x170f9
408                         MX6QDL_PAD_EIM_BCLK__G    408                         MX6QDL_PAD_EIM_BCLK__GPIO6_IO31         0xb0b1  /* CD */
409                 >;                                409                 >;
410         };                                        410         };
411 };                                                411 };
                                                      

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