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

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


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2                                                   
  3 /dts-v1/;                                         
  4                                                   
  5 #include "rv1108.dtsi"                            
  6                                                   
  7 / {                                               
  8         model = "Rockchip RV1108 Evaluation bo    
  9         compatible = "rockchip,rv1108-evb", "r    
 10                                                   
 11         aliases {                                 
 12                 mmc0 = &sdmmc;                    
 13         };                                        
 14                                                   
 15         memory@60000000 {                         
 16                 device_type = "memory";           
 17                 reg = <0x60000000 0x08000000>;    
 18         };                                        
 19                                                   
 20         chosen {                                  
 21                 stdout-path = "serial2:1500000    
 22         };                                        
 23                                                   
 24         backlight: backlight {                    
 25                 compatible = "pwm-backlight";     
 26                 brightness-levels = <             
 27                           0   1   2   3   4       
 28                           8   9  10  11  12  1    
 29                          16  17  18  19  20  2    
 30                          24  25  26  27  28  2    
 31                          32  33  34  35  36  3    
 32                          40  41  42  43  44  4    
 33                          48  49  50  51  52  5    
 34                          56  57  58  59  60  6    
 35                          64  65  66  67  68  6    
 36                          72  73  74  75  76  7    
 37                          80  81  82  83  84  8    
 38                          88  89  90  91  92  9    
 39                          96  97  98  99 100 10    
 40                         104 105 106 107 108 10    
 41                         112 113 114 115 116 11    
 42                         120 121 122 123 124 12    
 43                         128 129 130 131 132 13    
 44                         136 137 138 139 140 14    
 45                         144 145 146 147 148 14    
 46                         152 153 154 155 156 15    
 47                         160 161 162 163 164 16    
 48                         168 169 170 171 172 17    
 49                         176 177 178 179 180 18    
 50                         184 185 186 187 188 18    
 51                         192 193 194 195 196 19    
 52                         200 201 202 203 204 20    
 53                         208 209 210 211 212 21    
 54                         216 217 218 219 220 22    
 55                         224 225 226 227 228 22    
 56                         232 233 234 235 236 23    
 57                         240 241 242 243 244 24    
 58                         248 249 250 251 252 25    
 59                 default-brightness-level = <20    
 60                 pwms = <&pwm0 0 25000 0>;         
 61         };                                        
 62                                                   
 63         vcc_sys: vsys-regulator {                 
 64                 compatible = "regulator-fixed"    
 65                 regulator-name = "vsys";          
 66                 regulator-min-microvolt = <500    
 67                 regulator-max-microvolt = <500    
 68                 regulator-boot-on;                
 69         };                                        
 70 };                                                
 71                                                   
 72 &cpu0 {                                           
 73         cpu-supply = <&vdd_core>;                 
 74 };                                                
 75                                                   
 76 &i2c0 {                                           
 77         status = "okay";                          
 78         i2c-scl-rising-time-ns = <275>;           
 79         i2c-scl-falling-time-ns = <16>;           
 80         clock-frequency = <400000>;               
 81                                                   
 82         rk805: pmic@18 {                          
 83                 compatible = "rockchip,rk805";    
 84                 reg = <0x18>;                     
 85                 interrupt-parent = <&gpio0>;      
 86                 interrupts = <RK_PB4 IRQ_TYPE_    
 87                 rockchip,system-power-controll    
 88                 #clock-cells = <0>;               
 89                                                   
 90                 vcc1-supply = <&vcc_sys>;         
 91                 vcc2-supply = <&vcc_sys>;         
 92                 vcc3-supply = <&vcc_sys>;         
 93                 vcc4-supply = <&vcc_sys>;         
 94                 vcc5-supply = <&vcc_sys>;         
 95                 vcc6-supply = <&vcc_sys>;         
 96                                                   
 97                 regulators {                      
 98                         vdd_core: DCDC_REG1 {     
 99                                 regulator-name    
100                                 regulator-min-    
101                                 regulator-max-    
102                                 regulator-alwa    
103                                 regulator-boot    
104                                 regulator-stat    
105                                         regula    
106                                         regula    
107                                 };                
108                         };                        
109                                                   
110                         vdd_cam: DCDC_REG2 {      
111                                 regulator-name    
112                                 regulator-min-    
113                                 regulator-max-    
114                                 regulator-stat    
115                                         regula    
116                                 };                
117                         };                        
118                                                   
119                         vcc_ddr: DCDC_REG3 {      
120                                 regulator-name    
121                                 regulator-alwa    
122                                 regulator-boot    
123                                 regulator-stat    
124                                         regula    
125                                 };                
126                         };                        
127                                                   
128                         vcc_io: DCDC_REG4 {       
129                                 regulator-name    
130                                 regulator-min-    
131                                 regulator-max-    
132                                 regulator-alwa    
133                                 regulator-boot    
134                                 regulator-stat    
135                                         regula    
136                                         regula    
137                                 };                
138                         };                        
139                                                   
140                         vdd_10: LDO_REG1 {        
141                                 regulator-name    
142                                 regulator-min-    
143                                 regulator-max-    
144                                 regulator-alwa    
145                                 regulator-boot    
146                                 regulator-stat    
147                                         regula    
148                                 };                
149                         };                        
150                                                   
151                         vcc_18: LDO_REG2 {        
152                                 regulator-name    
153                                 regulator-min-    
154                                 regulator-max-    
155                                 regulator-alwa    
156                                 regulator-boot    
157                                 regulator-stat    
158                                         regula    
159                                 };                
160                         };                        
161                                                   
162                         vdd10_pmu: LDO_REG3 {     
163                                 regulator-name    
164                                 regulator-min-    
165                                 regulator-max-    
166                                 regulator-alwa    
167                                 regulator-boot    
168                                 regulator-stat    
169                                         regula    
170                                         regula    
171                                 };                
172                         };                        
173                 };                                
174         };                                        
175                                                   
176         bma250: accelerometer@19 {                
177                 compatible = "bosch,bma250e";     
178                 reg = <0x19>;                     
179                 interrupt-parent = <&gpio0>;      
180                 interrupts = <RK_PB3 IRQ_TYPE_    
181         };                                        
182 };                                                
183                                                   
184 &pwm0 {                                           
185         status = "okay";                          
186 };                                                
187                                                   
188 &sdmmc {                                          
189         status = "okay";                          
190 };                                                
191                                                   
192 &tsadc {                                          
193         status = "okay";                          
194 };                                                
195                                                   
196 &u2phy {                                          
197         status = "okay";                          
198                                                   
199         u2phy_host: host-port {                   
200                 status = "okay";                  
201         };                                        
202                                                   
203         u2phy_otg: otg-port {                     
204                 status = "okay";                  
205         };                                        
206 };                                                
207                                                   
208 &uart0 {                                          
209         status = "okay";                          
210 };                                                
211                                                   
212 &uart1 {                                          
213         status = "okay";                          
214 };                                                
215                                                   
216 &uart2 {                                          
217         status = "okay";                          
218 };                                                
219                                                   
220 &usb_host_ehci {                                  
221         status = "okay";                          
222 };                                                
223                                                   
224 &usb_host_ohci {                                  
225         status = "okay";                          
226 };                                                
227                                                   
228 &usb_otg {                                        
229         status = "okay";                          
230 };                                                
                                                      

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