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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/exynos/exynosautov9-sadk.dts

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/exynos/exynosautov9-sadk.dts (Version linux-6.11-rc3) and /arch/i386/boot/dts/exynos/exynosautov9-sadk.dts (Version linux-4.10.17)


  1 // SPDX-License-Identifier: GPL-2.0               
  2 /*                                                
  3  * Samsung ExynosAutov9 SADK board device tree    
  4  *                                                
  5  * Copyright (c) 2021 Samsung Electronics Co.,    
  6  *                                                
  7  */                                               
  8                                                   
  9 /dts-v1/;                                         
 10 #include "exynosautov9.dtsi"                      
 11 #include <dt-bindings/gpio/gpio.h>                
 12 #include <dt-bindings/input/input.h>              
 13                                                   
 14 / {                                               
 15         model = "Samsung ExynosAuto v9 SADK bo    
 16         compatible = "samsung,exynosautov9-sad    
 17                                                   
 18         #address-cells = <2>;                     
 19         #size-cells = <2>;                        
 20                                                   
 21         aliases {                                 
 22                 serial0 = &serial_0;              
 23         };                                        
 24                                                   
 25         chosen {                                  
 26                 stdout-path = &serial_0;          
 27         };                                        
 28                                                   
 29         memory@80000000 {                         
 30                 device_type = "memory";           
 31                 reg = <0x0 0x80000000 0x0 0x77    
 32                       <0x8 0x80000000 0x1 0x7b    
 33                       <0xa 0x00000000 0x2 0x00    
 34         };                                        
 35                                                   
 36         gpio-keys {                               
 37                 compatible = "gpio-keys";         
 38                 pinctrl-names = "default";        
 39                 pinctrl-0 = <&key_wakeup &key_    
 40                                                   
 41                 key-wakeup {                      
 42                         label = "Wakeup";         
 43                         linux,code = <KEY_WAKE    
 44                         gpios = <&gpa0 0 GPIO_    
 45                         wakeup-source;            
 46                 };                                
 47                                                   
 48                 key-volume-down {                 
 49                         label = "Volume Down";    
 50                         linux,code = <KEY_VOLU    
 51                         gpios = <&gpg2 0 GPIO_    
 52                 };                                
 53                                                   
 54                 key-volume-up {                   
 55                         label = "Volume Up";      
 56                         linux,code = <KEY_VOLU    
 57                         gpios = <&gpg1 5 GPIO_    
 58                 };                                
 59         };                                        
 60                                                   
 61         ufs_0_fixed_vcc_reg: regulator-0 {        
 62                 compatible = "regulator-fixed"    
 63                 regulator-name = "ufs-vcc";       
 64                 gpio = <&gpq0 1 GPIO_ACTIVE_HI    
 65                 regulator-boot-on;                
 66                 enable-active-high;               
 67         };                                        
 68                                                   
 69         ufs_1_fixed_vcc_reg: regulator-1 {        
 70                 compatible = "regulator-fixed"    
 71                 regulator-name = "ufs-vcc";       
 72                 gpio = <&gpg2 2 GPIO_ACTIVE_HI    
 73                 regulator-boot-on;                
 74                 enable-active-high;               
 75         };                                        
 76 };                                                
 77                                                   
 78 &pinctrl_alive {                                  
 79         key_wakeup: key-wakeup-pins {             
 80                 samsung,pins = "gpa0-0";          
 81                 samsung,pin-function = <EXYNOS    
 82                 samsung,pin-pud = <EXYNOS_PIN_    
 83                 samsung,pin-drv = <EXYNOS5420_    
 84         };                                        
 85 };                                                
 86                                                   
 87 &pinctrl_peric1 {                                 
 88         key_voldown: key-voldown-pins {           
 89                 samsung,pins = "gpg2-0";          
 90                 samsung,pin-function = <EXYNOS    
 91                 samsung,pin-pud = <EXYNOS_PIN_    
 92                 samsung,pin-drv = <EXYNOS5420_    
 93         };                                        
 94                                                   
 95         key_volup: key-volup-pins {               
 96                 samsung,pins = "gpg1-5";          
 97                 samsung,pin-function = <EXYNOS    
 98                 samsung,pin-pud = <EXYNOS_PIN_    
 99                 samsung,pin-drv = <EXYNOS5420_    
100         };                                        
101 };                                                
102                                                   
103 &pwm {                                            
104         pinctrl-names = "default";                
105         pinctrl-0 = <&pwm_tout3>;                 
106         status = "okay";                          
107 };                                                
108                                                   
109 &serial_0 {                                       
110         pinctrl-0 = <&uart0_bus_dual>;            
111         status = "okay";                          
112 };                                                
113                                                   
114 &ufs_0_phy {                                      
115         status = "okay";                          
116 };                                                
117                                                   
118 &ufs_1_phy {                                      
119         status = "okay";                          
120 };                                                
121                                                   
122 &ufs_0 {                                          
123         status = "okay";                          
124         vcc-supply = <&ufs_0_fixed_vcc_reg>;      
125 };                                                
126                                                   
127 &ufs_1 {                                          
128         status = "okay";                          
129         vcc-supply = <&ufs_1_fixed_vcc_reg>;      
130 };                                                
131                                                   
132 &usi_0 {                                          
133         samsung,clkreq-on; /* needed for UART     
134         status = "okay";                          
135 };                                                
136                                                   
137 &xtcxo {                                          
138         clock-frequency = <26000000>;             
139 };                                                
                                                      

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