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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/rockchip/rk3308-rock-s0.dts

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/rockchip/rk3308-rock-s0.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/rockchip/rk3308-rock-s0.dts (Version linux-4.20.17)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2                                                   
  3 /dts-v1/;                                         
  4                                                   
  5 #include <dt-bindings/leds/common.h>              
  6 #include "rk3308.dtsi"                            
  7                                                   
  8 / {                                               
  9         model = "Radxa ROCK S0";                  
 10         compatible = "radxa,rock-s0", "rockchi    
 11                                                   
 12         aliases {                                 
 13                 ethernet0 = &gmac;                
 14                 mmc0 = &emmc;                     
 15                 mmc1 = &sdmmc;                    
 16                 mmc2 = &sdio;                     
 17         };                                        
 18                                                   
 19         chosen {                                  
 20                 stdout-path = "serial0:1500000    
 21         };                                        
 22                                                   
 23         leds {                                    
 24                 compatible = "gpio-leds";         
 25                 pinctrl-names = "default";        
 26                 pinctrl-0 = <&pwr_led>;           
 27                                                   
 28                 led-green {                       
 29                         color = <LED_COLOR_ID_    
 30                         default-state = "on";     
 31                         function = LED_FUNCTIO    
 32                         gpios = <&gpio0 RK_PB6    
 33                         linux,default-trigger     
 34                 };                                
 35         };                                        
 36                                                   
 37         vdd_log: regulator-1v04-vdd-log {         
 38                 compatible = "regulator-fixed"    
 39                 regulator-name = "vdd_log";       
 40                 regulator-always-on;              
 41                 regulator-boot-on;                
 42                 regulator-min-microvolt = <104    
 43                 regulator-max-microvolt = <104    
 44                 vin-supply = <&vcc5v0_sys>;       
 45         };                                        
 46                                                   
 47         vcc_ddr: regulator-1v5-vcc-ddr {          
 48                 compatible = "regulator-fixed"    
 49                 regulator-name = "vcc_ddr";       
 50                 regulator-always-on;              
 51                 regulator-boot-on;                
 52                 regulator-min-microvolt = <150    
 53                 regulator-max-microvolt = <150    
 54                 vin-supply = <&vcc5v0_sys>;       
 55         };                                        
 56                                                   
 57         vcc_1v8: regulator-1v8-vcc {              
 58                 compatible = "regulator-fixed"    
 59                 regulator-name = "vcc_1v8";       
 60                 regulator-always-on;              
 61                 regulator-boot-on;                
 62                 regulator-min-microvolt = <180    
 63                 regulator-max-microvolt = <180    
 64                 vin-supply = <&vcc_io>;           
 65         };                                        
 66                                                   
 67         vcc_io: regulator-3v3-vcc-io {            
 68                 compatible = "regulator-fixed"    
 69                 regulator-name = "vcc_io";        
 70                 regulator-always-on;              
 71                 regulator-boot-on;                
 72                 regulator-min-microvolt = <330    
 73                 regulator-max-microvolt = <330    
 74                 vin-supply = <&vcc5v0_sys>;       
 75         };                                        
 76                                                   
 77         vcc5v0_sys: regulator-5v0-vcc-sys {       
 78                 compatible = "regulator-fixed"    
 79                 regulator-name = "vcc5v0_sys";    
 80                 regulator-always-on;              
 81                 regulator-boot-on;                
 82                 regulator-min-microvolt = <500    
 83                 regulator-max-microvolt = <500    
 84         };                                        
 85                                                   
 86         vdd_core: regulator-vdd-core {            
 87                 compatible = "pwm-regulator";     
 88                 pwms = <&pwm0 0 5000 1>;          
 89                 pwm-supply = <&vcc5v0_sys>;       
 90                 regulator-name = "vdd_core";      
 91                 regulator-always-on;              
 92                 regulator-boot-on;                
 93                 regulator-min-microvolt = <827    
 94                 regulator-max-microvolt = <134    
 95                 regulator-settling-time-up-us     
 96         };                                        
 97                                                   
 98         sdio_pwrseq: sdio-pwrseq {                
 99                 compatible = "mmc-pwrseq-simpl    
100                 pinctrl-names = "default";        
101                 pinctrl-0 = <&wifi_reg_on>;       
102                 reset-gpios = <&gpio0 RK_PA2 G    
103         };                                        
104 };                                                
105                                                   
106 &cpu0 {                                           
107         cpu-supply = <&vdd_core>;                 
108 };                                                
109                                                   
110 &emmc {                                           
111         cap-mmc-highspeed;                        
112         no-sd;                                    
113         no-sdio;                                  
114         non-removable;                            
115         pinctrl-names = "default";                
116         pinctrl-0 = <&emmc_bus8 &emmc_clk &emm    
117         vmmc-supply = <&vcc_io>;                  
118         status = "okay";                          
119 };                                                
120                                                   
121 &gmac {                                           
122         clock_in_out = "output";                  
123         phy-handle = <&rtl8201f>;                 
124         phy-supply = <&vcc_io>;                   
125         status = "okay";                          
126                                                   
127         mdio {                                    
128                 compatible = "snps,dwmac-mdio"    
129                 #address-cells = <1>;             
130                 #size-cells = <0>;                
131                                                   
132                 rtl8201f: ethernet-phy@1 {        
133                         compatible = "ethernet    
134                         reg = <1>;                
135                         pinctrl-names = "defau    
136                         pinctrl-0 = <&mac_rst>    
137                         reset-assert-us = <200    
138                         reset-deassert-us = <5    
139                         reset-gpios = <&gpio0     
140                 };                                
141         };                                        
142 };                                                
143                                                   
144 &io_domains {                                     
145         vccio0-supply = <&vcc_io>;                
146         vccio1-supply = <&vcc_io>;                
147         vccio2-supply = <&vcc_io>;                
148         vccio3-supply = <&vcc_io>;                
149         vccio4-supply = <&vcc_1v8>;               
150         vccio5-supply = <&vcc_io>;                
151         status = "okay";                          
152 };                                                
153                                                   
154 &pinctrl {                                        
155         pinctrl-names = "default";                
156         pinctrl-0 = <&rtc_32k>;                   
157                                                   
158         bluetooth {                               
159                 bt_reg_on: bt-reg-on {            
160                         rockchip,pins = <4 RK_    
161                 };                                
162                                                   
163                 bt_wake_host: bt-wake-host {      
164                         rockchip,pins = <4 RK_    
165                 };                                
166                                                   
167                 host_wake_bt: host-wake-bt {      
168                         rockchip,pins = <4 RK_    
169                 };                                
170         };                                        
171                                                   
172         gmac {                                    
173                 mac_rst: mac-rst {                
174                         rockchip,pins = <0 RK_    
175                 };                                
176         };                                        
177                                                   
178         leds {                                    
179                 pwr_led: pwr-led {                
180                         rockchip,pins = <0 RK_    
181                 };                                
182         };                                        
183                                                   
184         wifi {                                    
185                 wifi_reg_on: wifi-reg-on {        
186                         rockchip,pins = <0 RK_    
187                 };                                
188                                                   
189                 wifi_wake_host: wifi-wake-host    
190                         rockchip,pins = <0 RK_    
191                 };                                
192         };                                        
193 };                                                
194                                                   
195 &pwm0 {                                           
196         pinctrl-names = "default";                
197         pinctrl-0 = <&pwm0_pin_pull_down>;        
198         status = "okay";                          
199 };                                                
200                                                   
201 &saradc {                                         
202         vref-supply = <&vcc_1v8>;                 
203         status = "okay";                          
204 };                                                
205                                                   
206 &sdio {                                           
207         #address-cells = <1>;                     
208         #size-cells = <0>;                        
209         cap-sd-highspeed;                         
210         cap-sdio-irq;                             
211         keep-power-in-suspend;                    
212         max-frequency = <50000000>;               
213         mmc-pwrseq = <&sdio_pwrseq>;              
214         no-mmc;                                   
215         no-sd;                                    
216         non-removable;                            
217         vmmc-supply = <&vcc_io>;                  
218         vqmmc-supply = <&vcc_1v8>;                
219         status = "okay";                          
220                                                   
221         brcmf: wifi@1 {                           
222                 compatible = "brcm,bcm43430a1-    
223                 reg = <1>;                        
224                 interrupt-parent = <&gpio0>;      
225                 interrupts = <RK_PA0 IRQ_TYPE_    
226                 interrupt-names = "host-wake";    
227                 pinctrl-names = "default";        
228                 pinctrl-0 = <&wifi_wake_host>;    
229         };                                        
230 };                                                
231                                                   
232 &sdmmc {                                          
233         cap-mmc-highspeed;                        
234         cap-sd-highspeed;                         
235         disable-wp;                               
236         vmmc-supply = <&vcc_io>;                  
237         status = "okay";                          
238 };                                                
239                                                   
240 &u2phy {                                          
241         status = "okay";                          
242 };                                                
243                                                   
244 &u2phy_host {                                     
245         status = "okay";                          
246 };                                                
247                                                   
248 &u2phy_otg {                                      
249         status = "okay";                          
250 };                                                
251                                                   
252 &uart0 {                                          
253         pinctrl-names = "default";                
254         pinctrl-0 = <&uart0_xfer>;                
255         status = "okay";                          
256 };                                                
257                                                   
258 &uart4 {                                          
259         uart-has-rtscts;                          
260         status = "okay";                          
261                                                   
262         bluetooth {                               
263                 compatible = "brcm,bcm43430a1-    
264                 clocks = <&cru SCLK_RTC32K>;      
265                 clock-names = "lpo";              
266                 interrupt-parent = <&gpio4>;      
267                 interrupts = <RK_PB4 IRQ_TYPE_    
268                 interrupt-names = "host-wakeup    
269                 device-wakeup-gpios = <&gpio4     
270                 shutdown-gpios = <&gpio4 RK_PB    
271                 pinctrl-names = "default";        
272                 pinctrl-0 = <&bt_reg_on &bt_wa    
273                 vbat-supply = <&vcc_io>;          
274                 vddio-supply = <&vcc_1v8>;        
275         };                                        
276 };                                                
277                                                   
278 &usb_host_ehci {                                  
279         status = "okay";                          
280 };                                                
281                                                   
282 &usb_host_ohci {                                  
283         status = "okay";                          
284 };                                                
285                                                   
286 &usb20_otg {                                      
287         dr_mode = "peripheral";                   
288         status = "okay";                          
289 };                                                
290                                                   
291 &wdt {                                            
292         status = "okay";                          
293 };                                                
                                                      

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