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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/rockchip/rk3566-radxa-zero-3.dtsi

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ 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.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/arm64/boot/dts/rockchip/rk3566-radxa-zero-3.dtsi (Version linux-6.11-rc3) and /arch/i386/boot/dts/rockchip/rk3566-radxa-zero-3.dtsi (Version linux-5.11.22)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2                                                   
  3 #include <dt-bindings/gpio/gpio.h>                
  4 #include <dt-bindings/leds/common.h>              
  5 #include <dt-bindings/soc/rockchip,vop2.h>        
  6 #include "rk3566.dtsi"                            
  7                                                   
  8 / {                                               
  9         chosen {                                  
 10                 stdout-path = "serial2:1500000    
 11         };                                        
 12                                                   
 13         hdmi-con {                                
 14                 compatible = "hdmi-connector";    
 15                 type = "d";                       
 16                                                   
 17                 port {                            
 18                         hdmi_con_in: endpoint     
 19                                 remote-endpoin    
 20                         };                        
 21                 };                                
 22         };                                        
 23                                                   
 24         leds {                                    
 25                 compatible = "gpio-leds";         
 26                 pinctrl-names = "default";        
 27                 pinctrl-0 = <&user_led2>;         
 28                                                   
 29                 led-green {                       
 30                         color = <LED_COLOR_ID_    
 31                         default-state = "on";     
 32                         function = LED_FUNCTIO    
 33                         gpios = <&gpio0 RK_PA0    
 34                         linux,default-trigger     
 35                 };                                
 36         };                                        
 37                                                   
 38         vcc_1v8: regulator-1v8-vcc {              
 39                 compatible = "regulator-fixed"    
 40                 regulator-name = "vcc_1v8";       
 41                 regulator-always-on;              
 42                 regulator-boot-on;                
 43                 regulator-min-microvolt = <180    
 44                 regulator-max-microvolt = <180    
 45                 vin-supply = <&vcc_1v8_p>;        
 46         };                                        
 47                                                   
 48         vcca_1v8: regulator-1v8-vcca {            
 49                 compatible = "regulator-fixed"    
 50                 regulator-name = "vcca_1v8";      
 51                 regulator-always-on;              
 52                 regulator-boot-on;                
 53                 regulator-min-microvolt = <180    
 54                 regulator-max-microvolt = <180    
 55                 vin-supply = <&vcc_1v8_p>;        
 56         };                                        
 57                                                   
 58         vcca1v8_image: regulator-1v8-vcca-imag    
 59                 compatible = "regulator-fixed"    
 60                 regulator-name = "vcca1v8_imag    
 61                 regulator-always-on;              
 62                 regulator-boot-on;                
 63                 regulator-min-microvolt = <180    
 64                 regulator-max-microvolt = <180    
 65                 vin-supply = <&vcc_1v8_p>;        
 66         };                                        
 67                                                   
 68         vcc_3v3: regulator-3v3-vcc {              
 69                 compatible = "regulator-fixed"    
 70                 regulator-name = "vcc_3v3";       
 71                 regulator-always-on;              
 72                 regulator-boot-on;                
 73                 regulator-min-microvolt = <330    
 74                 regulator-max-microvolt = <330    
 75                 vin-supply = <&vcc3v3_sys>;       
 76         };                                        
 77                                                   
 78         vcc_sys: regulator-5v0-vcc-sys {          
 79                 compatible = "regulator-fixed"    
 80                 regulator-name = "vcc_sys";       
 81                 regulator-always-on;              
 82                 regulator-boot-on;                
 83                 regulator-min-microvolt = <500    
 84                 regulator-max-microvolt = <500    
 85         };                                        
 86 };                                                
 87                                                   
 88 &combphy1 {                                       
 89         status = "okay";                          
 90 };                                                
 91                                                   
 92 &cpu0 {                                           
 93         cpu-supply = <&vdd_cpu>;                  
 94 };                                                
 95                                                   
 96 &cpu1 {                                           
 97         cpu-supply = <&vdd_cpu>;                  
 98 };                                                
 99                                                   
100 &cpu2 {                                           
101         cpu-supply = <&vdd_cpu>;                  
102 };                                                
103                                                   
104 &cpu3 {                                           
105         cpu-supply = <&vdd_cpu>;                  
106 };                                                
107                                                   
108 &gpio0 {                                          
109         gpio-line-names =                         
110                 /* GPIO0_A0 - A7 */               
111                 "", "", "", "", "", "", "", ""    
112                 /* GPIO0_B0 - B7 */               
113                 "", "", "", "", "", "", "", ""    
114                 /* GPIO0_C0 - C7 */               
115                 "", "", "", "", "", "", "", ""    
116                 /* GPIO0_D0 - D7 */               
117                 "pin-10 [GPIO0_D0]", "pin-08 [    
118                 "", "", "", "", "";               
119 };                                                
120                                                   
121 &gpio1 {                                          
122         gpio-line-names =                         
123                 /* GPIO1_A0 - A7 */               
124                 "pin-03 [GPIO1_A0]", "pin-05 [    
125                 "",                  "pin-37 [    
126                 "",                  "",          
127                 /* GPIO1_B0 - B7 */               
128                 "", "", "", "", "", "", "", ""    
129                 /* GPIO1_C0 - C7 */               
130                 "", "", "", "", "", "", "", ""    
131                 /* GPIO1_D0 - D7 */               
132                 "", "", "", "", "", "", "", ""    
133 };                                                
134                                                   
135 &gpio2 {                                          
136         gpio-line-names =                         
137                 /* GPIO2_A0 - A7 */               
138                 "", "", "", "", "", "", "", ""    
139                 /* GPIO2_B0 - B7 */               
140                 "", "", "", "", "", "", "", ""    
141                 /* GPIO2_C0 - C7 */               
142                 "", "", "", "", "", "", "", ""    
143                 /* GPIO2_D0 - D7 */               
144                 "", "", "", "", "", "", "", ""    
145 };                                                
146                                                   
147 &gpio3 {                                          
148         gpio-line-names =                         
149                 /* GPIO3_A0 - A7 */               
150                 "",                  "pin-11 [    
151                 "pin-12 [GPIO3_A3]", "pin-35 [    
152                 "pin-38 [GPIO3_A6]", "pin-36 [    
153                 /* GPIO3_B0 - B7 */               
154                 "pin-15 [GPIO3_B0]", "pin-16 [    
155                 "pin-29 [GPIO3_B3]", "pin-31 [    
156                 "", "",                           
157                 /* GPIO3_C0 - C7 */               
158                 "",                  "pin-22 [    
159                 "pin-33 [GPIO3_C3]", "pin-07 [    
160                 "", "",                           
161                 /* GPIO3_D0 - D7 */               
162                 "", "", "", "", "", "", "", ""    
163 };                                                
164                                                   
165 &gpio4 {                                          
166         gpio-line-names =                         
167                 /* GPIO4_A0 - A7 */               
168                 "", "", "", "", "", "", "", ""    
169                 /* GPIO4_B0 - B7 */               
170                 "",                  "",          
171                 "pin-28 [GPIO4_B3]", "", "", "    
172                 /* GPIO4_C0 - C7 */               
173                 "",                  "",          
174                 "pin-19 [GPIO4_C3]", "",          
175                 "pin-24 [GPIO4_C6]", "",          
176                 /* GPIO4_D0 - D7 */               
177                 "", "", "", "", "", "", "", ""    
178 };                                                
179                                                   
180 &gpu {                                            
181         mali-supply = <&vdd_gpu_npu>;             
182         status = "okay";                          
183 };                                                
184                                                   
185 &hdmi {                                           
186         avdd-0v9-supply = <&vdda_0v9>;            
187         avdd-1v8-supply = <&vcca1v8_image>;       
188         status = "okay";                          
189 };                                                
190                                                   
191 &hdmi_in {                                        
192         hdmi_in_vp0: endpoint {                   
193                 remote-endpoint = <&vp0_out_hd    
194         };                                        
195 };                                                
196                                                   
197 &hdmi_out {                                       
198         hdmi_out_con: endpoint {                  
199                 remote-endpoint = <&hdmi_con_i    
200         };                                        
201 };                                                
202                                                   
203 &hdmi_sound {                                     
204         status = "okay";                          
205 };                                                
206                                                   
207 &i2c0 {                                           
208         status = "okay";                          
209                                                   
210         rk817: pmic@20 {                          
211                 compatible = "rockchip,rk817";    
212                 reg = <0x20>;                     
213                 #clock-cells = <1>;               
214                 clock-output-names = "rk817-cl    
215                 interrupt-parent = <&gpio0>;      
216                 interrupts = <RK_PA3 IRQ_TYPE_    
217                 pinctrl-names = "default";        
218                 pinctrl-0 = <&pmic_int_l>;        
219                 system-power-controller;          
220                 wakeup-source;                    
221                                                   
222                 vcc1-supply = <&vcc_sys>;         
223                 vcc2-supply = <&vcc_sys>;         
224                 vcc3-supply = <&vcc_sys>;         
225                 vcc4-supply = <&vcc_sys>;         
226                 vcc5-supply = <&vcc_sys>;         
227                 vcc6-supply = <&vcc_sys>;         
228                 vcc7-supply = <&vcc_sys>;         
229                 vcc8-supply = <&vcc_sys>;         
230                 vcc9-supply = <&vcc5v_midu>;      
231                                                   
232                 regulators {                      
233                         vdd_logic: DCDC_REG1 {    
234                                 regulator-name    
235                                 regulator-alwa    
236                                 regulator-boot    
237                                 regulator-init    
238                                 regulator-min-    
239                                 regulator-max-    
240                                 regulator-ramp    
241                                                   
242                                 regulator-stat    
243                                         regula    
244                                         regula    
245                                 };                
246                         };                        
247                                                   
248                         vdd_gpu_npu: DCDC_REG2    
249                                 regulator-name    
250                                 regulator-alwa    
251                                 regulator-boot    
252                                 regulator-init    
253                                 regulator-min-    
254                                 regulator-max-    
255                                 regulator-ramp    
256                                                   
257                                 regulator-stat    
258                                         regula    
259                                 };                
260                         };                        
261                                                   
262                         vcc_ddr: DCDC_REG3 {      
263                                 regulator-name    
264                                 regulator-alwa    
265                                 regulator-boot    
266                                 regulator-init    
267                                                   
268                                 regulator-stat    
269                                         regula    
270                                 };                
271                         };                        
272                                                   
273                         vcc3v3_sys: DCDC_REG4     
274                                 regulator-name    
275                                 regulator-alwa    
276                                 regulator-boot    
277                                 regulator-init    
278                                 regulator-min-    
279                                 regulator-max-    
280                                                   
281                                 regulator-stat    
282                                         regula    
283                                         regula    
284                                 };                
285                         };                        
286                                                   
287                         vcca1v8_pmu: LDO_REG1     
288                                 regulator-name    
289                                 regulator-alwa    
290                                 regulator-boot    
291                                 regulator-min-    
292                                 regulator-max-    
293                                                   
294                                 regulator-stat    
295                                         regula    
296                                         regula    
297                                 };                
298                         };                        
299                                                   
300                         vdda_0v9: LDO_REG2 {      
301                                 regulator-name    
302                                 regulator-alwa    
303                                 regulator-boot    
304                                 regulator-min-    
305                                 regulator-max-    
306                                                   
307                                 regulator-stat    
308                                         regula    
309                                 };                
310                         };                        
311                                                   
312                         vdda0v9_pmu: LDO_REG3     
313                                 regulator-name    
314                                 regulator-alwa    
315                                 regulator-boot    
316                                 regulator-min-    
317                                 regulator-max-    
318                                                   
319                                 regulator-stat    
320                                         regula    
321                                         regula    
322                                 };                
323                         };                        
324                                                   
325                         vccio_acodec: LDO_REG4    
326                                 regulator-name    
327                                 regulator-alwa    
328                                 regulator-boot    
329                                 regulator-min-    
330                                 regulator-max-    
331                                                   
332                                 regulator-stat    
333                                         regula    
334                                 };                
335                         };                        
336                                                   
337                         vccio_sd: LDO_REG5 {      
338                                 regulator-name    
339                                 regulator-alwa    
340                                 regulator-boot    
341                                 regulator-min-    
342                                 regulator-max-    
343                                                   
344                                 regulator-stat    
345                                         regula    
346                                 };                
347                         };                        
348                                                   
349                         vcc3v3_pmu: LDO_REG6 {    
350                                 regulator-name    
351                                 regulator-alwa    
352                                 regulator-boot    
353                                 regulator-min-    
354                                 regulator-max-    
355                                                   
356                                 regulator-stat    
357                                         regula    
358                                         regula    
359                                 };                
360                         };                        
361                                                   
362                         vcc_1v8_p: LDO_REG7 {     
363                                 regulator-name    
364                                 regulator-alwa    
365                                 regulator-boot    
366                                 regulator-min-    
367                                 regulator-max-    
368                                                   
369                                 regulator-stat    
370                                         regula    
371                                 };                
372                         };                        
373                                                   
374                         vcc1v8_dvp: LDO_REG8 {    
375                                 regulator-name    
376                                 regulator-alwa    
377                                 regulator-boot    
378                                 regulator-min-    
379                                 regulator-max-    
380                                                   
381                                 regulator-stat    
382                                         regula    
383                                 };                
384                         };                        
385                                                   
386                         vcc2v8_dvp: LDO_REG9 {    
387                                 regulator-name    
388                                 regulator-alwa    
389                                 regulator-boot    
390                                 regulator-min-    
391                                 regulator-max-    
392                                                   
393                                 regulator-stat    
394                                         regula    
395                                 };                
396                         };                        
397                                                   
398                         vcc5v_midu: BOOST {       
399                                 regulator-name    
400                                 regulator-alwa    
401                                 regulator-boot    
402                                 regulator-min-    
403                                 regulator-max-    
404                                                   
405                                 regulator-stat    
406                                         regula    
407                                 };                
408                         };                        
409                                                   
410                         vbus: OTG_SWITCH {        
411                                 regulator-name    
412                                                   
413                                 regulator-stat    
414                                         regula    
415                                 };                
416                         };                        
417                 };                                
418         };                                        
419                                                   
420         vdd_cpu: regulator@40 {                   
421                 compatible = "rockchip,rk8600"    
422                 reg = <0x40>;                     
423                 fcs,suspend-voltage-selector =    
424                 regulator-name = "vdd_cpu";       
425                 regulator-always-on;              
426                 regulator-boot-on;                
427                 regulator-min-microvolt = <712    
428                 regulator-max-microvolt = <139    
429                 regulator-ramp-delay = <2300>;    
430                 vin-supply = <&vcc_sys>;          
431                                                   
432                 regulator-state-mem {             
433                         regulator-off-in-suspe    
434                 };                                
435         };                                        
436 };                                                
437                                                   
438 &i2s0_8ch {                                       
439         status = "okay";                          
440 };                                                
441                                                   
442 &pinctrl {                                        
443         leds {                                    
444                 user_led2: user-led2 {            
445                         rockchip,pins = <0 RK_    
446                 };                                
447         };                                        
448                                                   
449         pmic {                                    
450                 pmic_int_l: pmic-int-l {          
451                         rockchip,pins = <0 RK_    
452                 };                                
453         };                                        
454 };                                                
455                                                   
456 &pmu_io_domains {                                 
457         pmuio1-supply = <&vcc3v3_pmu>;            
458         pmuio2-supply = <&vcca1v8_pmu>;           
459         vccio1-supply = <&vccio_acodec>;          
460         vccio2-supply = <&vcc_1v8>;               
461         vccio3-supply = <&vccio_sd>;              
462         vccio4-supply = <&vcc_1v8>;               
463         vccio5-supply = <&vcc_3v3>;               
464         vccio6-supply = <&vcc_3v3>;               
465         vccio7-supply = <&vcc_3v3>;               
466         status = "okay";                          
467 };                                                
468                                                   
469 &saradc {                                         
470         vref-supply = <&vcca_1v8>;                
471         status = "okay";                          
472 };                                                
473                                                   
474 &sdmmc0 {                                         
475         bus-width = <4>;                          
476         cap-sd-highspeed;                         
477         disable-wp;                               
478         pinctrl-names = "default";                
479         pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk     
480         vmmc-supply = <&vcc3v3_sys>;              
481         vqmmc-supply = <&vccio_sd>;               
482         status = "okay";                          
483 };                                                
484                                                   
485 &tsadc {                                          
486         rockchip,hw-tshut-mode = <1>;             
487         rockchip,hw-tshut-polarity = <0>;         
488         status = "okay";                          
489 };                                                
490                                                   
491 &uart2 {                                          
492         status = "okay";                          
493 };                                                
494                                                   
495 &usb_host0_xhci {                                 
496         dr_mode = "peripheral";                   
497         status = "okay";                          
498 };                                                
499                                                   
500 &usb_host1_xhci {                                 
501         status = "okay";                          
502 };                                                
503                                                   
504 &usb2phy0 {                                       
505         status = "okay";                          
506 };                                                
507                                                   
508 &usb2phy0_host {                                  
509         status = "okay";                          
510 };                                                
511                                                   
512 &usb2phy0_otg {                                   
513         status = "okay";                          
514 };                                                
515                                                   
516 &vop {                                            
517         assigned-clocks = <&cru DCLK_VOP0>, <&    
518         assigned-clock-parents = <&pmucru PLL_    
519         status = "okay";                          
520 };                                                
521                                                   
522 &vop_mmu {                                        
523         status = "okay";                          
524 };                                                
525                                                   
526 &vp0 {                                            
527         vp0_out_hdmi: endpoint@ROCKCHIP_VOP2_E    
528                 reg = <ROCKCHIP_VOP2_EP_HDMI0>    
529                 remote-endpoint = <&hdmi_in_vp    
530         };                                        
531 };                                                
                                                      

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