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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/imx8mm-venice-gw71xx.dtsi

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

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/freescale/imx8mm-venice-gw71xx.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/freescale/imx8mm-venice-gw71xx.dtsi (Version linux-5.19.17)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright 2020 Gateworks Corporation             3  * Copyright 2020 Gateworks Corporation
  4  */                                                 4  */
  5                                                     5 
  6 #include <dt-bindings/gpio/gpio.h>                  6 #include <dt-bindings/gpio/gpio.h>
  7 #include <dt-bindings/leds/common.h>                7 #include <dt-bindings/leds/common.h>
  8 #include <dt-bindings/phy/phy-imx8-pcie.h>          8 #include <dt-bindings/phy/phy-imx8-pcie.h>
  9                                                     9 
 10 / {                                                10 / {
 11         aliases {                                  11         aliases {
 12                 usb0 = &usbotg1;                   12                 usb0 = &usbotg1;
 13                 usb1 = &usbotg2;                   13                 usb1 = &usbotg2;
 14         };                                         14         };
 15                                                    15 
 16         led-controller {                           16         led-controller {
 17                 compatible = "gpio-leds";          17                 compatible = "gpio-leds";
 18                 pinctrl-names = "default";         18                 pinctrl-names = "default";
 19                 pinctrl-0 = <&pinctrl_gpio_led     19                 pinctrl-0 = <&pinctrl_gpio_leds>;
 20                                                    20 
 21                 led-0 {                            21                 led-0 {
 22                         function = LED_FUNCTIO     22                         function = LED_FUNCTION_STATUS;
 23                         color = <LED_COLOR_ID_     23                         color = <LED_COLOR_ID_GREEN>;
 24                         gpios = <&gpio5 5 GPIO     24                         gpios = <&gpio5 5 GPIO_ACTIVE_HIGH>;
 25                         default-state = "on";      25                         default-state = "on";
 26                         linux,default-trigger      26                         linux,default-trigger = "heartbeat";
 27                 };                                 27                 };
 28                                                    28 
 29                 led-1 {                            29                 led-1 {
 30                         function = LED_FUNCTIO     30                         function = LED_FUNCTION_STATUS;
 31                         color = <LED_COLOR_ID_     31                         color = <LED_COLOR_ID_RED>;
 32                         gpios = <&gpio5 4 GPIO     32                         gpios = <&gpio5 4 GPIO_ACTIVE_HIGH>;
 33                         default-state = "off";     33                         default-state = "off";
 34                 };                                 34                 };
 35         };                                         35         };
 36                                                    36 
 37         pcie0_refclk: pcie0-refclk {               37         pcie0_refclk: pcie0-refclk {
 38                 compatible = "fixed-clock";        38                 compatible = "fixed-clock";
 39                 #clock-cells = <0>;                39                 #clock-cells = <0>;
 40                 clock-frequency = <100000000>;     40                 clock-frequency = <100000000>;
 41         };                                         41         };
 42                                                    42 
 43         pps {                                      43         pps {
 44                 compatible = "pps-gpio";           44                 compatible = "pps-gpio";
 45                 pinctrl-names = "default";         45                 pinctrl-names = "default";
 46                 pinctrl-0 = <&pinctrl_pps>;        46                 pinctrl-0 = <&pinctrl_pps>;
 47                 gpios = <&gpio1 15 GPIO_ACTIVE     47                 gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
 48                 status = "okay";                   48                 status = "okay";
 49         };                                         49         };
                                                   >>  50 
                                                   >>  51         reg_usb_otg1_vbus: regulator-usb-otg1 {
                                                   >>  52                 pinctrl-names = "default";
                                                   >>  53                 pinctrl-0 = <&pinctrl_reg_usb1_en>;
                                                   >>  54                 compatible = "regulator-fixed";
                                                   >>  55                 regulator-name = "usb_otg1_vbus";
                                                   >>  56                 gpio = <&gpio1 10 GPIO_ACTIVE_HIGH>;
                                                   >>  57                 enable-active-high;
                                                   >>  58                 regulator-min-microvolt = <5000000>;
                                                   >>  59                 regulator-max-microvolt = <5000000>;
                                                   >>  60         };
 50 };                                                 61 };
 51                                                    62 
                                                   >>  63 /* off-board header */
 52 &ecspi2 {                                          64 &ecspi2 {
 53         pinctrl-names = "default";                 65         pinctrl-names = "default";
 54         pinctrl-0 = <&pinctrl_spi2>;               66         pinctrl-0 = <&pinctrl_spi2>;
 55         cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW> !!  67         cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
 56                    <&gpio1 10 GPIO_ACTIVE_LOW> << 
 57         status = "okay";                           68         status = "okay";
 58                                                << 
 59         tpm@1 {                                << 
 60                 compatible = "atmel,attpm20p", << 
 61                 reg = <0x1>;                   << 
 62                 spi-max-frequency = <36000000> << 
 63         };                                     << 
 64 };                                                 69 };
 65                                                    70 
 66 &gpio1 {                                           71 &gpio1 {
 67         gpio-line-names = "", "", "", "", "",      72         gpio-line-names = "", "", "", "", "", "", "pci_usb_sel", "dio0",
 68                 "", "dio1", "", "", "", "", ""     73                 "", "dio1", "", "", "", "", "", "",
 69                 "", "", "", "", "", "", "", ""     74                 "", "", "", "", "", "", "", "",
 70                 "", "", "", "", "", "", "", ""     75                 "", "", "", "", "", "", "", "";
 71 };                                                 76 };
 72                                                    77 
 73 &gpio4 {                                           78 &gpio4 {
 74         gpio-line-names = "", "", "", "dio2",      79         gpio-line-names = "", "", "", "dio2", "dio3", "", "", "pci_wdis#",
 75                 "", "", "", "", "", "", "", ""     80                 "", "", "", "", "", "", "", "",
 76                 "", "", "", "", "", "", "", ""     81                 "", "", "", "", "", "", "", "",
 77                 "", "", "", "", "", "", "", ""     82                 "", "", "", "", "", "", "", "";
 78 };                                                 83 };
 79                                                    84 
 80 &i2c2 {                                            85 &i2c2 {
 81         clock-frequency = <400000>;                86         clock-frequency = <400000>;
 82         pinctrl-names = "default";                 87         pinctrl-names = "default";
 83         pinctrl-0 = <&pinctrl_i2c2>;               88         pinctrl-0 = <&pinctrl_i2c2>;
 84         status = "okay";                           89         status = "okay";
 85                                                    90 
 86         accelerometer@19 {                         91         accelerometer@19 {
 87                 pinctrl-names = "default";         92                 pinctrl-names = "default";
 88                 pinctrl-0 = <&pinctrl_accel>;      93                 pinctrl-0 = <&pinctrl_accel>;
 89                 compatible = "st,lis2de12";        94                 compatible = "st,lis2de12";
 90                 reg = <0x19>;                      95                 reg = <0x19>;
 91                 st,drdy-int-pin = <1>;             96                 st,drdy-int-pin = <1>;
 92                 interrupt-parent = <&gpio4>;       97                 interrupt-parent = <&gpio4>;
 93                 interrupts = <5 IRQ_TYPE_LEVEL     98                 interrupts = <5 IRQ_TYPE_LEVEL_LOW>;
                                                   >>  99                 interrupt-names = "INT1";
 94         };                                        100         };
 95 };                                                101 };
 96                                                   102 
 97 /* off-board header */                            103 /* off-board header */
 98 &i2c3 {                                           104 &i2c3 {
 99         clock-frequency = <400000>;               105         clock-frequency = <400000>;
100         pinctrl-names = "default";                106         pinctrl-names = "default";
101         pinctrl-0 = <&pinctrl_i2c3>;              107         pinctrl-0 = <&pinctrl_i2c3>;
102         status = "okay";                          108         status = "okay";
103 };                                                109 };
104                                                   110 
105 &pcie_phy {                                       111 &pcie_phy {
106         fsl,refclk-pad-mode = <IMX8_PCIE_REFCL    112         fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
107         fsl,clkreq-unsupported;                   113         fsl,clkreq-unsupported;
108         clocks = <&pcie0_refclk>;                 114         clocks = <&pcie0_refclk>;
109         clock-names = "ref";                      115         clock-names = "ref";
110         status = "okay";                          116         status = "okay";
111 };                                                117 };
112                                                   118 
113 &pcie0 {                                          119 &pcie0 {
114         pinctrl-names = "default";                120         pinctrl-names = "default";
115         pinctrl-0 = <&pinctrl_pcie0>;             121         pinctrl-0 = <&pinctrl_pcie0>;
116         reset-gpio = <&gpio4 6 GPIO_ACTIVE_LOW    122         reset-gpio = <&gpio4 6 GPIO_ACTIVE_LOW>;
117         clocks = <&clk IMX8MM_CLK_PCIE1_ROOT>, !! 123         clocks = <&clk IMX8MM_CLK_PCIE1_ROOT>, <&clk IMX8MM_CLK_PCIE1_AUX>,
118                  <&clk IMX8MM_CLK_PCIE1_AUX>;  !! 124                  <&pcie0_refclk>;
                                                   >> 125         clock-names = "pcie", "pcie_aux", "pcie_bus";
119         assigned-clocks = <&clk IMX8MM_CLK_PCI    126         assigned-clocks = <&clk IMX8MM_CLK_PCIE1_AUX>,
120                           <&clk IMX8MM_CLK_PCI    127                           <&clk IMX8MM_CLK_PCIE1_CTRL>;
121         assigned-clock-rates = <10000000>, <25    128         assigned-clock-rates = <10000000>, <250000000>;
122         assigned-clock-parents = <&clk IMX8MM_    129         assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_50M>,
123                                  <&clk IMX8MM_    130                                  <&clk IMX8MM_SYS_PLL2_250M>;
124         status = "okay";                          131         status = "okay";
125 };                                                132 };
126                                                   133 
127 /* GPS */                                         134 /* GPS */
128 &uart1 {                                          135 &uart1 {
129         pinctrl-names = "default";                136         pinctrl-names = "default";
130         pinctrl-0 = <&pinctrl_uart1>;             137         pinctrl-0 = <&pinctrl_uart1>;
131         status = "okay";                          138         status = "okay";
132 };                                                139 };
133                                                   140 
134 /* off-board header */                            141 /* off-board header */
135 &uart3 {                                          142 &uart3 {
136         pinctrl-names = "default";                143         pinctrl-names = "default";
137         pinctrl-0 = <&pinctrl_uart3>;             144         pinctrl-0 = <&pinctrl_uart3>;
138         status = "okay";                          145         status = "okay";
139 };                                                146 };
140                                                   147 
141 &usbotg1 {                                        148 &usbotg1 {
142         pinctrl-names = "default";             << 
143         pinctrl-0 = <&pinctrl_usbotg1>;        << 
144         dr_mode = "otg";                          149         dr_mode = "otg";
145         over-current-active-low;                  150         over-current-active-low;
                                                   >> 151         vbus-supply = <&reg_usb_otg1_vbus>;
146         status = "okay";                          152         status = "okay";
147 };                                                153 };
148                                                   154 
149 &usbotg2 {                                        155 &usbotg2 {
150         dr_mode = "host";                         156         dr_mode = "host";
151         disable-over-current;                     157         disable-over-current;
152         status = "okay";                          158         status = "okay";
153 };                                                159 };
154                                                   160 
155 &iomuxc {                                         161 &iomuxc {
156         pinctrl-names = "default";                162         pinctrl-names = "default";
157         pinctrl-0 = <&pinctrl_hog>;               163         pinctrl-0 = <&pinctrl_hog>;
158                                                   164 
159         pinctrl_hog: hoggrp {                     165         pinctrl_hog: hoggrp {
160                 fsl,pins = <                      166                 fsl,pins = <
161                         MX8MM_IOMUXC_SPDIF_TX_    167                         MX8MM_IOMUXC_SPDIF_TX_GPIO5_IO3         0x40000041 /* PLUG_TEST */
162                         MX8MM_IOMUXC_GPIO1_IO0    168                         MX8MM_IOMUXC_GPIO1_IO06_GPIO1_IO6       0x40000041 /* PCI_USBSEL */
163                         MX8MM_IOMUXC_SAI1_RXD5    169                         MX8MM_IOMUXC_SAI1_RXD5_GPIO4_IO7        0x40000041 /* PCIE_WDIS# */
164                         MX8MM_IOMUXC_GPIO1_IO0    170                         MX8MM_IOMUXC_GPIO1_IO07_GPIO1_IO7       0x40000041 /* DIO0 */
165                         MX8MM_IOMUXC_GPIO1_IO0    171                         MX8MM_IOMUXC_GPIO1_IO09_GPIO1_IO9       0x40000041 /* DIO1 */
166                         MX8MM_IOMUXC_SAI1_RXD1    172                         MX8MM_IOMUXC_SAI1_RXD1_GPIO4_IO3        0x40000041 /* DIO2 */
167                         MX8MM_IOMUXC_SAI1_RXD2    173                         MX8MM_IOMUXC_SAI1_RXD2_GPIO4_IO4        0x40000041 /* DIO2 */
168                 >;                                174                 >;
169         };                                        175         };
170                                                   176 
171         pinctrl_accel: accelgrp {                 177         pinctrl_accel: accelgrp {
172                 fsl,pins = <                      178                 fsl,pins = <
173                         MX8MM_IOMUXC_SAI1_RXD3    179                         MX8MM_IOMUXC_SAI1_RXD3_GPIO4_IO5        0x159
174                 >;                                180                 >;
175         };                                        181         };
176                                                   182 
177         pinctrl_gpio_leds: gpioledgrp {           183         pinctrl_gpio_leds: gpioledgrp {
178                 fsl,pins = <                      184                 fsl,pins = <
179                         MX8MM_IOMUXC_SPDIF_EXT    185                         MX8MM_IOMUXC_SPDIF_EXT_CLK_GPIO5_IO5    0x19
180                         MX8MM_IOMUXC_SPDIF_RX_    186                         MX8MM_IOMUXC_SPDIF_RX_GPIO5_IO4         0x19
181                 >;                                187                 >;
182         };                                        188         };
183                                                   189 
184         pinctrl_i2c3: i2c3grp {                   190         pinctrl_i2c3: i2c3grp {
185                 fsl,pins = <                      191                 fsl,pins = <
186                         MX8MM_IOMUXC_I2C3_SCL_    192                         MX8MM_IOMUXC_I2C3_SCL_I2C3_SCL          0x400001c3
187                         MX8MM_IOMUXC_I2C3_SDA_    193                         MX8MM_IOMUXC_I2C3_SDA_I2C3_SDA          0x400001c3
188                 >;                                194                 >;
189         };                                        195         };
190                                                   196 
191         pinctrl_pcie0: pcie0grp {                 197         pinctrl_pcie0: pcie0grp {
192                 fsl,pins = <                      198                 fsl,pins = <
193                         MX8MM_IOMUXC_SAI1_RXD4    199                         MX8MM_IOMUXC_SAI1_RXD4_GPIO4_IO6        0x41
194                 >;                                200                 >;
195         };                                        201         };
196                                                   202 
197         pinctrl_pps: ppsgrp {                     203         pinctrl_pps: ppsgrp {
198                 fsl,pins = <                      204                 fsl,pins = <
199                         MX8MM_IOMUXC_GPIO1_IO1    205                         MX8MM_IOMUXC_GPIO1_IO15_GPIO1_IO15      0x41
200                 >;                                206                 >;
201         };                                        207         };
202                                                   208 
                                                   >> 209         pinctrl_reg_usb1_en: regusb1grp {
                                                   >> 210                 fsl,pins = <
                                                   >> 211                         MX8MM_IOMUXC_GPIO1_IO10_GPIO1_IO10      0x41
                                                   >> 212                         MX8MM_IOMUXC_GPIO1_IO12_GPIO1_IO12      0x141
                                                   >> 213                         MX8MM_IOMUXC_GPIO1_IO13_USB1_OTG_OC     0x41
                                                   >> 214                 >;
                                                   >> 215         };
                                                   >> 216 
203         pinctrl_spi2: spi2grp {                   217         pinctrl_spi2: spi2grp {
204                 fsl,pins = <                      218                 fsl,pins = <
205                         MX8MM_IOMUXC_ECSPI2_SC    219                         MX8MM_IOMUXC_ECSPI2_SCLK_ECSPI2_SCLK    0xd6
206                         MX8MM_IOMUXC_ECSPI2_MO    220                         MX8MM_IOMUXC_ECSPI2_MOSI_ECSPI2_MOSI    0xd6
207                         MX8MM_IOMUXC_ECSPI2_MI    221                         MX8MM_IOMUXC_ECSPI2_MISO_ECSPI2_MISO    0xd6
208                         MX8MM_IOMUXC_ECSPI2_SS    222                         MX8MM_IOMUXC_ECSPI2_SS0_GPIO5_IO13      0xd6
209                         MX8MM_IOMUXC_GPIO1_IO1 << 
210                 >;                                223                 >;
211         };                                        224         };
212                                                   225 
213         pinctrl_uart1: uart1grp {                 226         pinctrl_uart1: uart1grp {
214                 fsl,pins = <                      227                 fsl,pins = <
215                         MX8MM_IOMUXC_UART1_RXD    228                         MX8MM_IOMUXC_UART1_RXD_UART1_DCE_RX     0x140
216                         MX8MM_IOMUXC_UART1_TXD    229                         MX8MM_IOMUXC_UART1_TXD_UART1_DCE_TX     0x140
217                 >;                                230                 >;
218         };                                        231         };
219                                                   232 
220         pinctrl_uart3: uart3grp {                 233         pinctrl_uart3: uart3grp {
221                 fsl,pins = <                      234                 fsl,pins = <
222                         MX8MM_IOMUXC_UART3_RXD    235                         MX8MM_IOMUXC_UART3_RXD_UART3_DCE_RX     0x140
223                         MX8MM_IOMUXC_UART3_TXD    236                         MX8MM_IOMUXC_UART3_TXD_UART3_DCE_TX     0x140
224                 >;                             << 
225         };                                     << 
226                                                << 
227         pinctrl_usbotg1: usbotg1grp {          << 
228                 fsl,pins = <                   << 
229                         MX8MM_IOMUXC_GPIO1_IO1 << 
230                         MX8MM_IOMUXC_GPIO1_IO1 << 
231                 >;                                237                 >;
232         };                                        238         };
233 };                                                239 };
                                                      

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