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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/rockchip/rk3188-px3-evb.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/rockchip/rk3188-px3-evb.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/rockchip/rk3188-px3-evb.dts (Version linux-4.18.20)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Copyright (c) 2016 Andy Yan <andy.yan@rock-c    
  4  */                                               
  5                                                   
  6 /dts-v1/;                                         
  7 #include <dt-bindings/input/input.h>              
  8 #include "rk3188.dtsi"                            
  9                                                   
 10 / {                                               
 11         model = "Rockchip PX3-EVB";               
 12         compatible = "rockchip,px3-evb", "rock    
 13                                                   
 14         aliases {                                 
 15                 mmc0 = &mmc0;                     
 16                 mmc1 = &emmc;                     
 17         };                                        
 18                                                   
 19         chosen {                                  
 20                 stdout-path = "serial2:115200n    
 21         };                                        
 22                                                   
 23         memory@60000000 {                         
 24                 reg = <0x60000000 0x80000000>;    
 25                 device_type = "memory";           
 26         };                                        
 27                                                   
 28         gpio-keys {                               
 29                 compatible = "gpio-keys";         
 30                 autorepeat;                       
 31                                                   
 32                 key-power {                       
 33                         gpios = <&gpio0 RK_PA4    
 34                         linux,code = <KEY_POWE    
 35                         label = "GPIO Key Powe    
 36                         linux,input-type = <1>    
 37                         wakeup-source;            
 38                         debounce-interval = <1    
 39                 };                                
 40         };                                        
 41                                                   
 42         vcc_sys: vsys-regulator {                 
 43                 compatible = "regulator-fixed"    
 44                 regulator-name = "vsys";          
 45                 regulator-min-microvolt = <500    
 46                 regulator-max-microvolt = <500    
 47                 regulator-boot-on;                
 48         };                                        
 49 };                                                
 50                                                   
 51 &cpu0 {                                           
 52         cpu-supply = <&vdd_cpu>;                  
 53 };                                                
 54                                                   
 55 &cpu1 {                                           
 56         cpu-supply = <&vdd_cpu>;                  
 57 };                                                
 58                                                   
 59 &cpu2 {                                           
 60         cpu-supply = <&vdd_cpu>;                  
 61 };                                                
 62                                                   
 63 &cpu3 {                                           
 64         cpu-supply = <&vdd_cpu>;                  
 65 };                                                
 66                                                   
 67 &emmc {                                           
 68         bus-width = <8>;                          
 69         cap-mmc-highspeed;                        
 70         non-removable;                            
 71         pinctrl-names = "default";                
 72         pinctrl-0 = <&emmc_clk>, <&emmc_cmd>,     
 73         status = "okay";                          
 74 };                                                
 75                                                   
 76 &i2c0 {                                           
 77         status = "okay";                          
 78                                                   
 79         accelerometer@18 {                        
 80                 compatible = "bosch,bma250";      
 81                 reg = <0x18>;                     
 82                 interrupt-parent = <&gpio0>;      
 83                 interrupts = <RK_PB7 IRQ_TYPE_    
 84         };                                        
 85 };                                                
 86                                                   
 87 &i2c1 {                                           
 88         status = "okay";                          
 89         clock-frequency = <400000>;               
 90                                                   
 91         rk808: pmic@1c {                          
 92                 compatible = "rockchip,rk818";    
 93                 reg = <0x1c>;                     
 94                 interrupt-parent = <&gpio0>;      
 95                 interrupts = <RK_PB3 IRQ_TYPE_    
 96                 rockchip,system-power-controll    
 97                 wakeup-source;                    
 98                 #clock-cells = <1>;               
 99                 clock-output-names = "xin32k",    
100                                                   
101                 vcc1-supply = <&vcc_sys>;         
102                 vcc2-supply = <&vcc_sys>;         
103                 vcc3-supply = <&vcc_sys>;         
104                 vcc4-supply = <&vcc_sys>;         
105                 vcc6-supply = <&vcc_sys>;         
106                 vcc7-supply = <&vcc_sys>;         
107                 vcc8-supply = <&vcc_io>;          
108                 vcc9-supply = <&vcc_io>;          
109                                                   
110                 regulators {                      
111                         vdd_cpu: DCDC_REG1 {      
112                                 regulator-alwa    
113                                 regulator-boot    
114                                 regulator-min-    
115                                 regulator-max-    
116                                 regulator-name    
117                                 regulator-stat    
118                                         regula    
119                                 };                
120                         };                        
121                                                   
122                         vdd_gpu: DCDC_REG2 {      
123                                 regulator-alwa    
124                                 regulator-boot    
125                                 regulator-min-    
126                                 regulator-max-    
127                                 regulator-name    
128                                 regulator-stat    
129                                         regula    
130                                         regula    
131                                 };                
132                         };                        
133                                                   
134                         vcc_ddr: DCDC_REG3 {      
135                                 regulator-alwa    
136                                 regulator-boot    
137                                 regulator-name    
138                                 regulator-stat    
139                                         regula    
140                                 };                
141                         };                        
142                                                   
143                         vcc_io: DCDC_REG4 {       
144                                 regulator-alwa    
145                                 regulator-boot    
146                                 regulator-min-    
147                                 regulator-max-    
148                                 regulator-name    
149                                 regulator-stat    
150                                         regula    
151                                         regula    
152                                 };                
153                         };                        
154                                                   
155                         vcc_cif: LDO_REG1 {       
156                                  regulator-min    
157                                  regulator-max    
158                                  regulator-nam    
159                         };                        
160                                                   
161                         vcc_jetta33: LDO_REG2     
162                                 regulator-alwa    
163                                 regulator-boot    
164                                 regulator-min-    
165                                 regulator-max-    
166                                 regulator-name    
167                         };                        
168                                                   
169                         vdd_10: LDO_REG3 {        
170                                 regulator-alwa    
171                                 regulator-boot    
172                                 regulator-min-    
173                                 regulator-max-    
174                                 regulator-name    
175                                 regulator-stat    
176                                         regula    
177                                         regula    
178                                 };                
179                         };                        
180                                                   
181                         lvds_12: LDO_REG4 {       
182                                 regulator-min-    
183                                 regulator-max-    
184                                 regulator-name    
185                         };                        
186                                                   
187                         lvds_25: LDO_REG5 {       
188                                 regulator-min-    
189                                 regulator-max-    
190                                 regulator-name    
191                         };                        
192                                                   
193                         cif_18: LDO_REG6 {        
194                                 regulator-min-    
195                                 regulator-max-    
196                                 regulator-name    
197                         };                        
198                                                   
199                         vcc_sd: LDO_REG7 {        
200                                 regulator-min-    
201                                 regulator-max-    
202                                 regulator-name    
203                                 regulator-stat    
204                                         regula    
205                                         regula    
206                                 };                
207                         };                        
208                                                   
209                         wl_18: LDO_REG8 {         
210                                 regulator-min-    
211                                 regulator-max-    
212                                 regulator-name    
213                         };                        
214                                                   
215                         lcd_33: SWITCH_REG {      
216                                 regulator-name    
217                         };                        
218                 };                                
219         };                                        
220                                                   
221 };                                                
222                                                   
223 &i2c2 {                                           
224         gsl1680: touchscreen@40 {                 
225                 compatible = "silead,gsl1680";    
226                 reg = <0x40>;                     
227                 interrupt-parent = <&gpio1>;      
228                 interrupts = <RK_PB7 IRQ_TYPE_    
229                 power-gpios = <&gpio0 RK_PB6 G    
230                 touchscreen-size-x = <800>;       
231                 touchscreen-size-y = <1280>;      
232                 silead,max-fingers = <5>;         
233         };                                        
234 };                                                
235                                                   
236 &mmc0 {                                           
237         status = "okay";                          
238         pinctrl-names = "default";                
239         pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&    
240         vmmc-supply = <&vcc_sd>;                  
241                                                   
242         bus-width = <4>;                          
243         cap-mmc-highspeed;                        
244         cap-sd-highspeed;                         
245         disable-wp;                               
246 };                                                
247                                                   
248 &pinctrl {                                        
249         pcfg_output_low: pcfg-output-low {        
250                 output-low;                       
251         };                                        
252                                                   
253         usb {                                     
254                 host_vbus_drv: host-vbus-drv {    
255                         rockchip,pins = <0 RK_    
256                 };                                
257                 otg_vbus_drv: otg-vbus-drv {      
258                         rockchip,pins = <2 RK_    
259                 };                                
260         };                                        
261 };                                                
262                                                   
263 &pwm1 {                                           
264         status = "okay";                          
265 };                                                
266                                                   
267 &pwm2 {                                           
268         status = "okay";                          
269 };                                                
270                                                   
271 &pwm3 {                                           
272         status = "okay";                          
273 };                                                
274                                                   
275 &uart0 {                                          
276         status = "okay";                          
277 };                                                
278                                                   
279 &uart1 {                                          
280         status = "okay";                          
281 };                                                
282                                                   
283 &uart2 {                                          
284         status = "okay";                          
285 };                                                
286                                                   
287 &uart3 {                                          
288         status = "okay";                          
289 };                                                
290                                                   
291 &usbphy {                                         
292         status = "okay";                          
293 };                                                
294                                                   
295 &usb_host {                                       
296         status = "okay";                          
297 };                                                
298                                                   
299 &usb_otg {                                        
300         status = "okay";                          
301 };                                                
302                                                   
303 &wdt {                                            
304         status = "okay";                          
305 };                                                
                                                      

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