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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/st/stihxxx-b2120.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/st/stihxxx-b2120.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/st/stihxxx-b2120.dtsi (Version linux-6.6.60)


  1 // SPDX-License-Identifier: GPL-2.0-only            1 // SPDX-License-Identifier: GPL-2.0-only
  2 /*                                                  2 /*
  3  * Copyright (C) 2014 STMicroelectronics (R&D)      3  * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
  4  * Author: Giuseppe Cavallaro <peppe.cavallaro@      4  * Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
  5  */                                                 5  */
  6 #include <dt-bindings/clock/stih407-clks.h>         6 #include <dt-bindings/clock/stih407-clks.h>
  7 #include <dt-bindings/gpio/gpio.h>                  7 #include <dt-bindings/gpio/gpio.h>
  8 #include <dt-bindings/media/c8sectpfe.h>            8 #include <dt-bindings/media/c8sectpfe.h>
  9 / {                                                 9 / {
 10         leds {                                     10         leds {
 11                 compatible = "gpio-leds";          11                 compatible = "gpio-leds";
 12                 led-red {                          12                 led-red {
 13                         label = "Front Panel L     13                         label = "Front Panel LED";
 14                         gpios = <&pio4 1 GPIO_     14                         gpios = <&pio4 1 GPIO_ACTIVE_HIGH>;
 15                         linux,default-trigger      15                         linux,default-trigger = "heartbeat";
 16                 };                                 16                 };
 17                 led-green {                        17                 led-green {
 18                         gpios = <&pio1 3 GPIO_     18                         gpios = <&pio1 3 GPIO_ACTIVE_HIGH>;
 19                         default-state = "off";     19                         default-state = "off";
 20                 };                                 20                 };
 21         };                                         21         };
 22                                                    22 
 23         sound: sound {                             23         sound: sound {
 24                 compatible = "simple-audio-car     24                 compatible = "simple-audio-card";
 25                 simple-audio-card,name = "STI-     25                 simple-audio-card,name = "STI-B2120";
 26                 status = "okay";                   26                 status = "okay";
 27                 #address-cells = <1>;              27                 #address-cells = <1>;
 28                 #size-cells = <0>;                 28                 #size-cells = <0>;
 29                                                    29 
 30                 simple-audio-card,dai-link@0 {     30                 simple-audio-card,dai-link@0 {
 31                         reg = <0>;                 31                         reg = <0>;
 32                         /* HDMI */                 32                         /* HDMI */
 33                         format = "i2s";            33                         format = "i2s";
 34                         mclk-fs = <128>;           34                         mclk-fs = <128>;
 35                         cpu {                      35                         cpu {
 36                                 sound-dai = <&     36                                 sound-dai = <&sti_uni_player0>;
 37                         };                         37                         };
 38                                                    38 
 39                         codec {                    39                         codec {
 40                                 sound-dai = <&     40                                 sound-dai = <&sti_hdmi>;
 41                         };                         41                         };
 42                 };                                 42                 };
 43                                                    43 
 44                 simple-audio-card,dai-link@1 {     44                 simple-audio-card,dai-link@1 {
 45                         reg = <1>;                 45                         reg = <1>;
 46                         /* DAC */                  46                         /* DAC */
 47                         format = "i2s";            47                         format = "i2s";
 48                         mclk-fs = <256>;           48                         mclk-fs = <256>;
 49                         frame-inversion;           49                         frame-inversion;
 50                         cpu {                      50                         cpu {
 51                                 sound-dai = <&     51                                 sound-dai = <&sti_uni_player2>;
 52                         };                         52                         };
 53                                                    53 
 54                         codec {                    54                         codec {
 55                                 sound-dai = <&     55                                 sound-dai = <&sti_sasg_codec 1>;
 56                         };                         56                         };
 57                 };                                 57                 };
 58                                                    58 
 59                 simple-audio-card,dai-link@2 {     59                 simple-audio-card,dai-link@2 {
 60                         reg = <2>;                 60                         reg = <2>;
 61                         /* SPDIF */                61                         /* SPDIF */
 62                         format = "left_j";         62                         format = "left_j";
 63                         mclk-fs = <128>;           63                         mclk-fs = <128>;
 64                         cpu {                      64                         cpu {
 65                                 sound-dai = <&     65                                 sound-dai = <&sti_uni_player3>;
 66                         };                         66                         };
 67                                                    67 
 68                         codec {                    68                         codec {
 69                                 sound-dai = <&     69                                 sound-dai = <&sti_sasg_codec 0>;
 70                         };                         70                         };
 71                 };                                 71                 };
 72         };                                         72         };
 73                                                    73 
 74         miphy28lp_phy: miphy28lp {                 74         miphy28lp_phy: miphy28lp {
 75                                                    75 
 76                 phy_port0: port@9b22000 {          76                 phy_port0: port@9b22000 {
 77                         st,osc-rdy;                77                         st,osc-rdy;
 78                 };                                 78                 };
 79                                                    79 
 80                 phy_port1: port@9b2a000 {          80                 phy_port1: port@9b2a000 {
 81                         st,osc-force-ext;          81                         st,osc-force-ext;
 82                 };                                 82                 };
 83         };                                         83         };
 84                                                    84 
 85         soc {                                      85         soc {
 86                 sbc_serial0: serial@9530000 {      86                 sbc_serial0: serial@9530000 {
 87                         status = "okay";           87                         status = "okay";
 88                 };                                 88                 };
 89                                                    89 
 90                 pwm0: pwm@9810000 {                90                 pwm0: pwm@9810000 {
 91                         status = "okay";           91                         status = "okay";
 92                 };                                 92                 };
 93                                                    93 
 94                 pwm1: pwm@9510000 {                94                 pwm1: pwm@9510000 {
 95                         status = "okay";           95                         status = "okay";
 96                 };                                 96                 };
 97                                                    97 
 98                 ssc2: i2c@9842000 {                98                 ssc2: i2c@9842000 {
 99                         status = "okay";           99                         status = "okay";
100                         clock-frequency = <100    100                         clock-frequency = <100000>;
101                         st,i2c-min-scl-pulse-w    101                         st,i2c-min-scl-pulse-width-us = <0>;
102                         st,i2c-min-sda-pulse-w    102                         st,i2c-min-sda-pulse-width-us = <5>;
103                 };                                103                 };
104                                                   104 
105                 ssc3: i2c@9843000 {               105                 ssc3: i2c@9843000 {
106                         status = "okay";          106                         status = "okay";
107                         clock-frequency = <100    107                         clock-frequency = <100000>;
108                         st,i2c-min-scl-pulse-w    108                         st,i2c-min-scl-pulse-width-us = <0>;
109                         st,i2c-min-sda-pulse-w    109                         st,i2c-min-sda-pulse-width-us = <5>;
110                 };                                110                 };
111                                                   111 
112                 i2c@9844000 {                     112                 i2c@9844000 {
113                         status = "okay";          113                         status = "okay";
114                 };                                114                 };
115                                                   115 
116                 i2c@9845000 {                     116                 i2c@9845000 {
117                         status = "okay";          117                         status = "okay";
118                 };                                118                 };
119                                                   119 
120                 i2c@9540000 {                     120                 i2c@9540000 {
121                         status = "okay";          121                         status = "okay";
122                 };                                122                 };
123                                                   123 
124                 mmc0: sdhci@9060000 {             124                 mmc0: sdhci@9060000 {
125                         non-removable;            125                         non-removable;
126                         status = "okay";          126                         status = "okay";
127                 };                                127                 };
128                                                   128 
129                 mmc1: sdhci@9080000 {             129                 mmc1: sdhci@9080000 {
130                         status = "okay";          130                         status = "okay";
131                 };                                131                 };
132                                                   132 
133                 /* SSC11 to HDMI */               133                 /* SSC11 to HDMI */
134                 hdmiddc: i2c@9541000 {            134                 hdmiddc: i2c@9541000 {
135                         status = "okay";          135                         status = "okay";
136                         /* HDMI V1.3a supports    136                         /* HDMI V1.3a supports Standard mode only */
137                         clock-frequency = <100    137                         clock-frequency = <100000>;
138                         st,i2c-min-scl-pulse-w    138                         st,i2c-min-scl-pulse-width-us = <0>;
139                         st,i2c-min-sda-pulse-w    139                         st,i2c-min-sda-pulse-width-us = <5>;
140                 };                                140                 };
141                                                   141 
142                 st_dwc3: dwc3@8f94000 {           142                 st_dwc3: dwc3@8f94000 {
143                         status = "okay";          143                         status = "okay";
144                 };                                144                 };
145                                                   145 
146                 ethernet0: dwmac@9630000 {        146                 ethernet0: dwmac@9630000 {
147                         st,tx-retime-src = "cl    147                         st,tx-retime-src = "clkgen";
148                         status = "okay";          148                         status = "okay";
149                         phy-mode = "rgmii";       149                         phy-mode = "rgmii";
150                         fixed-link = <0 1 1000    150                         fixed-link = <0 1 1000 0 0>;
151                 };                                151                 };
152                                                   152 
153                 demux@8a20000 {                   153                 demux@8a20000 {
154                         compatible      = "st,    154                         compatible      = "st,stih407-c8sectpfe";
155                         status          = "oka    155                         status          = "okay";
156                         reg             = <0x0    156                         reg             = <0x08a20000 0x10000>,
157                                           <0x0    157                                           <0x08a00000 0x4000>;
158                         reg-names       = "c8s    158                         reg-names       = "c8sectpfe", "c8sectpfe-ram";
159                         interrupts      = <GIC    159                         interrupts      = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
160                                           <GIC    160                                           <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
161                         interrupt-names = "c8s    161                         interrupt-names = "c8sectpfe-error-irq",
162                                           "c8s    162                                           "c8sectpfe-idle-irq";
163                         pinctrl-0       = <&pi    163                         pinctrl-0       = <&pinctrl_tsin0_serial>;
164                         pinctrl-1       = <&pi    164                         pinctrl-1       = <&pinctrl_tsin0_parallel>;
165                         pinctrl-2       = <&pi    165                         pinctrl-2       = <&pinctrl_tsin3_serial>;
166                         pinctrl-3       = <&pi    166                         pinctrl-3       = <&pinctrl_tsin4_serial_alt3>;
167                         pinctrl-4       = <&pi    167                         pinctrl-4       = <&pinctrl_tsin5_serial_alt1>;
168                         pinctrl-names   = "tsi    168                         pinctrl-names   = "tsin0-serial",
169                                           "tsi    169                                           "tsin0-parallel",
170                                           "tsi    170                                           "tsin3-serial",
171                                           "tsi    171                                           "tsin4-serial",
172                                           "tsi    172                                           "tsin5-serial";
173                         clocks          = <&cl    173                         clocks          = <&clk_s_c0_flexgen CLK_PROC_STFE>;
174                         clock-names     = "c8s    174                         clock-names     = "c8sectpfe";
175                                                   175 
176                         /* tsin0 is TSA on NIM    176                         /* tsin0 is TSA on NIMA */
177                         tsin0: port {             177                         tsin0: port {
178                                 tsin-num = <0>    178                                 tsin-num = <0>;
179                                 serial-not-par    179                                 serial-not-parallel;
180                                 i2c-bus = <&ss    180                                 i2c-bus = <&ssc2>;
181                                 reset-gpios =     181                                 reset-gpios = <&pio15 4 GPIO_ACTIVE_LOW>;
182                                 dvb-card = <ST    182                                 dvb-card = <STV0367_TDA18212_NIMA_1>;
183                         };                        183                         };
184                 };                                184                 };
185                                                   185 
186                 sti_uni_player0: sti-uni-playe    186                 sti_uni_player0: sti-uni-player@8d80000 {
187                         status = "okay";          187                         status = "okay";
188                 };                                188                 };
189                                                   189 
190                 sti_uni_player2: sti-uni-playe    190                 sti_uni_player2: sti-uni-player@8d82000 {
191                         status = "okay";          191                         status = "okay";
192                 };                                192                 };
193                                                   193 
194                 sti_uni_player3: sti-uni-playe    194                 sti_uni_player3: sti-uni-player@8d85000 {
195                         status = "okay";          195                         status = "okay";
196                 };                                196                 };
197                                                   197 
198                 syscfg_core: core-syscfg@92b00    198                 syscfg_core: core-syscfg@92b0000 {
199                         sti_sasg_codec: sti-sa    199                         sti_sasg_codec: sti-sasg-codec {
200                                 status = "okay    200                                 status = "okay";
201                                 pinctrl-names     201                                 pinctrl-names = "default";
202                                 pinctrl-0 = <&    202                                 pinctrl-0 = <&pinctrl_spdif_out>;
203                         };                        203                         };
204                 };                                204                 };
205         };                                        205         };
206 };                                                206 };
                                                      

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