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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/allwinner/sun50i-h618-transpeed-8k618-t.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/allwinner/sun50i-h618-transpeed-8k618-t.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/allwinner/sun50i-h618-transpeed-8k618-t.dts (Version linux-6.0.19)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Copyright (C) 2023 Arm Ltd.                    
  4  */                                               
  5                                                   
  6 /dts-v1/;                                         
  7                                                   
  8 #include "sun50i-h616.dtsi"                       
  9 #include "sun50i-h616-cpu-opp.dtsi"               
 10                                                   
 11 #include <dt-bindings/gpio/gpio.h>                
 12 #include <dt-bindings/interrupt-controller/arm    
 13                                                   
 14 / {                                               
 15         model = "Transpeed 8K618-T";              
 16         compatible = "transpeed,8k618-t", "all    
 17                                                   
 18         aliases {                                 
 19                 ethernet1 = &sdio_wifi;           
 20                 serial0 = &uart0;                 
 21         };                                        
 22                                                   
 23         chosen {                                  
 24                 stdout-path = "serial0:115200n    
 25         };                                        
 26                                                   
 27         reg_vcc5v: vcc5v {                        
 28                 /* board wide 5V supply direct    
 29                 compatible = "regulator-fixed"    
 30                 regulator-name = "vcc-5v";        
 31                 regulator-min-microvolt = <500    
 32                 regulator-max-microvolt = <500    
 33                 regulator-always-on;              
 34         };                                        
 35                                                   
 36         reg_vcc3v3: vcc3v3 {                      
 37                 /* discrete 3.3V regulator */     
 38                 compatible = "regulator-fixed"    
 39                 regulator-name = "vcc-3v3";       
 40                 regulator-min-microvolt = <330    
 41                 regulator-max-microvolt = <330    
 42                 regulator-always-on;              
 43         };                                        
 44                                                   
 45         wifi_pwrseq: pwrseq {                     
 46                 compatible = "mmc-pwrseq-simpl    
 47                 clocks = <&rtc CLK_OSC32K_FANO    
 48                 clock-names = "ext_clock";        
 49                 pinctrl-0 = <&x32clk_fanout_pi    
 50                 pinctrl-names = "default";        
 51                 reset-gpios = <&pio 6 18 GPIO_    
 52         };                                        
 53 };                                                
 54                                                   
 55 &cpu0 {                                           
 56         cpu-supply = <&reg_dcdc2>;                
 57 };                                                
 58                                                   
 59 &ehci0 {                                          
 60         status = "okay";                          
 61 };                                                
 62                                                   
 63 &ehci1 {                                          
 64         status = "okay";                          
 65 };                                                
 66                                                   
 67 &ir {                                             
 68         status = "okay";                          
 69 };                                                
 70                                                   
 71 &mmc0 {                                           
 72         vmmc-supply = <&reg_dldo1>;               
 73         cd-gpios = <&pio 8 16 GPIO_ACTIVE_LOW>    
 74         bus-width = <4>;                          
 75         status = "okay";                          
 76 };                                                
 77                                                   
 78 &mmc1 {                                           
 79         vmmc-supply = <&reg_dldo1>;               
 80         vqmmc-supply = <&reg_aldo1>;              
 81         mmc-pwrseq = <&wifi_pwrseq>;              
 82         bus-width = <4>;                          
 83         non-removable;                            
 84         status = "okay";                          
 85                                                   
 86         sdio_wifi: wifi@1 {                       
 87                 reg = <1>;                        
 88         };                                        
 89 };                                                
 90                                                   
 91 &mmc2 {                                           
 92         vmmc-supply = <&reg_dldo1>;               
 93         vqmmc-supply = <&reg_aldo1>;              
 94         bus-width = <8>;                          
 95         non-removable;                            
 96         cap-mmc-hw-reset;                         
 97         mmc-ddr-1_8v;                             
 98         mmc-hs200-1_8v;                           
 99         status = "okay";                          
100 };                                                
101                                                   
102 &ohci0 {                                          
103         status = "okay";                          
104 };                                                
105                                                   
106 &ohci1 {                                          
107         status = "okay";                          
108 };                                                
109                                                   
110 &r_i2c {                                          
111         status = "okay";                          
112                                                   
113         axp313: pmic@36 {                         
114                 compatible = "x-powers,axp313a    
115                 reg = <0x36>;                     
116                 #interrupt-cells = <1>;           
117                 interrupt-controller;             
118                                                   
119                 vin1-supply = <&reg_vcc5v>;       
120                 vin2-supply = <&reg_vcc5v>;       
121                 vin3-supply = <&reg_vcc5v>;       
122                                                   
123                 regulators {                      
124                         reg_aldo1: aldo1 {        
125                                 regulator-alwa    
126                                 regulator-min-    
127                                 regulator-max-    
128                                 regulator-name    
129                         };                        
130                                                   
131                         reg_dldo1: dldo1 {        
132                                 regulator-alwa    
133                                 regulator-min-    
134                                 regulator-max-    
135                                 regulator-name    
136                         };                        
137                                                   
138                         reg_dcdc1: dcdc1 {        
139                                 regulator-alwa    
140                                 regulator-min-    
141                                 regulator-max-    
142                                 regulator-name    
143                         };                        
144                                                   
145                         reg_dcdc2: dcdc2 {        
146                                 regulator-alwa    
147                                 regulator-min-    
148                                 regulator-max-    
149                                 regulator-name    
150                         };                        
151                                                   
152                         reg_dcdc3: dcdc3 {        
153                                 regulator-alwa    
154                                 regulator-min-    
155                                 regulator-max-    
156                                 regulator-name    
157                         };                        
158                 };                                
159         };                                        
160 };                                                
161                                                   
162 &pio {                                            
163         vcc-pc-supply = <&reg_aldo1>;             
164         vcc-pg-supply = <&reg_dldo1>;             
165         vcc-ph-supply = <&reg_dldo1>;             
166         vcc-pi-supply = <&reg_dldo1>;             
167 };                                                
168                                                   
169 &uart0 {                                          
170         pinctrl-names = "default";                
171         pinctrl-0 = <&uart0_ph_pins>;             
172         status = "okay";                          
173 };                                                
174                                                   
175 &uart1 {                                          
176         pinctrl-names = "default";                
177         pinctrl-0 = <&uart1_pins>, <&uart1_rts    
178         uart-has-rtscts;                          
179         status = "okay";                          
180 };                                                
181                                                   
182 &usbotg {                                         
183         dr_mode = "host";       /* USB A type     
184         status = "okay";                          
185 };                                                
186                                                   
187 &usbphy {                                         
188         status = "okay";                          
189 };                                                
                                                      

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