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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/allwinner/sun8i-a33-olinuxino.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/arm/allwinner/sun8i-a33-olinuxino.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/allwinner/sun8i-a33-olinuxino.dts (Version linux-6.2.16)


  1 /*                                                
  2  * Copyright 2016 - Stefan Mavrodiev <stefan.ma    
  3  *                  Olimex LTD. <support@olimex    
  4  *                                                
  5  * This file is dual-licensed: you can use it     
  6  * of the GPL or the X11 license, at your opti    
  7  * licensing only applies to this file, and no    
  8  * whole.                                         
  9  *                                                
 10  *  a) This file is free software; you can red    
 11  *     modify it under the terms of the GNU Ge    
 12  *     published by the Free Software Foundati    
 13  *     License, or (at your option) any later     
 14  *                                                
 15  *     This file is distributed in the hope th    
 16  *     but WITHOUT ANY WARRANTY; without even     
 17  *     MERCHANTABILITY or FITNESS FOR A PARTIC    
 18  *     GNU General Public License for more det    
 19  *                                                
 20  * Or, alternatively,                             
 21  *                                                
 22  *  b) Permission is hereby granted, free of c    
 23  *     obtaining a copy of this software and a    
 24  *     files (the "Software"), to deal in the     
 25  *     restriction, including without limitati    
 26  *     copy, modify, merge, publish, distribut    
 27  *     sell copies of the Software, and to per    
 28  *     Software is furnished to do so, subject    
 29  *     conditions:                                
 30  *                                                
 31  *     The above copyright notice and this per    
 32  *     included in all copies or substantial p    
 33  *                                                
 34  *     THE SOFTWARE IS PROVIDED "AS IS", WITHO    
 35  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT L    
 36  *     OF MERCHANTABILITY, FITNESS FOR A PARTI    
 37  *     NONINFRINGEMENT. IN NO EVENT SHALL THE     
 38  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGE    
 39  *     WHETHER IN AN ACTION OF CONTRACT, TORT     
 40  *     FROM, OUT OF OR IN CONNECTION WITH THE     
 41  *     OTHER DEALINGS IN THE SOFTWARE.            
 42  */                                               
 43                                                   
 44 /dts-v1/;                                         
 45 #include "sun8i-a33.dtsi"                         
 46                                                   
 47 #include <dt-bindings/gpio/gpio.h>                
 48 #include <dt-bindings/input/input.h>              
 49                                                   
 50 / {                                               
 51         model = "Olimex A33-OLinuXino";           
 52         compatible = "olimex,a33-olinuxino","a    
 53                                                   
 54         aliases {                                 
 55                 serial0 = &uart0;                 
 56         };                                        
 57                                                   
 58         chosen {                                  
 59                 stdout-path = "serial0:115200n    
 60         };                                        
 61                                                   
 62         leds {                                    
 63                 compatible = "gpio-leds";         
 64                                                   
 65                 led {                             
 66                         label = "a33-olinuxino    
 67                         gpios = <&pio 1 7 GPIO    
 68                 };                                
 69         };                                        
 70 };                                                
 71                                                   
 72 &codec {                                          
 73         status = "okay";                          
 74 };                                                
 75                                                   
 76 &dai {                                            
 77         status = "okay";                          
 78 };                                                
 79                                                   
 80 &ehci0 {                                          
 81         status = "okay";                          
 82 };                                                
 83                                                   
 84 &mmc0 {                                           
 85         vmmc-supply = <&reg_dcdc1>;               
 86         bus-width = <4>;                          
 87         cd-gpios = <&pio 1 4 GPIO_ACTIVE_LOW>;    
 88         status = "okay";                          
 89 };                                                
 90                                                   
 91 &ohci0 {                                          
 92         status = "okay";                          
 93 };                                                
 94                                                   
 95 &r_rsb {                                          
 96         status = "okay";                          
 97                                                   
 98         axp22x: pmic@3a3 {                        
 99                 compatible = "x-powers,axp223"    
100                 reg = <0x3a3>;                    
101                 interrupt-parent = <&r_intc>;     
102                 interrupts = <GIC_SPI 32 IRQ_T    
103                 eldoin-supply = <&reg_dcdc1>;     
104                 x-powers,drive-vbus-en;           
105         };                                        
106 };                                                
107                                                   
108 #include "axp223.dtsi"                            
109                                                   
110 &ac_power_supply {                                
111         status = "okay";                          
112 };                                                
113                                                   
114 &battery_power_supply {                           
115         status = "okay";                          
116 };                                                
117                                                   
118 &reg_aldo1 {                                      
119         regulator-always-on;                      
120         regulator-min-microvolt = <3300000>;      
121         regulator-max-microvolt = <3300000>;      
122         regulator-name = "vcc-io";                
123 };                                                
124                                                   
125 &reg_aldo2 {                                      
126         regulator-always-on;                      
127         regulator-min-microvolt = <2350000>;      
128         regulator-max-microvolt = <2650000>;      
129         regulator-name = "vdd-dll";               
130 };                                                
131                                                   
132 &reg_aldo3 {                                      
133         regulator-always-on;                      
134         regulator-min-microvolt = <3300000>;      
135         regulator-max-microvolt = <3300000>;      
136         regulator-name = "vcc-avcc";              
137 };                                                
138                                                   
139 &reg_dc1sw {                                      
140         regulator-name = "vcc-lcd";               
141 };                                                
142                                                   
143 &reg_dc5ldo {                                     
144         regulator-always-on;                      
145         regulator-min-microvolt = <900000>;       
146         regulator-max-microvolt = <1400000>;      
147         regulator-name = "vdd-cpus";              
148 };                                                
149                                                   
150 &reg_dcdc1 {                                      
151         regulator-always-on;                      
152         regulator-min-microvolt = <3300000>;      
153         regulator-max-microvolt = <3300000>;      
154         regulator-name = "vcc-3v3";               
155 };                                                
156                                                   
157 &reg_dcdc2 {                                      
158         regulator-always-on;                      
159         regulator-min-microvolt = <900000>;       
160         regulator-max-microvolt = <1400000>;      
161         regulator-name = "vdd-sys";               
162 };                                                
163                                                   
164 &reg_dcdc3 {                                      
165         regulator-always-on;                      
166         regulator-min-microvolt = <900000>;       
167         regulator-max-microvolt = <1400000>;      
168         regulator-name = "vdd-cpu";               
169 };                                                
170                                                   
171 &reg_dcdc5 {                                      
172         regulator-always-on;                      
173         regulator-min-microvolt = <1500000>;      
174         regulator-max-microvolt = <1500000>;      
175         regulator-name = "vcc-dram";              
176 };                                                
177                                                   
178 &reg_drivevbus {                                  
179         regulator-name = "usb0-vbus";             
180         status = "okay";                          
181 };                                                
182                                                   
183 &reg_rtc_ldo {                                    
184         regulator-name = "vcc-rtc";               
185 };                                                
186                                                   
187 &simplefb_lcd {                                   
188         vcc-lcd-supply = <&reg_dc1sw>;            
189 };                                                
190                                                   
191 &sound {                                          
192         /* Board level jack widgets */            
193         simple-audio-card,widgets = "Microphon    
194                                     "Headphone    
195         /* Board level routing. First 2 routes    
196         simple-audio-card,routing =               
197                 "Left DAC", "DACL",               
198                 "Right DAC", "DACR",              
199                 "HP", "HPCOM",                    
200                 "Headphone Jack", "HP",           
201                 "MIC1", "Microphone Jack",        
202                 "Microphone Jack", "MBIAS";       
203         status = "okay";                          
204 };                                                
205                                                   
206 &uart0 {                                          
207         pinctrl-names = "default";                
208         pinctrl-0 = <&uart0_pb_pins>;             
209         status = "okay";                          
210 };                                                
211                                                   
212 &usb_otg {                                        
213         dr_mode = "otg";                          
214         status = "okay";                          
215 };                                                
216                                                   
217 &usb_power_supply {                               
218         status = "okay";                          
219 };                                                
220                                                   
221 &usbphy {                                         
222         usb0_id_det-gpios = <&pio 1 3 GPIO_ACT    
223         usb0_vbus_power-supply = <&usb_power_s    
224         usb0_vbus-supply = <&reg_drivevbus>;      
225         status = "okay";                          
226 };                                                
                                                      

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