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

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


  1 // SPDX-License-Identifier: GPL-2.0+ OR MIT         1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2 //                                                  2 //
  3 // Copyright 2015 Armadeus Systems <support@arm      3 // Copyright 2015 Armadeus Systems <support@armadeus.com>
  4                                                     4 
  5 #include <dt-bindings/gpio/gpio.h>                  5 #include <dt-bindings/gpio/gpio.h>
  6 #include <dt-bindings/interrupt-controller/irq      6 #include <dt-bindings/interrupt-controller/irq.h>
  7                                                     7 
  8 / {                                                 8 / {
  9         reg_1p8v: regulator-1p8v {                  9         reg_1p8v: regulator-1p8v {
 10                 compatible = "regulator-fixed"     10                 compatible = "regulator-fixed";
 11                 regulator-name = "1P8V";           11                 regulator-name = "1P8V";
 12                 regulator-min-microvolt = <180     12                 regulator-min-microvolt = <1800000>;
 13                 regulator-max-microvolt = <180     13                 regulator-max-microvolt = <1800000>;
 14                 regulator-always-on;               14                 regulator-always-on;
 15                 vin-supply = <&reg_3p3v>;          15                 vin-supply = <&reg_3p3v>;
 16         };                                         16         };
 17                                                    17 
 18         usdhc1_pwrseq: usdhc1-pwrseq {             18         usdhc1_pwrseq: usdhc1-pwrseq {
 19                 compatible = "mmc-pwrseq-simpl     19                 compatible = "mmc-pwrseq-simple";
 20                 reset-gpios = <&gpio2 8 GPIO_A     20                 reset-gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
 21                 post-power-on-delay-ms = <15>;     21                 post-power-on-delay-ms = <15>;
 22                 power-off-delay-us = <70>;         22                 power-off-delay-us = <70>;
 23         };                                         23         };
 24 };                                                 24 };
 25                                                    25 
 26 &fec {                                             26 &fec {
 27         pinctrl-names = "default";                 27         pinctrl-names = "default";
 28         pinctrl-0 = <&pinctrl_enet>;               28         pinctrl-0 = <&pinctrl_enet>;
 29         phy-mode = "rgmii-id";                     29         phy-mode = "rgmii-id";
 30         phy-reset-duration = <10>;                 30         phy-reset-duration = <10>;
 31         phy-reset-gpios = <&gpio1 24 GPIO_ACTI     31         phy-reset-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
 32         phy-handle = <&ethphy1>;                   32         phy-handle = <&ethphy1>;
 33         status = "okay";                           33         status = "okay";
 34                                                    34 
 35         mdio {                                     35         mdio {
 36                 #address-cells = <1>;              36                 #address-cells = <1>;
 37                 #size-cells = <0>;                 37                 #size-cells = <0>;
 38                                                    38 
 39                 ethphy1: ethernet-phy@1 {          39                 ethphy1: ethernet-phy@1 {
 40                         compatible = "ethernet     40                         compatible = "ethernet-phy-ieee802.3-c22";
 41                         reg = <1>;                 41                         reg = <1>;
 42                         interrupt-parent = <&g     42                         interrupt-parent = <&gpio1>;
 43                         interrupts = <28 IRQ_T     43                         interrupts = <28 IRQ_TYPE_LEVEL_LOW>;
 44                         status = "okay";           44                         status = "okay";
 45                 };                                 45                 };
 46         };                                         46         };
 47 };                                                 47 };
 48                                                    48 
 49 /* Bluetooth */                                    49 /* Bluetooth */
 50 &uart2 {                                           50 &uart2 {
 51         pinctrl-names = "default";                 51         pinctrl-names = "default";
 52         pinctrl-0 = <&pinctrl_uart2>;              52         pinctrl-0 = <&pinctrl_uart2>;
 53         uart-has-rtscts;                           53         uart-has-rtscts;
 54         status = "okay";                           54         status = "okay";
 55 };                                                 55 };
 56                                                    56 
 57 /* Wi-Fi */                                        57 /* Wi-Fi */
 58 &usdhc1 {                                          58 &usdhc1 {
 59         pinctrl-names = "default";                 59         pinctrl-names = "default";
 60         pinctrl-0 = <&pinctrl_usdhc1>;             60         pinctrl-0 = <&pinctrl_usdhc1>;
 61         bus-width = <4>;                           61         bus-width = <4>;
 62         mmc-pwrseq = <&usdhc1_pwrseq>;             62         mmc-pwrseq = <&usdhc1_pwrseq>;
 63         vmmc-supply = <&reg_3p3v>;                 63         vmmc-supply = <&reg_3p3v>;
 64         vqmmc-supply = <&reg_1p8v>;                64         vqmmc-supply = <&reg_1p8v>;
 65         cap-power-off-card;                        65         cap-power-off-card;
 66         keep-power-in-suspend;                     66         keep-power-in-suspend;
 67         non-removable;                             67         non-removable;
 68         status = "okay";                           68         status = "okay";
 69                                                    69 
 70         #address-cells = <1>;                      70         #address-cells = <1>;
 71         #size-cells = <0>;                         71         #size-cells = <0>;
 72         wlcore: wlcore@2 {                         72         wlcore: wlcore@2 {
 73                 compatible = "ti,wl1271";          73                 compatible = "ti,wl1271";
 74                 reg = <2>;                         74                 reg = <2>;
 75                 interrupt-parent = <&gpio2>;       75                 interrupt-parent = <&gpio2>;
 76                 interrupts = <10 IRQ_TYPE_LEVE     76                 interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
 77                 ref-clock-frequency = <3840000     77                 ref-clock-frequency = <38400000>;
 78                 tcxo-clock-frequency = <384000     78                 tcxo-clock-frequency = <38400000>;
 79         };                                         79         };
 80 };                                                 80 };
 81                                                    81 
 82 /* eMMC */                                         82 /* eMMC */
 83 &usdhc3 {                                          83 &usdhc3 {
 84         pinctrl-names = "default";                 84         pinctrl-names = "default";
 85         pinctrl-0 = <&pinctrl_usdhc3>;             85         pinctrl-0 = <&pinctrl_usdhc3>;
 86         bus-width = <8>;                           86         bus-width = <8>;
 87         no-1-8-v;                                  87         no-1-8-v;
 88         non-removable;                             88         non-removable;
 89         status = "okay";                           89         status = "okay";
 90 };                                                 90 };
 91                                                    91 
 92 &iomuxc {                                          92 &iomuxc {
 93         pinctrl_enet: enetgrp {                    93         pinctrl_enet: enetgrp {
 94                 fsl,pins = <                       94                 fsl,pins = <
 95                         MX6QDL_PAD_ENET_MDIO__     95                         MX6QDL_PAD_ENET_MDIO__ENET_MDIO         0x1b8b0
 96                         MX6QDL_PAD_ENET_MDC__E     96                         MX6QDL_PAD_ENET_MDC__ENET_MDC           0x1b0b0
 97                         MX6QDL_PAD_ENET_REF_CL     97                         MX6QDL_PAD_ENET_REF_CLK__ENET_TX_CLK    0x1b0b0
 98                         MX6QDL_PAD_ENET_RX_ER_     98                         MX6QDL_PAD_ENET_RX_ER__GPIO1_IO24       0x130b0
 99                         MX6QDL_PAD_ENET_TX_EN_     99                         MX6QDL_PAD_ENET_TX_EN__GPIO1_IO28       0x130b0
100                         MX6QDL_PAD_RGMII_TXC__    100                         MX6QDL_PAD_RGMII_TXC__RGMII_TXC         0x1b030
101                         MX6QDL_PAD_RGMII_TD0__    101                         MX6QDL_PAD_RGMII_TD0__RGMII_TD0         0x1b030
102                         MX6QDL_PAD_RGMII_TD1__    102                         MX6QDL_PAD_RGMII_TD1__RGMII_TD1         0x1b030
103                         MX6QDL_PAD_RGMII_TD2__    103                         MX6QDL_PAD_RGMII_TD2__RGMII_TD2         0x1b030
104                         MX6QDL_PAD_RGMII_TD3__    104                         MX6QDL_PAD_RGMII_TD3__RGMII_TD3         0x1b030
105                         MX6QDL_PAD_RGMII_TX_CT    105                         MX6QDL_PAD_RGMII_TX_CTL__RGMII_TX_CTL   0x1b030
106                         MX6QDL_PAD_RGMII_RXC__    106                         MX6QDL_PAD_RGMII_RXC__RGMII_RXC         0x13030
107                         MX6QDL_PAD_RGMII_RD0__    107                         MX6QDL_PAD_RGMII_RD0__RGMII_RD0         0x1b030
108                         MX6QDL_PAD_RGMII_RD1__    108                         MX6QDL_PAD_RGMII_RD1__RGMII_RD1         0x13030
109                         MX6QDL_PAD_RGMII_RD2__    109                         MX6QDL_PAD_RGMII_RD2__RGMII_RD2         0x1f030
110                         MX6QDL_PAD_RGMII_RD3__    110                         MX6QDL_PAD_RGMII_RD3__RGMII_RD3         0x1f030
111                         MX6QDL_PAD_RGMII_RX_CT    111                         MX6QDL_PAD_RGMII_RX_CTL__RGMII_RX_CTL   0x13030
112                 >;                                112                 >;
113         };                                        113         };
114                                                   114 
115         pinctrl_uart2: uart2grp {                 115         pinctrl_uart2: uart2grp {
116                 fsl,pins = <                      116                 fsl,pins = <
117                         MX6QDL_PAD_SD4_DAT4__U    117                         MX6QDL_PAD_SD4_DAT4__UART2_RX_DATA      0x1b0b0
118                         MX6QDL_PAD_SD4_DAT5__U    118                         MX6QDL_PAD_SD4_DAT5__UART2_RTS_B        0x1b0b0
119                         MX6QDL_PAD_SD4_DAT6__U    119                         MX6QDL_PAD_SD4_DAT6__UART2_CTS_B        0x1b0b0
120                         MX6QDL_PAD_SD4_DAT7__U    120                         MX6QDL_PAD_SD4_DAT7__UART2_TX_DATA      0x1b0b0
121                         MX6QDL_PAD_SD4_DAT3__G    121                         MX6QDL_PAD_SD4_DAT3__GPIO2_IO11         0x130b0 /* BT_EN */
122                 >;                                122                 >;
123         };                                        123         };
124                                                   124 
125         pinctrl_usdhc1: usdhc1grp {               125         pinctrl_usdhc1: usdhc1grp {
126                 fsl,pins = <                      126                 fsl,pins = <
127                         MX6QDL_PAD_SD1_CMD__SD    127                         MX6QDL_PAD_SD1_CMD__SD1_CMD     0x17059
128                         MX6QDL_PAD_SD1_CLK__SD    128                         MX6QDL_PAD_SD1_CLK__SD1_CLK     0x10059
129                         MX6QDL_PAD_SD1_DAT0__S    129                         MX6QDL_PAD_SD1_DAT0__SD1_DATA0  0x17059
130                         MX6QDL_PAD_SD1_DAT1__S    130                         MX6QDL_PAD_SD1_DAT1__SD1_DATA1  0x17059
131                         MX6QDL_PAD_SD1_DAT2__S    131                         MX6QDL_PAD_SD1_DAT2__SD1_DATA2  0x17059
132                         MX6QDL_PAD_SD1_DAT3__S    132                         MX6QDL_PAD_SD1_DAT3__SD1_DATA3  0x17059
133                         MX6QDL_PAD_SD4_DAT0__G    133                         MX6QDL_PAD_SD4_DAT0__GPIO2_IO08 0x130b0 /* WL_EN */
134                         MX6QDL_PAD_SD4_DAT2__G    134                         MX6QDL_PAD_SD4_DAT2__GPIO2_IO10 0x130b0 /* WL_IRQ */
135                 >;                                135                 >;
136         };                                        136         };
137                                                   137 
138         pinctrl_usdhc3: usdhc3grp {               138         pinctrl_usdhc3: usdhc3grp {
139                 fsl,pins = <                      139                 fsl,pins = <
140                         MX6QDL_PAD_SD3_CMD__SD    140                         MX6QDL_PAD_SD3_CMD__SD3_CMD     0x17059
141                         MX6QDL_PAD_SD3_CLK__SD    141                         MX6QDL_PAD_SD3_CLK__SD3_CLK     0x10059
142                         MX6QDL_PAD_SD3_DAT0__S    142                         MX6QDL_PAD_SD3_DAT0__SD3_DATA0  0x17059
143                         MX6QDL_PAD_SD3_DAT1__S    143                         MX6QDL_PAD_SD3_DAT1__SD3_DATA1  0x17059
144                         MX6QDL_PAD_SD3_DAT2__S    144                         MX6QDL_PAD_SD3_DAT2__SD3_DATA2  0x17059
145                         MX6QDL_PAD_SD3_DAT3__S    145                         MX6QDL_PAD_SD3_DAT3__SD3_DATA3  0x17059
146                         MX6QDL_PAD_SD3_DAT4__S    146                         MX6QDL_PAD_SD3_DAT4__SD3_DATA4  0x17059
147                         MX6QDL_PAD_SD3_DAT5__S    147                         MX6QDL_PAD_SD3_DAT5__SD3_DATA5  0x17059
148                         MX6QDL_PAD_SD3_DAT6__S    148                         MX6QDL_PAD_SD3_DAT6__SD3_DATA6  0x17059
149                         MX6QDL_PAD_SD3_DAT7__S    149                         MX6QDL_PAD_SD3_DAT7__SD3_DATA7  0x17059
150                 >;                                150                 >;
151         };                                        151         };
152 };                                                152 };
                                                      

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