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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/ti/k3-am62-verdin-dahlia.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/ti/k3-am62-verdin-dahlia.dtsi (Architecture i386) and /scripts/dtc/include-prefixes/arm64/ti/k3-am62-verdin-dahlia.dtsi (Architecture sparc)


  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 AM62 SoM on Dahlia c      5  * Common dtsi for Verdin AM62 SoM on Dahlia carrier board
  6  *                                                  6  *
  7  * https://www.toradex.com/computer-on-modules      7  * https://www.toradex.com/computer-on-modules/verdin-arm-family/ti-am62
  8  * https://www.toradex.com/products/carrier-bo      8  * https://www.toradex.com/products/carrier-board/dahlia-carrier-board-kit
  9  */                                                 9  */
 10                                                    10 
 11 / {                                                11 / {
 12         reg_1v8_sw: regulator-1v8-sw {             12         reg_1v8_sw: regulator-1v8-sw {
 13                 compatible = "regulator-fixed"     13                 compatible = "regulator-fixed";
 14                 regulator-max-microvolt = <180     14                 regulator-max-microvolt = <1800000>;
 15                 regulator-min-microvolt = <180     15                 regulator-min-microvolt = <1800000>;
 16                 regulator-name = "On-carrier +     16                 regulator-name = "On-carrier +V1.8_SW";
 17         };                                         17         };
 18                                                    18 
 19         sound {                                    19         sound {
 20                 compatible = "simple-audio-car     20                 compatible = "simple-audio-card";
 21                 simple-audio-card,bitclock-mas     21                 simple-audio-card,bitclock-master = <&codec_dai>;
 22                 simple-audio-card,format = "i2     22                 simple-audio-card,format = "i2s";
 23                 simple-audio-card,frame-master     23                 simple-audio-card,frame-master = <&codec_dai>;
 24                 simple-audio-card,name = "verd     24                 simple-audio-card,name = "verdin-wm8904";
 25                 simple-audio-card,mclk-fs = <2     25                 simple-audio-card,mclk-fs = <256>;
 26                 simple-audio-card,routing =        26                 simple-audio-card,routing =
 27                         "Headphone Jack", "HPO     27                         "Headphone Jack", "HPOUTL",
 28                         "Headphone Jack", "HPO     28                         "Headphone Jack", "HPOUTR",
 29                         "IN2L", "Line In Jack"     29                         "IN2L", "Line In Jack",
 30                         "IN2R", "Line In Jack"     30                         "IN2R", "Line In Jack",
 31                         "Headphone Jack", "MIC     31                         "Headphone Jack", "MICBIAS",
 32                         "IN1L", "Headphone Jac     32                         "IN1L", "Headphone Jack";
 33                 simple-audio-card,widgets =        33                 simple-audio-card,widgets =
 34                         "Microphone", "Headpho     34                         "Microphone", "Headphone Jack",
 35                         "Headphone", "Headphon     35                         "Headphone", "Headphone Jack",
 36                         "Line", "Line In Jack"     36                         "Line", "Line In Jack";
 37                                                    37 
 38                 codec_dai: simple-audio-card,c     38                 codec_dai: simple-audio-card,codec {
 39                         sound-dai = <&wm8904_1     39                         sound-dai = <&wm8904_1a>;
 40                 };                                 40                 };
 41                                                    41 
 42                 simple-audio-card,cpu {            42                 simple-audio-card,cpu {
 43                         sound-dai = <&mcasp0>;     43                         sound-dai = <&mcasp0>;
 44                 };                                 44                 };
 45         };                                         45         };
 46 };                                                 46 };
 47                                                    47 
 48 /* Verdin ETHs */                                  48 /* Verdin ETHs */
 49 &cpsw3g {                                          49 &cpsw3g {
 50         status = "okay";                           50         status = "okay";
 51 };                                                 51 };
 52                                                    52 
 53 /* MDIO, shared by Verdin ETH_1 (On-module PHY     53 /* MDIO, shared by Verdin ETH_1 (On-module PHY) and Verdin ETH_2_RGMII */
 54 &cpsw3g_mdio {                                     54 &cpsw3g_mdio {
 55         status = "okay";                           55         status = "okay";
 56 };                                                 56 };
 57                                                    57 
 58 /* Verdin ETH_1 (On-module PHY) */                 58 /* Verdin ETH_1 (On-module PHY) */
 59 &cpsw_port1 {                                      59 &cpsw_port1 {
 60         status = "okay";                           60         status = "okay";
 61 };                                                 61 };
 62                                                    62 
 63 /* Verdin PWM_1, PWM_2 */                          63 /* Verdin PWM_1, PWM_2 */
 64 &epwm0 {                                           64 &epwm0 {
 65         status = "okay";                           65         status = "okay";
 66 };                                                 66 };
 67                                                    67 
 68 /* Verdin PWM_3_DSI */                             68 /* Verdin PWM_3_DSI */
 69 &epwm1 {                                           69 &epwm1 {
 70         status = "okay";                           70         status = "okay";
 71 };                                                 71 };
 72                                                    72 
 73 &main_gpio0 {                                      73 &main_gpio0 {
 74         pinctrl-names = "default";                 74         pinctrl-names = "default";
 75         pinctrl-0 = <&pinctrl_ctrl_sleep_moci>     75         pinctrl-0 = <&pinctrl_ctrl_sleep_moci>,
 76                     <&pinctrl_gpio_5>,             76                     <&pinctrl_gpio_5>,
 77                     <&pinctrl_gpio_6>,             77                     <&pinctrl_gpio_6>,
 78                     <&pinctrl_gpio_7>,             78                     <&pinctrl_gpio_7>,
 79                     <&pinctrl_gpio_8>;             79                     <&pinctrl_gpio_8>;
 80 };                                                 80 };
 81                                                    81 
 82 /* Verdin I2C_1 */                                 82 /* Verdin I2C_1 */
 83 &main_i2c1 {                                       83 &main_i2c1 {
 84         status = "okay";                           84         status = "okay";
 85                                                    85 
 86         /* Audio Codec */                          86         /* Audio Codec */
 87         wm8904_1a: audio-codec@1a {                87         wm8904_1a: audio-codec@1a {
 88                 compatible = "wlf,wm8904";         88                 compatible = "wlf,wm8904";
 89                 reg = <0x1a>;                      89                 reg = <0x1a>;
 90                 pinctrl-names = "default";         90                 pinctrl-names = "default";
 91                 pinctrl-0 = <&pinctrl_i2s1_mcl     91                 pinctrl-0 = <&pinctrl_i2s1_mclk>;
 92                 #sound-dai-cells = <0>;            92                 #sound-dai-cells = <0>;
 93                 clocks = <&audio_refclk1>;         93                 clocks = <&audio_refclk1>;
 94                 clock-names = "mclk";              94                 clock-names = "mclk";
 95                 AVDD-supply = <&reg_1v8_sw>;       95                 AVDD-supply = <&reg_1v8_sw>;
 96                 CPVDD-supply = <&reg_1v8_sw>;      96                 CPVDD-supply = <&reg_1v8_sw>;
 97                 DBVDD-supply = <&reg_1v8_sw>;      97                 DBVDD-supply = <&reg_1v8_sw>;
 98                 DCVDD-supply = <&reg_1v8_sw>;      98                 DCVDD-supply = <&reg_1v8_sw>;
 99                 MICVDD-supply = <&reg_1v8_sw>;     99                 MICVDD-supply = <&reg_1v8_sw>;
100         };                                        100         };
101                                                   101 
102         /* Current measurement into module VCC    102         /* Current measurement into module VCC */
103         hwmon@40 {                                103         hwmon@40 {
104                 compatible = "ti,ina219";         104                 compatible = "ti,ina219";
105                 reg = <0x40>;                     105                 reg = <0x40>;
106                 shunt-resistor = <10000>;         106                 shunt-resistor = <10000>;
107         };                                        107         };
108                                                   108 
109         /* Temperature sensor */                  109         /* Temperature sensor */
110         sensor@4f {                               110         sensor@4f {
111                 compatible = "ti,tmp75c";         111                 compatible = "ti,tmp75c";
112                 reg = <0x4f>;                     112                 reg = <0x4f>;
113         };                                        113         };
114                                                   114 
115         /* EEPROM */                              115         /* EEPROM */
116         eeprom@57 {                               116         eeprom@57 {
117                 compatible = "st,24c02";          117                 compatible = "st,24c02";
118                 reg = <0x57>;                     118                 reg = <0x57>;
119                 pagesize = <16>;                  119                 pagesize = <16>;
120         };                                        120         };
121 };                                                121 };
122                                                   122 
123 /* Verdin I2C_2_DSI */                            123 /* Verdin I2C_2_DSI */
124 &main_i2c2 {                                      124 &main_i2c2 {
125         status = "okay";                          125         status = "okay";
126 };                                                126 };
127                                                   127 
128 /* Verdin I2C_4_CSI */                            128 /* Verdin I2C_4_CSI */
129 &main_i2c3 {                                      129 &main_i2c3 {
130         status = "okay";                          130         status = "okay";
131 };                                                131 };
132                                                   132 
133 /* Verdin CAN_1 */                                133 /* Verdin CAN_1 */
134 &main_mcan0 {                                     134 &main_mcan0 {
135         status = "okay";                          135         status = "okay";
136 };                                                136 };
137                                                   137 
138 /* Verdin SPI_1 */                                138 /* Verdin SPI_1 */
139 &main_spi1 {                                      139 &main_spi1 {
140         status = "okay";                          140         status = "okay";
141 };                                                141 };
142                                                   142 
143 /* Verdin UART_3 */                               143 /* Verdin UART_3 */
144 &main_uart0 {                                     144 &main_uart0 {
145         status = "okay";                          145         status = "okay";
146 };                                                146 };
147                                                   147 
148 /* Verdin UART_1 */                               148 /* Verdin UART_1 */
149 &main_uart1 {                                     149 &main_uart1 {
150         status = "okay";                          150         status = "okay";
151 };                                                151 };
152                                                   152 
153 /* Verdin I2S_1 */                                153 /* Verdin I2S_1 */
154 &mcasp0 {                                         154 &mcasp0 {
155         status = "okay";                          155         status = "okay";
156 };                                                156 };
157                                                   157 
158 &mcu_gpio0 {                                      158 &mcu_gpio0 {
159         pinctrl-names = "default";                159         pinctrl-names = "default";
160         pinctrl-0 = <&pinctrl_gpio_1>,            160         pinctrl-0 = <&pinctrl_gpio_1>,
161                     <&pinctrl_gpio_2>,            161                     <&pinctrl_gpio_2>,
162                     <&pinctrl_gpio_3>,            162                     <&pinctrl_gpio_3>,
163                     <&pinctrl_gpio_4>,            163                     <&pinctrl_gpio_4>,
164                     <&pinctrl_pcie_1_reset>;      164                     <&pinctrl_pcie_1_reset>;
165 };                                                165 };
166                                                   166 
167 /* Verdin I2C_3_HDMI */                           167 /* Verdin I2C_3_HDMI */
168 &mcu_i2c0 {                                       168 &mcu_i2c0 {
169         status = "okay";                          169         status = "okay";
170 };                                                170 };
171                                                   171 
172 /* Verdin CAN_2 */                                172 /* Verdin CAN_2 */
173 &mcu_mcan0 {                                      173 &mcu_mcan0 {
174         status = "okay";                          174         status = "okay";
175 };                                                175 };
176                                                   176 
177 /* Verdin UART_4 */                               177 /* Verdin UART_4 */
178 &mcu_uart0 {                                      178 &mcu_uart0 {
179         status = "okay";                          179         status = "okay";
180 };                                                180 };
181                                                   181 
182 /* Verdin QSPI_1 */                               182 /* Verdin QSPI_1 */
183 &ospi0 {                                          183 &ospi0 {
184         status = "okay";                          184         status = "okay";
185 };                                                185 };
186                                                   186 
187 /* Verdin SD_1 */                                 187 /* Verdin SD_1 */
188 &sdhci1 {                                         188 &sdhci1 {
189         status = "okay";                          189         status = "okay";
190 };                                                190 };
191                                                   191 
192 /* Verdin USB_1 */                                192 /* Verdin USB_1 */
193 &usbss0 {                                         193 &usbss0 {
194         status = "okay";                          194         status = "okay";
195 };                                                195 };
196                                                   196 
197 &usb0 {                                           197 &usb0 {
198         status = "okay";                          198         status = "okay";
199 };                                                199 };
200                                                   200 
201 /* Verdin USB_2 */                                201 /* Verdin USB_2 */
202 &usbss1 {                                         202 &usbss1 {
203         status = "okay";                          203         status = "okay";
204 };                                                204 };
205                                                   205 
206 &usb1 {                                           206 &usb1 {
207         status = "okay";                          207         status = "okay";
208 };                                                208 };
209                                                   209 
210 /* Verdin CTRL_WAKE1_MICO# */                     210 /* Verdin CTRL_WAKE1_MICO# */
211 &verdin_gpio_keys {                               211 &verdin_gpio_keys {
212         status = "okay";                          212         status = "okay";
213 };                                                213 };
214                                                   214 
215 /* Verdin PCIE_1_RESET# */                        215 /* Verdin PCIE_1_RESET# */
216 &verdin_pcie_1_reset_hog {                        216 &verdin_pcie_1_reset_hog {
217         status = "okay";                          217         status = "okay";
218 };                                                218 };
219                                                   219 
220 /* Verdin UART_2 */                               220 /* Verdin UART_2 */
221 &wkup_uart0 {                                     221 &wkup_uart0 {
222         status = "okay";                          222         status = "okay";
223 };                                                223 };
                                                      

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