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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/allwinner/sunxi-libretech-all-h3-cc.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/allwinner/sunxi-libretech-all-h3-cc.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/allwinner/sunxi-libretech-all-h3-cc.dtsi (Version linux-3.10.108)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Copyright (C) 2017 Chen-Yu Tsai <wens@csie.o    
  4  */                                               
  5                                                   
  6 #include <dt-bindings/gpio/gpio.h>                
  7 #include <dt-bindings/input/input.h>              
  8                                                   
  9 / {                                               
 10         aliases {                                 
 11                 ethernet0 = &emac;                
 12                 serial0 = &uart0;                 
 13         };                                        
 14                                                   
 15         chosen {                                  
 16                 stdout-path = "serial0:115200n    
 17         };                                        
 18                                                   
 19         connector {                               
 20                 compatible = "hdmi-connector";    
 21                 type = "a";                       
 22                                                   
 23                 port {                            
 24                         hdmi_con_in: endpoint     
 25                                 remote-endpoin    
 26                         };                        
 27                 };                                
 28         };                                        
 29                                                   
 30         leds {                                    
 31                 compatible = "gpio-leds";         
 32                                                   
 33                 pwr_led {                         
 34                         label = "librecomputer    
 35                         gpios = <&r_pio 0 10 G    
 36                         default-state = "on";     
 37                 };                                
 38                                                   
 39                 status_led {                      
 40                         label = "librecomputer    
 41                         gpios = <&pio 0 7 GPIO    
 42                 };                                
 43         };                                        
 44                                                   
 45         gpio-keys {                               
 46                 compatible = "gpio-keys";         
 47                                                   
 48                 key-power {                       
 49                         label = "power";          
 50                         linux,code = <KEY_POWE    
 51                         gpios = <&r_pio 0 2 GP    
 52                         wakeup-source;            
 53                 };                                
 54         };                                        
 55                                                   
 56         reg_vcc1v2: vcc1v2 {                      
 57                 compatible = "regulator-fixed"    
 58                 regulator-name = "vcc1v2";        
 59                 regulator-min-microvolt = <120    
 60                 regulator-max-microvolt = <120    
 61                 regulator-always-on;              
 62                 regulator-boot-on;                
 63                 vin-supply = <&reg_vcc5v0>;       
 64                 gpio = <&r_pio 0 8 GPIO_ACTIVE    
 65                 enable-active-high;               
 66         };                                        
 67                                                   
 68         reg_vcc3v3: vcc3v3 {                      
 69                 compatible = "regulator-fixed"    
 70                 regulator-name = "vcc3v3";        
 71                 regulator-min-microvolt = <330    
 72                 regulator-max-microvolt = <330    
 73                 vin-supply = <&reg_vcc5v0>;       
 74         };                                        
 75                                                   
 76         /* This represents the board's 5V inpu    
 77         reg_vcc5v0: vcc5v0 {                      
 78                 compatible = "regulator-fixed"    
 79                 regulator-name = "vcc5v0";        
 80                 regulator-min-microvolt = <500    
 81                 regulator-max-microvolt = <500    
 82         };                                        
 83                                                   
 84         reg_vcc_dram: vcc-dram {                  
 85                 compatible = "regulator-fixed"    
 86                 regulator-name = "vcc-dram";      
 87                 regulator-min-microvolt = <150    
 88                 regulator-max-microvolt = <150    
 89                 regulator-always-on;              
 90                 regulator-boot-on;                
 91                 vin-supply = <&reg_vcc5v0>;       
 92                 gpio = <&r_pio 0 9 GPIO_ACTIVE    
 93                 enable-active-high;               
 94         };                                        
 95                                                   
 96         reg_vcc_io: vcc-io {                      
 97                 compatible = "regulator-fixed"    
 98                 regulator-name = "vcc-io";        
 99                 regulator-min-microvolt = <330    
100                 regulator-max-microvolt = <330    
101                 regulator-always-on;              
102                 regulator-boot-on;                
103                 vin-supply = <&reg_vcc3v3>;       
104                 gpio = <&r_pio 0 5 GPIO_ACTIVE    
105         };                                        
106                                                   
107         reg_vdd_cpux: vdd-cpux {                  
108                 compatible = "regulator-fixed"    
109                 regulator-name = "vdd-cpux";      
110                 regulator-min-microvolt = <120    
111                 regulator-max-microvolt = <120    
112                 regulator-always-on;              
113                 regulator-boot-on;                
114                 vin-supply = <&reg_vcc5v0>;       
115                 gpio = <&r_pio 0 8 GPIO_ACTIVE    
116                 enable-active-high;               
117         };                                        
118 };                                                
119                                                   
120 &codec {                                          
121         allwinner,audio-routing =                 
122                 "Line Out", "LINEOUT",            
123                 "MIC1", "Mic",                    
124                 "Mic",  "MBIAS";                  
125         status = "okay";                          
126 };                                                
127                                                   
128 &cpu0 {                                           
129         cpu-supply = <&reg_vdd_cpux>;             
130 };                                                
131                                                   
132 &cpu1 {                                           
133         cpu-supply = <&reg_vdd_cpux>;             
134 };                                                
135                                                   
136 &cpu2 {                                           
137         cpu-supply = <&reg_vdd_cpux>;             
138 };                                                
139                                                   
140 &cpu3 {                                           
141         cpu-supply = <&reg_vdd_cpux>;             
142 };                                                
143                                                   
144 &de {                                             
145         status = "okay";                          
146 };                                                
147                                                   
148 &ehci0 {                                          
149         status = "okay";                          
150 };                                                
151                                                   
152 &ehci1 {                                          
153         status = "okay";                          
154 };                                                
155                                                   
156 &ehci2 {                                          
157         status = "okay";                          
158 };                                                
159                                                   
160 &ehci3 {                                          
161         status = "okay";                          
162 };                                                
163                                                   
164 &emac {                                           
165         phy-handle = <&int_mii_phy>;              
166         phy-mode = "mii";                         
167         allwinner,leds-active-low;                
168         status = "okay";                          
169 };                                                
170                                                   
171 &hdmi {                                           
172         status = "okay";                          
173 };                                                
174                                                   
175 &hdmi_out {                                       
176         hdmi_out_con: endpoint {                  
177                 remote-endpoint = <&hdmi_con_i    
178         };                                        
179 };                                                
180                                                   
181 &ir {                                             
182         pinctrl-names = "default";                
183         pinctrl-0 = <&r_ir_rx_pin>;               
184         status = "okay";                          
185 };                                                
186                                                   
187 &mmc0 {                                           
188         vmmc-supply = <&reg_vcc_io>;              
189         bus-width = <4>;                          
190         cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;    
191         status = "okay";                          
192 };                                                
193                                                   
194 &mmc2 {                                           
195         pinctrl-names = "default";                
196         pinctrl-0 = <&mmc2_8bit_pins>;            
197         vmmc-supply = <&reg_vcc_io>;              
198         bus-width = <8>;                          
199         non-removable;                            
200         status = "okay";                          
201 };                                                
202                                                   
203 &ohci0 {                                          
204         status = "okay";                          
205 };                                                
206                                                   
207 &ohci1 {                                          
208         status = "okay";                          
209 };                                                
210                                                   
211 &ohci2 {                                          
212         status = "okay";                          
213 };                                                
214                                                   
215 &ohci3 {                                          
216         status = "okay";                          
217 };                                                
218                                                   
219 &uart0 {                                          
220         pinctrl-names = "default";                
221         pinctrl-0 = <&uart0_pa_pins>;             
222         status = "okay";                          
223 };                                                
224                                                   
225 &usb_otg {                                        
226         dr_mode = "host";                         
227         status = "okay";                          
228 };                                                
229                                                   
230 &usbphy {                                         
231         /* VBUS on USB ports are always on */     
232         usb0_vbus-supply = <&reg_vcc5v0>;         
233         usb1_vbus-supply = <&reg_vcc5v0>;         
234         usb2_vbus-supply = <&reg_vcc5v0>;         
235         usb3_vbus-supply = <&reg_vcc5v0>;         
236         status = "okay";                          
237 };                                                
                                                      

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