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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/imx8mp-verdin-mallow.dtsi

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

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/freescale/imx8mp-verdin-mallow.dtsi (Architecture i386) and /scripts/dtc/include-prefixes/arm64/freescale/imx8mp-verdin-mallow.dtsi (Architecture m68k)


  1 // SPDX-License-Identifier: GPL-2.0-or-later O      1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2 /*                                                  2 /*
  3  * Copyright 2023 Toradex                           3  * Copyright 2023 Toradex
  4  *                                                  4  *
  5  * Common dtsi for Verdin IMX8MP SoM on Mallow      5  * Common dtsi for Verdin IMX8MP SoM on Mallow carrier board
  6  *                                                  6  *
  7  * https://www.toradex.com/computer-on-modules      7  * https://www.toradex.com/computer-on-modules/verdin-arm-family/nxp-imx-8m-plus
  8  * https://www.toradex.com/products/carrier-bo      8  * https://www.toradex.com/products/carrier-board/mallow-carrier-board
  9  */                                                 9  */
 10                                                    10 
 11 #include <dt-bindings/leds/common.h>               11 #include <dt-bindings/leds/common.h>
 12                                                    12 
 13 / {                                                13 / {
 14         native-hdmi-connector {                    14         native-hdmi-connector {
 15                 compatible = "hdmi-connector";     15                 compatible = "hdmi-connector";
 16                 label = "X14";                     16                 label = "X14";
 17                 type = "a";                        17                 type = "a";
 18                                                    18 
 19                 port {                             19                 port {
 20                         native_hdmi_connector_     20                         native_hdmi_connector_in: endpoint {
 21                                 remote-endpoin     21                                 remote-endpoint = <&hdmi_tx_out>;
 22                         };                         22                         };
 23                 };                                 23                 };
 24         };                                         24         };
 25                                                    25 
 26         leds {                                     26         leds {
 27                 compatible = "gpio-leds";          27                 compatible = "gpio-leds";
 28                 pinctrl-names = "default";         28                 pinctrl-names = "default";
 29                 pinctrl-0 = <&pinctrl_leds>;       29                 pinctrl-0 = <&pinctrl_leds>;
 30                                                    30 
 31                 /* SODIMM 52 - USER_LED_1_RED      31                 /* SODIMM 52 - USER_LED_1_RED */
 32                 led-0 {                            32                 led-0 {
 33                         color = <LED_COLOR_ID_     33                         color = <LED_COLOR_ID_RED>;
 34                         function = LED_FUNCTIO     34                         function = LED_FUNCTION_DEBUG;
 35                         function-enumerator =      35                         function-enumerator = <1>;
 36                         gpios = <&gpio3 0 GPIO     36                         gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
 37                 };                                 37                 };
 38                                                    38 
 39                 /* SODIMM 54 - USER_LED_1_GREE     39                 /* SODIMM 54 - USER_LED_1_GREEN */
 40                 led-1 {                            40                 led-1 {
 41                         color = <LED_COLOR_ID_     41                         color = <LED_COLOR_ID_GREEN>;
 42                         function = LED_FUNCTIO     42                         function = LED_FUNCTION_DEBUG;
 43                         function-enumerator =      43                         function-enumerator = <1>;
 44                         gpios = <&gpio3 1 GPIO     44                         gpios = <&gpio3 1 GPIO_ACTIVE_HIGH>;
 45                 };                                 45                 };
 46                                                    46 
 47                 /* SODIMM 56 - USER_LED_2_RED      47                 /* SODIMM 56 - USER_LED_2_RED */
 48                 led-2 {                            48                 led-2 {
 49                         color = <LED_COLOR_ID_     49                         color = <LED_COLOR_ID_RED>;
 50                         function = LED_FUNCTIO     50                         function = LED_FUNCTION_DEBUG;
 51                         function-enumerator =      51                         function-enumerator = <2>;
 52                         gpios = <&gpio3 6 GPIO     52                         gpios = <&gpio3 6 GPIO_ACTIVE_HIGH>;
 53                 };                                 53                 };
 54                                                    54 
 55                 /* SODIMM 58 - USER_LED_2_GREE     55                 /* SODIMM 58 - USER_LED_2_GREEN */
 56                 led-3 {                            56                 led-3 {
 57                         color = <LED_COLOR_ID_     57                         color = <LED_COLOR_ID_GREEN>;
 58                         function = LED_FUNCTIO     58                         function = LED_FUNCTION_DEBUG;
 59                         function-enumerator =      59                         function-enumerator = <2>;
 60                         gpios = <&gpio3 7 GPIO     60                         gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
 61                 };                                 61                 };
 62         };                                         62         };
 63 };                                                 63 };
 64                                                    64 
 65 /* Verdin HDMI_1 Audio */                          65 /* Verdin HDMI_1 Audio */
 66 &aud2htx {                                         66 &aud2htx {
 67         status = "okay";                           67         status = "okay";
 68 };                                                 68 };
 69                                                    69 
 70 &backlight {                                       70 &backlight {
 71         power-supply = <&reg_3p3v>;                71         power-supply = <&reg_3p3v>;
 72 };                                                 72 };
 73                                                    73 
 74 /* Verdin SPI_1 */                                 74 /* Verdin SPI_1 */
 75 &ecspi1 {                                          75 &ecspi1 {
 76         pinctrl-0 = <&pinctrl_ecspi1>, <&pinct     76         pinctrl-0 = <&pinctrl_ecspi1>, <&pinctrl_tpm_cs>;
 77         cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>,     77         cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>, <&gpio3 16 GPIO_ACTIVE_LOW>;
 78         status = "okay";                           78         status = "okay";
 79                                                    79 
 80         tpm@1 {                                    80         tpm@1 {
 81                 compatible = "infineon,slb9670     81                 compatible = "infineon,slb9670", "tcg,tpm_tis-spi";
 82                 reg = <1>;                         82                 reg = <1>;
 83                 pinctrl-names = "default";         83                 pinctrl-names = "default";
 84                 pinctrl-0 = <&pinctrl_tpm_irq>     84                 pinctrl-0 = <&pinctrl_tpm_irq>;
 85                 interrupt-parent = <&gpio3>;       85                 interrupt-parent = <&gpio3>;
 86                 interrupts = <14 IRQ_TYPE_LEVE     86                 interrupts = <14 IRQ_TYPE_LEVEL_LOW>;
 87                 spi-max-frequency = <18500000>     87                 spi-max-frequency = <18500000>;
 88         };                                         88         };
 89 };                                                 89 };
 90                                                    90 
 91 /* EEPROM on Mallow */                             91 /* EEPROM on Mallow */
 92 &eeprom_carrier_board {                            92 &eeprom_carrier_board {
 93         status = "okay";                           93         status = "okay";
 94 };                                                 94 };
 95                                                    95 
 96 /* Verdin ETH_1 */                                 96 /* Verdin ETH_1 */
 97 &eqos {                                            97 &eqos {
 98         status = "okay";                           98         status = "okay";
 99 };                                                 99 };
100                                                   100 
101 /* Verdin CAN_1 */                                101 /* Verdin CAN_1 */
102 &flexcan1 {                                       102 &flexcan1 {
103         status = "okay";                          103         status = "okay";
104 };                                                104 };
105                                                   105 
106 /* Verdin CAN_2 */                                106 /* Verdin CAN_2 */
107 &flexcan2 {                                       107 &flexcan2 {
108         status = "okay";                          108         status = "okay";
109 };                                                109 };
110                                                   110 
111 /* Verdin HDMI_1 */                               111 /* Verdin HDMI_1 */
112 &hdmi_pvi {                                       112 &hdmi_pvi {
113         status = "okay";                          113         status = "okay";
114 };                                                114 };
115                                                   115 
116 &hdmi_tx {                                        116 &hdmi_tx {
117         status = "okay";                          117         status = "okay";
118                                                   118 
119         ports {                                   119         ports {
120                 port@1 {                          120                 port@1 {
121                         hdmi_tx_out: endpoint     121                         hdmi_tx_out: endpoint {
122                                 remote-endpoin    122                                 remote-endpoint = <&native_hdmi_connector_in>;
123                         };                        123                         };
124                 };                                124                 };
125         };                                        125         };
126 };                                                126 };
127                                                   127 
128 &hdmi_tx_phy {                                    128 &hdmi_tx_phy {
129         status = "okay";                          129         status = "okay";
130 };                                                130 };
131                                                   131 
132 /* Temperature sensor on Mallow */                132 /* Temperature sensor on Mallow */
133 &hwmon_temp {                                     133 &hwmon_temp {
134         compatible = "ti,tmp1075";                134         compatible = "ti,tmp1075";
135         status = "okay";                          135         status = "okay";
136 };                                                136 };
137                                                   137 
138 /* Verdin I2C_2_DSI */                            138 /* Verdin I2C_2_DSI */
139 &i2c2 {                                           139 &i2c2 {
140         status = "okay";                          140         status = "okay";
141 };                                                141 };
142                                                   142 
143 /* Verdin I2C_4_CSI */                            143 /* Verdin I2C_4_CSI */
144 &i2c3 {                                           144 &i2c3 {
145         status = "okay";                          145         status = "okay";
146 };                                                146 };
147                                                   147 
148 /* Verdin I2C_1 */                                148 /* Verdin I2C_1 */
149 &i2c4 {                                           149 &i2c4 {
150         status = "okay";                          150         status = "okay";
151 };                                                151 };
152                                                   152 
153 /* Verdin I2C_3_HDMI */                           153 /* Verdin I2C_3_HDMI */
154 &i2c5 {                                           154 &i2c5 {
155         status = "okay";                          155         status = "okay";
156 };                                                156 };
157                                                   157 
158 &lcdif3 {                                         158 &lcdif3 {
159         status = "okay";                          159         status = "okay";
160 };                                                160 };
161                                                   161 
162 /* Verdin PCIE_1 */                               162 /* Verdin PCIE_1 */
163 &pcie {                                           163 &pcie {
164         status = "okay";                          164         status = "okay";
165 };                                                165 };
166                                                   166 
167 &pcie_phy {                                       167 &pcie_phy {
168         status = "okay";                          168         status = "okay";
169 };                                                169 };
170                                                   170 
171 /* Verdin PWM_1 */                                171 /* Verdin PWM_1 */
172 &pwm1 {                                           172 &pwm1 {
173         status = "okay";                          173         status = "okay";
174 };                                                174 };
175                                                   175 
176 /* Verdin PWM_2 */                                176 /* Verdin PWM_2 */
177 &pwm2 {                                           177 &pwm2 {
178         status = "okay";                          178         status = "okay";
179 };                                                179 };
180                                                   180 
181 /* Verdin PWM_3_DSI */                            181 /* Verdin PWM_3_DSI */
182 &pwm3 {                                           182 &pwm3 {
183         status = "okay";                          183         status = "okay";
184 };                                                184 };
185                                                   185 
186 &reg_usdhc2_vmmc {                                186 &reg_usdhc2_vmmc {
187         vin-supply = <&reg_3p3v>;                 187         vin-supply = <&reg_3p3v>;
188 };                                                188 };
189                                                   189 
190 /* Verdin HDMI_1 Audio */                         190 /* Verdin HDMI_1 Audio */
191 &sound_hdmi {                                     191 &sound_hdmi {
192         status = "okay";                          192         status = "okay";
193 };                                                193 };
194                                                   194 
195 /* Verdin UART_1 */                               195 /* Verdin UART_1 */
196 &uart1 {                                          196 &uart1 {
197         status = "okay";                          197         status = "okay";
198 };                                                198 };
199                                                   199 
200 /* Verdin UART_2 */                               200 /* Verdin UART_2 */
201 &uart2 {                                          201 &uart2 {
202         status = "okay";                          202         status = "okay";
203 };                                                203 };
204                                                   204 
205 /* Verdin UART_3 */                               205 /* Verdin UART_3 */
206 &uart3 {                                          206 &uart3 {
207         status = "okay";                          207         status = "okay";
208 };                                                208 };
209                                                   209 
210 /* Verdin USB_1 */                                210 /* Verdin USB_1 */
211 &usb3_0 {                                         211 &usb3_0 {
212         status = "okay";                          212         status = "okay";
213 };                                                213 };
214                                                   214 
215 &usb3_phy0 {                                      215 &usb3_phy0 {
216         status = "okay";                          216         status = "okay";
217 };                                                217 };
218                                                   218 
219 /* Verdin USB_2 */                                219 /* Verdin USB_2 */
220 &usb3_1 {                                         220 &usb3_1 {
221         status = "okay";                          221         status = "okay";
222 };                                                222 };
223                                                   223 
224 &usb3_phy1 {                                      224 &usb3_phy1 {
225         status = "okay";                          225         status = "okay";
226 };                                                226 };
227                                                   227 
228 /* Verdin SD_1 */                                 228 /* Verdin SD_1 */
229 &usdhc2 {                                         229 &usdhc2 {
230         status = "okay";                          230         status = "okay";
231 };                                                231 };
232                                                   232 
233 &iomuxc {                                         233 &iomuxc {
234         pinctrl_leds: ledsgrp {                   234         pinctrl_leds: ledsgrp {
235                 fsl,pins =                        235                 fsl,pins =
236                         <MX8MP_IOMUXC_NAND_ALE    236                         <MX8MP_IOMUXC_NAND_ALE__GPIO3_IO00      0x106>, /* SODIMM 52 */
237                         <MX8MP_IOMUXC_NAND_CE0    237                         <MX8MP_IOMUXC_NAND_CE0_B__GPIO3_IO01    0x106>, /* SODIMM 54 */
238                         <MX8MP_IOMUXC_NAND_DAT    238                         <MX8MP_IOMUXC_NAND_DATA00__GPIO3_IO06   0x106>, /* SODIMM 56 */
239                         <MX8MP_IOMUXC_NAND_DAT    239                         <MX8MP_IOMUXC_NAND_DATA01__GPIO3_IO07   0x106>; /* SODIMM 58 */
240         };                                        240         };
241                                                   241 
242         pinctrl_tpm_cs: tpmcsgrp {                242         pinctrl_tpm_cs: tpmcsgrp {
243                 fsl,pins =                        243                 fsl,pins =
244                         <MX8MP_IOMUXC_NAND_REA    244                         <MX8MP_IOMUXC_NAND_READY_B__GPIO3_IO16  0x82>; /* SODIMM 64 */
245         };                                        245         };
246                                                   246 
247         pinctrl_tpm_irq: tpmirqgrp {              247         pinctrl_tpm_irq: tpmirqgrp {
248                 fsl,pins =                        248                 fsl,pins =
249                         <MX8MP_IOMUXC_NAND_DQS    249                         <MX8MP_IOMUXC_NAND_DQS__GPIO3_IO14      0x16>; /* SODIMM 66 */
250         };                                        250         };
251 };                                                251 };
                                                      

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