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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/nxp/imx/imx6qdl-gw5913.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-gw5913.dtsi (Architecture i386) and /scripts/dtc/include-prefixes/arm/nxp/imx/imx6qdl-gw5913.dtsi (Architecture m68k)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2 /*                                                  2 /*
  3  * Copyright 2019 Gateworks Corporation             3  * Copyright 2019 Gateworks Corporation
  4  */                                                 4  */
  5                                                     5 
  6 #include <dt-bindings/gpio/gpio.h>                  6 #include <dt-bindings/gpio/gpio.h>
  7 #include <dt-bindings/input/linux-event-codes.      7 #include <dt-bindings/input/linux-event-codes.h>
  8 #include <dt-bindings/interrupt-controller/irq      8 #include <dt-bindings/interrupt-controller/irq.h>
  9                                                     9 
 10 / {                                                10 / {
 11         /* these are used by bootloader for di     11         /* these are used by bootloader for disabling nodes */
 12         aliases {                                  12         aliases {
 13                 led0 = &led0;                      13                 led0 = &led0;
 14                 led1 = &led1;                      14                 led1 = &led1;
 15                 nand = &gpmi;                      15                 nand = &gpmi;
 16                 usb0 = &usbh1;                     16                 usb0 = &usbh1;
 17                 usb1 = &usbotg;                    17                 usb1 = &usbotg;
 18         };                                         18         };
 19                                                    19 
 20         chosen {                                   20         chosen {
 21                 stdout-path = &uart2;              21                 stdout-path = &uart2;
 22         };                                         22         };
 23                                                    23 
 24         gpio-keys {                                24         gpio-keys {
 25                 compatible = "gpio-keys";          25                 compatible = "gpio-keys";
 26                                                    26 
 27                 user-pb {                          27                 user-pb {
 28                         label = "user_pb";         28                         label = "user_pb";
 29                         gpios = <&gsc_gpio 2 G     29                         gpios = <&gsc_gpio 2 GPIO_ACTIVE_LOW>;
 30                         linux,code = <BTN_0>;      30                         linux,code = <BTN_0>;
 31                 };                                 31                 };
 32                                                    32 
 33                 user-pb1x {                        33                 user-pb1x {
 34                         label = "user_pb1x";       34                         label = "user_pb1x";
 35                         linux,code = <BTN_1>;      35                         linux,code = <BTN_1>;
 36                         interrupt-parent = <&g     36                         interrupt-parent = <&gsc>;
 37                         interrupts = <0>;          37                         interrupts = <0>;
 38                 };                                 38                 };
 39                                                    39 
 40                 key-erased {                       40                 key-erased {
 41                         label = "key-erased";      41                         label = "key-erased";
 42                         linux,code = <BTN_2>;      42                         linux,code = <BTN_2>;
 43                         interrupt-parent = <&g     43                         interrupt-parent = <&gsc>;
 44                         interrupts = <1>;          44                         interrupts = <1>;
 45                 };                                 45                 };
 46                                                    46 
 47                 eeprom-wp {                        47                 eeprom-wp {
 48                         label = "eeprom_wp";       48                         label = "eeprom_wp";
 49                         linux,code = <BTN_3>;      49                         linux,code = <BTN_3>;
 50                         interrupt-parent = <&g     50                         interrupt-parent = <&gsc>;
 51                         interrupts = <2>;          51                         interrupts = <2>;
 52                 };                                 52                 };
 53                                                    53 
 54                 tamper {                           54                 tamper {
 55                         label = "tamper";          55                         label = "tamper";
 56                         linux,code = <BTN_4>;      56                         linux,code = <BTN_4>;
 57                         interrupt-parent = <&g     57                         interrupt-parent = <&gsc>;
 58                         interrupts = <5>;          58                         interrupts = <5>;
 59                 };                                 59                 };
 60                                                    60 
 61                 switch-hold {                      61                 switch-hold {
 62                         label = "switch_hold";     62                         label = "switch_hold";
 63                         linux,code = <BTN_5>;      63                         linux,code = <BTN_5>;
 64                         interrupt-parent = <&g     64                         interrupt-parent = <&gsc>;
 65                         interrupts = <7>;          65                         interrupts = <7>;
 66                 };                                 66                 };
 67         };                                         67         };
 68                                                    68 
 69         leds {                                     69         leds {
 70                 compatible = "gpio-leds";          70                 compatible = "gpio-leds";
 71                 pinctrl-names = "default";         71                 pinctrl-names = "default";
 72                 pinctrl-0 = <&pinctrl_gpio_led     72                 pinctrl-0 = <&pinctrl_gpio_leds>;
 73                                                    73 
 74                 led0: led-user1 {                  74                 led0: led-user1 {
 75                         label = "user1";           75                         label = "user1";
 76                         gpios = <&gpio4 6 GPIO     76                         gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */
 77                         default-state = "on";      77                         default-state = "on";
 78                         linux,default-trigger      78                         linux,default-trigger = "heartbeat";
 79                 };                                 79                 };
 80                                                    80 
 81                 led1: led-user2 {                  81                 led1: led-user2 {
 82                         label = "user2";           82                         label = "user2";
 83                         gpios = <&gpio4 7 GPIO     83                         gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */
 84                         default-state = "off";     84                         default-state = "off";
 85                 };                                 85                 };
 86         };                                         86         };
 87                                                    87 
 88         memory@10000000 {                          88         memory@10000000 {
 89                 device_type = "memory";            89                 device_type = "memory";
 90                 reg = <0x10000000 0x20000000>;     90                 reg = <0x10000000 0x20000000>;
 91         };                                         91         };
 92                                                    92 
 93         pps {                                      93         pps {
 94                 compatible = "pps-gpio";           94                 compatible = "pps-gpio";
 95                 pinctrl-names = "default";         95                 pinctrl-names = "default";
 96                 pinctrl-0 = <&pinctrl_pps>;        96                 pinctrl-0 = <&pinctrl_pps>;
 97                 gpios = <&gpio7 0 GPIO_ACTIVE_     97                 gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>;
 98                 status = "okay";                   98                 status = "okay";
 99         };                                         99         };
100                                                   100 
101         reg_3p3v: regulator-3p3v {                101         reg_3p3v: regulator-3p3v {
102                 compatible = "regulator-fixed"    102                 compatible = "regulator-fixed";
103                 regulator-name = "3P3V";          103                 regulator-name = "3P3V";
104                 regulator-min-microvolt = <330    104                 regulator-min-microvolt = <3300000>;
105                 regulator-max-microvolt = <330    105                 regulator-max-microvolt = <3300000>;
106                 regulator-always-on;              106                 regulator-always-on;
107         };                                        107         };
108                                                   108 
109         reg_5p0v: regulator-5p0v {                109         reg_5p0v: regulator-5p0v {
110                 compatible = "regulator-fixed"    110                 compatible = "regulator-fixed";
111                 regulator-name = "5P0V";          111                 regulator-name = "5P0V";
112                 regulator-min-microvolt = <500    112                 regulator-min-microvolt = <5000000>;
113                 regulator-max-microvolt = <500    113                 regulator-max-microvolt = <5000000>;
114                 regulator-always-on;              114                 regulator-always-on;
115         };                                        115         };
116 };                                                116 };
117                                                   117 
118 &fec {                                            118 &fec {
119         pinctrl-names = "default";                119         pinctrl-names = "default";
120         pinctrl-0 = <&pinctrl_enet>;              120         pinctrl-0 = <&pinctrl_enet>;
121         phy-mode = "rgmii-id";                    121         phy-mode = "rgmii-id";
122         status = "okay";                          122         status = "okay";
123 };                                                123 };
124                                                   124 
125 &gpmi {                                           125 &gpmi {
126         pinctrl-names = "default";                126         pinctrl-names = "default";
127         pinctrl-0 = <&pinctrl_gpmi_nand>;         127         pinctrl-0 = <&pinctrl_gpmi_nand>;
128         status = "okay";                          128         status = "okay";
129 };                                                129 };
130                                                   130 
131 &i2c1 {                                           131 &i2c1 {
132         clock-frequency = <100000>;               132         clock-frequency = <100000>;
133         pinctrl-names = "default";                133         pinctrl-names = "default";
134         pinctrl-0 = <&pinctrl_i2c1>;              134         pinctrl-0 = <&pinctrl_i2c1>;
135         status = "okay";                          135         status = "okay";
136                                                   136 
137         gsc: gsc@20 {                             137         gsc: gsc@20 {
138                 compatible = "gw,gsc";            138                 compatible = "gw,gsc";
139                 reg = <0x20>;                     139                 reg = <0x20>;
140                 interrupt-parent = <&gpio1>;      140                 interrupt-parent = <&gpio1>;
141                 interrupts = <4 IRQ_TYPE_LEVEL    141                 interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
142                 interrupt-controller;             142                 interrupt-controller;
143                 #interrupt-cells = <1>;           143                 #interrupt-cells = <1>;
144                 #size-cells = <0>;                144                 #size-cells = <0>;
145                                                   145 
146                 adc {                             146                 adc {
147                         compatible = "gw,gsc-a    147                         compatible = "gw,gsc-adc";
148                         #address-cells = <1>;     148                         #address-cells = <1>;
149                         #size-cells = <0>;        149                         #size-cells = <0>;
150                                                   150 
151                         channel@6 {               151                         channel@6 {
152                                 gw,mode = <0>;    152                                 gw,mode = <0>;
153                                 reg = <0x06>;     153                                 reg = <0x06>;
154                                 label = "temp"    154                                 label = "temp";
155                         };                        155                         };
156                                                   156 
157                         channel@8 {               157                         channel@8 {
158                                 gw,mode = <3>;    158                                 gw,mode = <3>;
159                                 reg = <0x08>;     159                                 reg = <0x08>;
160                                 label = "vdd_b    160                                 label = "vdd_bat";
161                         };                        161                         };
162                                                   162 
163                         channel@82 {              163                         channel@82 {
164                                 gw,mode = <2>;    164                                 gw,mode = <2>;
165                                 reg = <0x82>;     165                                 reg = <0x82>;
166                                 label = "vdd_v    166                                 label = "vdd_vin";
167                                 gw,voltage-div    167                                 gw,voltage-divider-ohms = <22100 1000>;
168                                 gw,voltage-off    168                                 gw,voltage-offset-microvolt = <800000>;
169                         };                        169                         };
170                                                   170 
171                         channel@84 {              171                         channel@84 {
172                                 gw,mode = <2>;    172                                 gw,mode = <2>;
173                                 reg = <0x84>;     173                                 reg = <0x84>;
174                                 label = "vdd_5    174                                 label = "vdd_5p0";
175                                 gw,voltage-div    175                                 gw,voltage-divider-ohms = <22100 10000>;
176                         };                        176                         };
177                                                   177 
178                         channel@86 {              178                         channel@86 {
179                                 gw,mode = <2>;    179                                 gw,mode = <2>;
180                                 reg = <0x86>;     180                                 reg = <0x86>;
181                                 label = "vdd_3    181                                 label = "vdd_3p3";
182                                 gw,voltage-div    182                                 gw,voltage-divider-ohms = <10000 10000>;
183                         };                        183                         };
184                                                   184 
185                         channel@88 {              185                         channel@88 {
186                                 gw,mode = <2>;    186                                 gw,mode = <2>;
187                                 reg = <0x88>;     187                                 reg = <0x88>;
188                                 label = "vdd_2    188                                 label = "vdd_2p5";
189                                 gw,voltage-div    189                                 gw,voltage-divider-ohms = <10000 10000>;
190                         };                        190                         };
191                                                   191 
192                         channel@8c {              192                         channel@8c {
193                                 gw,mode = <2>;    193                                 gw,mode = <2>;
194                                 reg = <0x8c>;     194                                 reg = <0x8c>;
195                                 label = "vdd_a    195                                 label = "vdd_arm";
196                         };                        196                         };
197                                                   197 
198                         channel@8e {              198                         channel@8e {
199                                 gw,mode = <2>;    199                                 gw,mode = <2>;
200                                 reg = <0x8e>;     200                                 reg = <0x8e>;
201                                 label = "vdd_s    201                                 label = "vdd_soc";
202                         };                        202                         };
203                                                   203 
204                         channel@90 {              204                         channel@90 {
205                                 gw,mode = <2>;    205                                 gw,mode = <2>;
206                                 reg = <0x90>;     206                                 reg = <0x90>;
207                                 label = "vdd_1    207                                 label = "vdd_1p5";
208                         };                        208                         };
209                                                   209 
210                         channel@92 {              210                         channel@92 {
211                                 gw,mode = <2>;    211                                 gw,mode = <2>;
212                                 reg = <0x92>;     212                                 reg = <0x92>;
213                                 label = "vdd_1    213                                 label = "vdd_1p0";
214                         };                        214                         };
215                                                   215 
216                         channel@98 {              216                         channel@98 {
217                                 gw,mode = <2>;    217                                 gw,mode = <2>;
218                                 reg = <0x98>;     218                                 reg = <0x98>;
219                                 label = "vdd_3    219                                 label = "vdd_3p0";
220                         };                        220                         };
221                                                   221 
222                         channel@9a {              222                         channel@9a {
223                                 gw,mode = <2>;    223                                 gw,mode = <2>;
224                                 reg = <0x9a>;     224                                 reg = <0x9a>;
225                                 label = "vdd_a    225                                 label = "vdd_an1";
226                                 gw,voltage-div    226                                 gw,voltage-divider-ohms = <10000 10000>;
227                         };                        227                         };
228                                                   228 
229                         channel@a2 {              229                         channel@a2 {
230                                 gw,mode = <2>;    230                                 gw,mode = <2>;
231                                 reg = <0xa2>;     231                                 reg = <0xa2>;
232                                 label = "vdd_g    232                                 label = "vdd_gsc";
233                                 gw,voltage-div    233                                 gw,voltage-divider-ohms = <10000 10000>;
234                         };                        234                         };
235                 };                                235                 };
236         };                                        236         };
237                                                   237 
238         gsc_gpio: gpio@23 {                       238         gsc_gpio: gpio@23 {
239                 compatible = "nxp,pca9555";       239                 compatible = "nxp,pca9555";
240                 reg = <0x23>;                     240                 reg = <0x23>;
241                 gpio-controller;                  241                 gpio-controller;
242                 #gpio-cells = <2>;                242                 #gpio-cells = <2>;
243                 interrupt-parent = <&gsc>;        243                 interrupt-parent = <&gsc>;
244                 interrupts = <4>;                 244                 interrupts = <4>;
245         };                                        245         };
246                                                   246 
247         eeprom@50 {                               247         eeprom@50 {
248                 compatible = "atmel,24c02";       248                 compatible = "atmel,24c02";
249                 reg = <0x50>;                     249                 reg = <0x50>;
250                 pagesize = <16>;                  250                 pagesize = <16>;
251         };                                        251         };
252                                                   252 
253         eeprom@51 {                               253         eeprom@51 {
254                 compatible = "atmel,24c02";       254                 compatible = "atmel,24c02";
255                 reg = <0x51>;                     255                 reg = <0x51>;
256                 pagesize = <16>;                  256                 pagesize = <16>;
257         };                                        257         };
258                                                   258 
259         eeprom@52 {                               259         eeprom@52 {
260                 compatible = "atmel,24c02";       260                 compatible = "atmel,24c02";
261                 reg = <0x52>;                     261                 reg = <0x52>;
262                 pagesize = <16>;                  262                 pagesize = <16>;
263         };                                        263         };
264                                                   264 
265         eeprom@53 {                               265         eeprom@53 {
266                 compatible = "atmel,24c02";       266                 compatible = "atmel,24c02";
267                 reg = <0x53>;                     267                 reg = <0x53>;
268                 pagesize = <16>;                  268                 pagesize = <16>;
269         };                                        269         };
270                                                   270 
271         rtc@68 {                                  271         rtc@68 {
272                 compatible = "dallas,ds1672";     272                 compatible = "dallas,ds1672";
273                 reg = <0x68>;                     273                 reg = <0x68>;
274         };                                        274         };
275 };                                                275 };
276                                                   276 
277 &i2c2 {                                           277 &i2c2 {
278         clock-frequency = <100000>;               278         clock-frequency = <100000>;
279         pinctrl-names = "default";                279         pinctrl-names = "default";
280         pinctrl-0 = <&pinctrl_i2c2>;              280         pinctrl-0 = <&pinctrl_i2c2>;
281         status = "okay";                          281         status = "okay";
282 };                                                282 };
283                                                   283 
284 &i2c3 {                                           284 &i2c3 {
285         clock-frequency = <100000>;               285         clock-frequency = <100000>;
286         pinctrl-names = "default";                286         pinctrl-names = "default";
287         pinctrl-0 = <&pinctrl_i2c3>;              287         pinctrl-0 = <&pinctrl_i2c3>;
288         status = "okay";                          288         status = "okay";
289 };                                                289 };
290                                                   290 
291 &pcie {                                           291 &pcie {
292         pinctrl-names = "default";                292         pinctrl-names = "default";
293         pinctrl-0 = <&pinctrl_pcie>;              293         pinctrl-0 = <&pinctrl_pcie>;
294         reset-gpio = <&gpio1 0 GPIO_ACTIVE_LOW    294         reset-gpio = <&gpio1 0 GPIO_ACTIVE_LOW>;
295         status = "okay";                          295         status = "okay";
296 };                                                296 };
297                                                   297 
298 &pwm2 {                                           298 &pwm2 {
299         pinctrl-names = "default";                299         pinctrl-names = "default";
300         pinctrl-0 = <&pinctrl_pwm2>; /* MX6_DI    300         pinctrl-0 = <&pinctrl_pwm2>; /* MX6_DIO1 */
301         status = "disabled";                      301         status = "disabled";
302 };                                                302 };
303                                                   303 
304 &pwm3 {                                           304 &pwm3 {
305         pinctrl-names = "default";                305         pinctrl-names = "default";
306         pinctrl-0 = <&pinctrl_pwm3>; /* MX6_DI    306         pinctrl-0 = <&pinctrl_pwm3>; /* MX6_DIO2 */
307         status = "disabled";                      307         status = "disabled";
308 };                                                308 };
309                                                   309 
310 &pwm4 {                                           310 &pwm4 {
311         pinctrl-names = "default";                311         pinctrl-names = "default";
312         pinctrl-0 = <&pinctrl_pwm4>; /* MX6_DI    312         pinctrl-0 = <&pinctrl_pwm4>; /* MX6_DIO3 */
313         status = "disabled";                      313         status = "disabled";
314 };                                                314 };
315                                                   315 
316 &uart1 {                                          316 &uart1 {
317         pinctrl-names = "default";                317         pinctrl-names = "default";
318         pinctrl-0 = <&pinctrl_uart1>;             318         pinctrl-0 = <&pinctrl_uart1>;
319         status = "okay";                          319         status = "okay";
320 };                                                320 };
321                                                   321 
322 &uart2 {                                          322 &uart2 {
323         pinctrl-names = "default";                323         pinctrl-names = "default";
324         pinctrl-0 = <&pinctrl_uart2>;             324         pinctrl-0 = <&pinctrl_uart2>;
325         status = "okay";                          325         status = "okay";
326 };                                                326 };
327                                                   327 
328 &uart3 {                                          328 &uart3 {
329         pinctrl-names = "default";                329         pinctrl-names = "default";
330         pinctrl-0 = <&pinctrl_uart3>;             330         pinctrl-0 = <&pinctrl_uart3>;
331         status = "okay";                          331         status = "okay";
332 };                                                332 };
333                                                   333 
334 &uart5 {                                          334 &uart5 {
335         pinctrl-names = "default";                335         pinctrl-names = "default";
336         pinctrl-0 = <&pinctrl_uart5>;             336         pinctrl-0 = <&pinctrl_uart5>;
337         status = "okay";                          337         status = "okay";
338 };                                                338 };
339                                                   339 
340 &usbotg {                                         340 &usbotg {
341         pinctrl-names = "default";                341         pinctrl-names = "default";
342         pinctrl-0 = <&pinctrl_usbotg>;            342         pinctrl-0 = <&pinctrl_usbotg>;
343         disable-over-current;                     343         disable-over-current;
344         status = "okay";                          344         status = "okay";
345 };                                                345 };
346                                                   346 
347 &usbh1 {                                          347 &usbh1 {
348         status = "okay";                          348         status = "okay";
349 };                                                349 };
350                                                   350 
351 &wdog1 {                                          351 &wdog1 {
352         pinctrl-names = "default";                352         pinctrl-names = "default";
353         pinctrl-0 = <&pinctrl_wdog>;              353         pinctrl-0 = <&pinctrl_wdog>;
354         fsl,ext-reset-output;                     354         fsl,ext-reset-output;
355 };                                                355 };
356                                                   356 
357 &iomuxc {                                         357 &iomuxc {
358         pinctrl_enet: enetgrp {                   358         pinctrl_enet: enetgrp {
359                 fsl,pins = <                      359                 fsl,pins = <
360                         MX6QDL_PAD_RGMII_RXC__    360                         MX6QDL_PAD_RGMII_RXC__RGMII_RXC         0x1b030
361                         MX6QDL_PAD_RGMII_RD0__    361                         MX6QDL_PAD_RGMII_RD0__RGMII_RD0         0x1b030
362                         MX6QDL_PAD_RGMII_RD1__    362                         MX6QDL_PAD_RGMII_RD1__RGMII_RD1         0x1b030
363                         MX6QDL_PAD_RGMII_RD2__    363                         MX6QDL_PAD_RGMII_RD2__RGMII_RD2         0x1b030
364                         MX6QDL_PAD_RGMII_RD3__    364                         MX6QDL_PAD_RGMII_RD3__RGMII_RD3         0x1b030
365                         MX6QDL_PAD_RGMII_RX_CT    365                         MX6QDL_PAD_RGMII_RX_CTL__RGMII_RX_CTL   0x1b030
366                         MX6QDL_PAD_RGMII_TXC__    366                         MX6QDL_PAD_RGMII_TXC__RGMII_TXC         0x1b030
367                         MX6QDL_PAD_RGMII_TD0__    367                         MX6QDL_PAD_RGMII_TD0__RGMII_TD0         0x1b030
368                         MX6QDL_PAD_RGMII_TD1__    368                         MX6QDL_PAD_RGMII_TD1__RGMII_TD1         0x1b030
369                         MX6QDL_PAD_RGMII_TD2__    369                         MX6QDL_PAD_RGMII_TD2__RGMII_TD2         0x1b030
370                         MX6QDL_PAD_RGMII_TD3__    370                         MX6QDL_PAD_RGMII_TD3__RGMII_TD3         0x1b030
371                         MX6QDL_PAD_RGMII_TX_CT    371                         MX6QDL_PAD_RGMII_TX_CTL__RGMII_TX_CTL   0x1b030
372                         MX6QDL_PAD_ENET_REF_CL    372                         MX6QDL_PAD_ENET_REF_CLK__ENET_TX_CLK    0x1b0b0
373                         MX6QDL_PAD_ENET_MDIO__    373                         MX6QDL_PAD_ENET_MDIO__ENET_MDIO         0x1b0b0
374                         MX6QDL_PAD_ENET_MDC__E    374                         MX6QDL_PAD_ENET_MDC__ENET_MDC           0x1b0b0
375                         MX6QDL_PAD_GPIO_16__EN    375                         MX6QDL_PAD_GPIO_16__ENET_REF_CLK        0x4001b0a8
376                         MX6QDL_PAD_ENET_TXD0__    376                         MX6QDL_PAD_ENET_TXD0__GPIO1_IO30        0x1b0b0
377                 >;                                377                 >;
378         };                                        378         };
379                                                   379 
380         pinctrl_gpio_leds: gpioledsgrp {          380         pinctrl_gpio_leds: gpioledsgrp {
381                 fsl,pins = <                      381                 fsl,pins = <
382                         MX6QDL_PAD_KEY_COL0__G    382                         MX6QDL_PAD_KEY_COL0__GPIO4_IO06         0x1b0b0
383                         MX6QDL_PAD_KEY_ROW0__G    383                         MX6QDL_PAD_KEY_ROW0__GPIO4_IO07         0x1b0b0
384                 >;                                384                 >;
385         };                                        385         };
386                                                   386 
387         pinctrl_gpmi_nand: gpminandgrp {          387         pinctrl_gpmi_nand: gpminandgrp {
388                 fsl,pins = <                      388                 fsl,pins = <
389                         MX6QDL_PAD_NANDF_CLE__    389                         MX6QDL_PAD_NANDF_CLE__NAND_CLE          0xb0b1
390                         MX6QDL_PAD_NANDF_ALE__    390                         MX6QDL_PAD_NANDF_ALE__NAND_ALE          0xb0b1
391                         MX6QDL_PAD_NANDF_WP_B_    391                         MX6QDL_PAD_NANDF_WP_B__NAND_WP_B        0xb0b1
392                         MX6QDL_PAD_NANDF_RB0__    392                         MX6QDL_PAD_NANDF_RB0__NAND_READY_B      0xb000
393                         MX6QDL_PAD_NANDF_CS0__    393                         MX6QDL_PAD_NANDF_CS0__NAND_CE0_B        0xb0b1
394                         MX6QDL_PAD_SD4_CMD__NA    394                         MX6QDL_PAD_SD4_CMD__NAND_RE_B           0xb0b1
395                         MX6QDL_PAD_SD4_CLK__NA    395                         MX6QDL_PAD_SD4_CLK__NAND_WE_B           0xb0b1
396                         MX6QDL_PAD_NANDF_D0__N    396                         MX6QDL_PAD_NANDF_D0__NAND_DATA00        0xb0b1
397                         MX6QDL_PAD_NANDF_D1__N    397                         MX6QDL_PAD_NANDF_D1__NAND_DATA01        0xb0b1
398                         MX6QDL_PAD_NANDF_D2__N    398                         MX6QDL_PAD_NANDF_D2__NAND_DATA02        0xb0b1
399                         MX6QDL_PAD_NANDF_D3__N    399                         MX6QDL_PAD_NANDF_D3__NAND_DATA03        0xb0b1
400                         MX6QDL_PAD_NANDF_D4__N    400                         MX6QDL_PAD_NANDF_D4__NAND_DATA04        0xb0b1
401                         MX6QDL_PAD_NANDF_D5__N    401                         MX6QDL_PAD_NANDF_D5__NAND_DATA05        0xb0b1
402                         MX6QDL_PAD_NANDF_D6__N    402                         MX6QDL_PAD_NANDF_D6__NAND_DATA06        0xb0b1
403                         MX6QDL_PAD_NANDF_D7__N    403                         MX6QDL_PAD_NANDF_D7__NAND_DATA07        0xb0b1
404                 >;                                404                 >;
405         };                                        405         };
406                                                   406 
407         pinctrl_i2c1: i2c1grp {                   407         pinctrl_i2c1: i2c1grp {
408                 fsl,pins = <                      408                 fsl,pins = <
409                         MX6QDL_PAD_EIM_D21__I2    409                         MX6QDL_PAD_EIM_D21__I2C1_SCL            0x4001b8b1
410                         MX6QDL_PAD_EIM_D28__I2    410                         MX6QDL_PAD_EIM_D28__I2C1_SDA            0x4001b8b1
411                         MX6QDL_PAD_GPIO_4__GPI    411                         MX6QDL_PAD_GPIO_4__GPIO1_IO04           0x0001b0b0
412                 >;                                412                 >;
413         };                                        413         };
414                                                   414 
415         pinctrl_i2c2: i2c2grp {                   415         pinctrl_i2c2: i2c2grp {
416                 fsl,pins = <                      416                 fsl,pins = <
417                         MX6QDL_PAD_KEY_COL3__I    417                         MX6QDL_PAD_KEY_COL3__I2C2_SCL           0x4001b8b1
418                         MX6QDL_PAD_KEY_ROW3__I    418                         MX6QDL_PAD_KEY_ROW3__I2C2_SDA           0x4001b8b1
419                 >;                                419                 >;
420         };                                        420         };
421                                                   421 
422         pinctrl_i2c3: i2c3grp {                   422         pinctrl_i2c3: i2c3grp {
423                 fsl,pins = <                      423                 fsl,pins = <
424                         MX6QDL_PAD_GPIO_3__I2C    424                         MX6QDL_PAD_GPIO_3__I2C3_SCL             0x4001b8b1
425                         MX6QDL_PAD_GPIO_6__I2C    425                         MX6QDL_PAD_GPIO_6__I2C3_SDA             0x4001b8b1
426                 >;                                426                 >;
427         };                                        427         };
428                                                   428 
429         pinctrl_pcie: pciegrp {                   429         pinctrl_pcie: pciegrp {
430                 fsl,pins = <                      430                 fsl,pins = <
431                         MX6QDL_PAD_GPIO_0__GPI    431                         MX6QDL_PAD_GPIO_0__GPIO1_IO00           0x1b0b0
432                 >;                                432                 >;
433         };                                        433         };
434                                                   434 
435         pinctrl_pps: ppsgrp {                     435         pinctrl_pps: ppsgrp {
436                 fsl,pins = <                      436                 fsl,pins = <
437                         MX6QDL_PAD_SD3_DAT5__G    437                         MX6QDL_PAD_SD3_DAT5__GPIO7_IO00         0x1b0b1
438                 >;                                438                 >;
439         };                                        439         };
440                                                   440 
441         pinctrl_pwm2: pwm2grp {                   441         pinctrl_pwm2: pwm2grp {
442                 fsl,pins = <                      442                 fsl,pins = <
443                         MX6QDL_PAD_SD1_DAT2__P    443                         MX6QDL_PAD_SD1_DAT2__PWM2_OUT           0x1b0b1
444                 >;                                444                 >;
445         };                                        445         };
446                                                   446 
447         pinctrl_pwm3: pwm3grp {                   447         pinctrl_pwm3: pwm3grp {
448                 fsl,pins = <                      448                 fsl,pins = <
449                         MX6QDL_PAD_SD1_DAT1__P    449                         MX6QDL_PAD_SD1_DAT1__PWM3_OUT           0x1b0b1
450                 >;                                450                 >;
451         };                                        451         };
452                                                   452 
453         pinctrl_pwm4: pwm4grp {                   453         pinctrl_pwm4: pwm4grp {
454                 fsl,pins = <                      454                 fsl,pins = <
455                         MX6QDL_PAD_SD1_CMD__PW    455                         MX6QDL_PAD_SD1_CMD__PWM4_OUT            0x1b0b1
456                 >;                                456                 >;
457         };                                        457         };
458                                                   458 
459         pinctrl_uart1: uart1grp {                 459         pinctrl_uart1: uart1grp {
460                 fsl,pins = <                      460                 fsl,pins = <
461                         MX6QDL_PAD_SD3_DAT7__U    461                         MX6QDL_PAD_SD3_DAT7__UART1_TX_DATA      0x1b0b1
462                         MX6QDL_PAD_SD3_DAT6__U    462                         MX6QDL_PAD_SD3_DAT6__UART1_RX_DATA      0x1b0b1
463                 >;                                463                 >;
464         };                                        464         };
465                                                   465 
466         pinctrl_uart2: uart2grp {                 466         pinctrl_uart2: uart2grp {
467                 fsl,pins = <                      467                 fsl,pins = <
468                         MX6QDL_PAD_SD4_DAT7__U    468                         MX6QDL_PAD_SD4_DAT7__UART2_TX_DATA      0x1b0b1
469                         MX6QDL_PAD_SD4_DAT4__U    469                         MX6QDL_PAD_SD4_DAT4__UART2_RX_DATA      0x1b0b1
470                 >;                                470                 >;
471         };                                        471         };
472                                                   472 
473         pinctrl_uart3: uart3grp {                 473         pinctrl_uart3: uart3grp {
474                 fsl,pins = <                      474                 fsl,pins = <
475                         MX6QDL_PAD_EIM_D24__UA    475                         MX6QDL_PAD_EIM_D24__UART3_TX_DATA       0x1b0b1
476                         MX6QDL_PAD_EIM_D25__UA    476                         MX6QDL_PAD_EIM_D25__UART3_RX_DATA       0x1b0b1
477                 >;                                477                 >;
478         };                                        478         };
479                                                   479 
480         pinctrl_uart5: uart5grp {                 480         pinctrl_uart5: uart5grp {
481                 fsl,pins = <                      481                 fsl,pins = <
482                         MX6QDL_PAD_KEY_COL1__U    482                         MX6QDL_PAD_KEY_COL1__UART5_TX_DATA      0x1b0b1
483                         MX6QDL_PAD_KEY_ROW1__U    483                         MX6QDL_PAD_KEY_ROW1__UART5_RX_DATA      0x1b0b1
484                 >;                                484                 >;
485         };                                        485         };
486                                                   486 
487         pinctrl_usbotg: usbotggrp {               487         pinctrl_usbotg: usbotggrp {
488                 fsl,pins = <                      488                 fsl,pins = <
489                         MX6QDL_PAD_GPIO_1__USB    489                         MX6QDL_PAD_GPIO_1__USB_OTG_ID           0x17059
490                 >;                                490                 >;
491         };                                        491         };
492                                                   492 
493         pinctrl_wdog: wdoggrp {                   493         pinctrl_wdog: wdoggrp {
494                 fsl,pins = <                      494                 fsl,pins = <
495                         MX6QDL_PAD_DISP0_DAT8_    495                         MX6QDL_PAD_DISP0_DAT8__WDOG1_B          0x1b0b0
496                 >;                                496                 >;
497         };                                        497         };
498 };                                                498 };
                                                      

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