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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.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 /arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi (Version linux-6.12-rc7) and /arch/i386/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi (Version linux-4.4.302)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Copyright (C) 2023 Martin Botka <martin.botk    
  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 #include <dt-bindings/leds/common.h>              
 14                                                   
 15 / {                                               
 16         aliases {                                 
 17                 ethernet0 = &rtl8189ftv;          
 18         };                                        
 19                                                   
 20         leds {                                    
 21                 compatible = "gpio-leds";         
 22                                                   
 23                 led-0 {                           
 24                         function = LED_FUNCTIO    
 25                         color = <LED_COLOR_ID_    
 26                         gpios = <&pio 7 5 GPIO    
 27                 };                                
 28         };                                        
 29                                                   
 30         reg_vcc5v: regulator-vcc5v {              
 31                 /* board wide 5V supply from c    
 32                 compatible = "regulator-fixed"    
 33                 regulator-name = "vcc-5v";        
 34                 regulator-min-microvolt = <500    
 35                 regulator-max-microvolt = <500    
 36                 regulator-always-on;              
 37         };                                        
 38                                                   
 39         reg_vcc33_wifi: vcc33-wifi {              
 40                 compatible = "regulator-fixed"    
 41                 regulator-name = "vcc33-wifi";    
 42                 regulator-min-microvolt = <330    
 43                 regulator-max-microvolt = <330    
 44                 regulator-always-on;              
 45                 vin-supply = <&reg_vcc5v>;        
 46         };                                        
 47                                                   
 48         reg_vcc_wifi_io: vcc-wifi-io {            
 49                 compatible = "regulator-fixed"    
 50                 regulator-name = "vcc-wifi-io"    
 51                 regulator-min-microvolt = <180    
 52                 regulator-max-microvolt = <180    
 53                 regulator-always-on;              
 54                 vin-supply = <&reg_vcc33_wifi>    
 55         };                                        
 56                                                   
 57         wifi_pwrseq: wifi-pwrseq {                
 58                 compatible = "mmc-pwrseq-simpl    
 59                 clocks = <&rtc 1>;                
 60                 clock-names = "ext_clock";        
 61                 reset-gpios = <&pio 6 18 GPIO_    
 62                 post-power-on-delay-ms = <200>    
 63         };                                        
 64 };                                                
 65                                                   
 66 &cpu0 {                                           
 67         cpu-supply = <&reg_dcdc2>;                
 68 };                                                
 69                                                   
 70 &mmc0 {                                           
 71         vmmc-supply = <&reg_dldo1>;               
 72         /* Card detection pin is not connected    
 73         broken-cd;                                
 74         bus-width = <4>;                          
 75         status = "okay";                          
 76 };                                                
 77                                                   
 78 &mmc1 {                                           
 79         vmmc-supply = <&reg_vcc33_wifi>;          
 80         vqmmc-supply = <&reg_vcc_wifi_io>;        
 81         mmc-pwrseq = <&wifi_pwrseq>;              
 82         bus-width = <4>;                          
 83         non-removable;                            
 84         mmc-ddr-1_8v;                             
 85         status = "okay";                          
 86                                                   
 87         rtl8189ftv: wifi@1 {                      
 88                 reg = <1>;                        
 89         };                                        
 90 };                                                
 91                                                   
 92 &r_i2c {                                          
 93         status = "okay";                          
 94                                                   
 95         axp313a: pmic@36 {                        
 96                 compatible = "x-powers,axp313a    
 97                 reg = <0x36>;                     
 98                 interrupt-controller;             
 99                 #interrupt-cells = <1>;           
100                                                   
101                 regulators {                      
102                         reg_dcdc1: dcdc1 {        
103                                 regulator-name    
104                                 regulator-min-    
105                                 regulator-max-    
106                                 regulator-alwa    
107                         };                        
108                                                   
109                         reg_dcdc2: dcdc2 {        
110                                 regulator-name    
111                                 regulator-min-    
112                                 regulator-max-    
113                                 regulator-ramp    
114                                 regulator-alwa    
115                         };                        
116                                                   
117                         reg_dcdc3: dcdc3 {        
118                                 regulator-name    
119                                 regulator-min-    
120                                 regulator-max-    
121                                 regulator-alwa    
122                         };                        
123                                                   
124                         reg_aldo1: aldo1 {        
125                                 regulator-name    
126                                 regulator-min-    
127                                 regulator-max-    
128                                 regulator-alwa    
129                         };                        
130                                                   
131                         reg_dldo1: dldo1 {        
132                                 regulator-name    
133                                 regulator-min-    
134                                 regulator-max-    
135                                 regulator-alwa    
136                         };                        
137                 };                                
138         };                                        
139 };                                                
140                                                   
141 &usbphy {                                         
142         status = "okay";                          
143 };                                                
                                                      

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