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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/rockchip/rk3066a-bqcurie2.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 /arch/arm/boot/dts/rockchip/rk3066a-bqcurie2.dts (Version linux-6.12-rc7) and /arch/i386/boot/dts/rockchip/rk3066a-bqcurie2.dts (Version linux-6.5.13)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Copyright (c) 2013 MundoReader S.L.            
  4  * Author: Heiko Stuebner <heiko@sntech.de>        
  5  */                                               
  6                                                   
  7 /dts-v1/;                                         
  8 #include <dt-bindings/input/input.h>              
  9 #include "rk3066a.dtsi"                           
 10                                                   
 11 / {                                               
 12         model = "bq Curie 2";                     
 13         compatible = "mundoreader,bq-curie2",     
 14                                                   
 15         aliases {                                 
 16                 mmc0 = &mmc0;                     
 17                 mmc1 = &mmc1;                     
 18         };                                        
 19                                                   
 20         memory@60000000 {                         
 21                 device_type = "memory";           
 22                 reg = <0x60000000 0x40000000>;    
 23         };                                        
 24                                                   
 25         vdd_log: vdd-log {                        
 26                 compatible = "pwm-regulator";     
 27                 pwms = <&pwm3 0 1000>;            
 28                 regulator-name = "vdd_log";       
 29                 regulator-min-microvolt = <120    
 30                 regulator-max-microvolt = <120    
 31                 regulator-always-on;              
 32                 voltage-table = <1000000 100>,    
 33                                 <1200000 42>;     
 34                 status = "okay";                  
 35         };                                        
 36                                                   
 37         vcc_sd0: fixed-regulator {                
 38                 compatible = "regulator-fixed"    
 39                 regulator-name = "sdmmc-supply    
 40                 regulator-min-microvolt = <300    
 41                 regulator-max-microvolt = <300    
 42                 gpio = <&gpio3 RK_PA7 GPIO_ACT    
 43                 startup-delay-us = <100000>;      
 44                 vin-supply = <&vcc_io>;           
 45         };                                        
 46                                                   
 47         gpio-keys {                               
 48                 compatible = "gpio-keys";         
 49                 autorepeat;                       
 50                                                   
 51                 key-power {                       
 52                         gpios = <&gpio6 RK_PA2    
 53                         linux,code = <KEY_POWE    
 54                         label = "GPIO Key Powe    
 55                         linux,input-type = <1>    
 56                         wakeup-source;            
 57                         debounce-interval = <1    
 58                 };                                
 59                 key-volume-down {                 
 60                         gpios = <&gpio4 RK_PC5    
 61                         linux,code = <KEY_VOLU    
 62                         label = "GPIO Key Vol-    
 63                         linux,input-type = <1>    
 64                         debounce-interval = <1    
 65                 };                                
 66                 /* VOL+ comes somehow thru the    
 67         };                                        
 68 };                                                
 69                                                   
 70 &cpu0 {                                           
 71         cpu-supply = <&vdd_arm>;                  
 72 };                                                
 73                                                   
 74 &cpu1 {                                           
 75         cpu-supply = <&vdd_arm>;                  
 76 };                                                
 77                                                   
 78 &i2c1 {                                           
 79         status = "okay";                          
 80         clock-frequency = <400000>;               
 81                                                   
 82         tps: tps@2d {                             
 83                 reg = <0x2d>;                     
 84                                                   
 85                 interrupt-parent = <&gpio6>;      
 86                 interrupts = <RK_PA6 IRQ_TYPE_    
 87                                                   
 88                 vcc5-supply = <&vcc_io>;          
 89                 vcc6-supply = <&vcc_io>;          
 90                                                   
 91                 regulators {                      
 92                         vcc_rtc: regulator@0 {    
 93                                 regulator-name    
 94                                 regulator-alwa    
 95                         };                        
 96                                                   
 97                         vcc_io: regulator@1 {     
 98                                 regulator-name    
 99                                 regulator-alwa    
100                         };                        
101                                                   
102                         vdd_arm: regulator@2 {    
103                                 regulator-name    
104                                 regulator-min-    
105                                 regulator-max-    
106                                 regulator-boot    
107                                 regulator-alwa    
108                         };                        
109                                                   
110                         vcc_ddr: regulator@3 {    
111                                 regulator-name    
112                                 regulator-min-    
113                                 regulator-max-    
114                                 regulator-boot    
115                                 regulator-alwa    
116                         };                        
117                                                   
118                         vcc18_cif: regulator@5    
119                                 regulator-name    
120                                 regulator-alwa    
121                         };                        
122                                                   
123                         vdd_11: regulator@6 {     
124                                 regulator-name    
125                                 regulator-alwa    
126                         };                        
127                                                   
128                         vcc_25: regulator@7 {     
129                                 regulator-name    
130                                 regulator-alwa    
131                         };                        
132                                                   
133                         vcc_18: regulator@8 {     
134                                 regulator-name    
135                                 regulator-alwa    
136                         };                        
137                                                   
138                         vcc25_hdmi: regulator@    
139                                 regulator-name    
140                                 regulator-alwa    
141                         };                        
142                                                   
143                         vcca_33: regulator@10     
144                                 regulator-name    
145                                 regulator-alwa    
146                         };                        
147                                                   
148                         vcc_tp: regulator@11 {    
149                                 regulator-name    
150                                 regulator-alwa    
151                         };                        
152                                                   
153                         vcc28_cif: regulator@1    
154                                 regulator-name    
155                                 regulator-alwa    
156                         };                        
157                 };                                
158         };                                        
159 };                                                
160                                                   
161 /* must be included after &tps gets defined */    
162 #include "../tps65910.dtsi"                       
163                                                   
164 &mmc0 { /* sdmmc */                               
165         status = "okay";                          
166         pinctrl-names = "default";                
167         pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&    
168         vmmc-supply = <&vcc_sd0>;                 
169         bus-width = <4>;                          
170         cap-mmc-highspeed;                        
171         cap-sd-highspeed;                         
172         disable-wp;                               
173 };                                                
174                                                   
175 &mmc1 { /* wifi */                                
176         status = "okay";                          
177         non-removable;                            
178                                                   
179         pinctrl-names = "default";                
180         pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bu    
181                                                   
182         bus-width = <4>;                          
183 };                                                
184                                                   
185 &pwm3 {                                           
186         status = "okay";                          
187 };                                                
188                                                   
189 &uart0 {                                          
190         status = "okay";                          
191 };                                                
192                                                   
193 &uart1 {                                          
194         status = "okay";                          
195 };                                                
196                                                   
197 &uart2 {                                          
198         status = "okay";                          
199 };                                                
200                                                   
201 &uart3 {                                          
202         status = "okay";                          
203 };                                                
204                                                   
205 &wdt {                                            
206         status = "okay";                          
207 };                                                
                                                      

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