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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/nvidia/tegra20-colibri-iris.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/nvidia/tegra20-colibri-iris.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/nvidia/tegra20-colibri-iris.dts (Version linux-5.17.15)


  1 // SPDX-License-Identifier: GPL-2.0               
  2 /dts-v1/;                                         
  3                                                   
  4 #include <dt-bindings/input/input.h>              
  5 #include "tegra20-colibri.dtsi"                   
  6                                                   
  7 / {                                               
  8         model = "Toradex Colibri T20 on Iris";    
  9         compatible = "toradex,colibri_t20-iris    
 10                      "nvidia,tegra20";            
 11                                                   
 12         aliases {                                 
 13                 rtc0 = "/i2c@7000c000/rtc@68";    
 14                 rtc1 = "/i2c@7000d000/pmic@34"    
 15                 rtc2 = "/rtc@7000e000";           
 16                 serial0 = &uarta;                 
 17                 serial1 = &uartd;                 
 18                 serial2 = &uartb;                 
 19         };                                        
 20                                                   
 21         chosen {                                  
 22                 stdout-path = "serial0:115200n    
 23         };                                        
 24                                                   
 25         host1x@50000000 {                         
 26                 dc@54200000 {                     
 27                         rgb {                     
 28                                 status = "okay    
 29                                 nvidia,panel =    
 30                         };                        
 31                 };                                
 32                                                   
 33                 hdmi@54280000 {                   
 34                         status = "okay";          
 35                         hdmi-supply = <&reg_5v    
 36                 };                                
 37         };                                        
 38                                                   
 39         pinmux@70000014 {                         
 40                 state_default: pinmux {           
 41                         bl-on {                   
 42                                 nvidia,tristat    
 43                         };                        
 44                                                   
 45                         ddc {                     
 46                                 nvidia,tristat    
 47                         };                        
 48                                                   
 49                         hotplug-detect {          
 50                                 nvidia,tristat    
 51                         };                        
 52                                                   
 53                         i2c {                     
 54                                 nvidia,tristat    
 55                         };                        
 56                                                   
 57                         lcd {                     
 58                                 nvidia,tristat    
 59                         };                        
 60                                                   
 61                         lm1 {                     
 62                                 nvidia,tristat    
 63                         };                        
 64                                                   
 65                         mmc {                     
 66                                 nvidia,tristat    
 67                         };                        
 68                                                   
 69                         mmccd {                   
 70                                 nvidia,tristat    
 71                         };                        
 72                                                   
 73                         sdc {                     
 74                                 nvidia,tristat    
 75                         };                        
 76                                                   
 77                         sdb_sdd {                 
 78                                 nvidia,tristat    
 79                         };                        
 80                                                   
 81                         ssp {                     
 82                                 nvidia,tristat    
 83                         };                        
 84                                                   
 85                         uart-a {                  
 86                                 nvidia,tristat    
 87                         };                        
 88                                                   
 89                         uart-b {                  
 90                                 nvidia,tristat    
 91                         };                        
 92                                                   
 93                         uart-c {                  
 94                                 nvidia,tristat    
 95                         };                        
 96                                                   
 97                         usbh-pen {                
 98                                 nvidia,tristat    
 99                         };                        
100                 };                                
101         };                                        
102                                                   
103         /* Colibri UART-A */                      
104         serial@70006000 {                         
105                 /delete-property/ dmas;           
106                 /delete-property/ dma-names;      
107                 status = "okay";                  
108         };                                        
109                                                   
110         /* Colibri UART-C */                      
111         serial@70006040 {                         
112                 status = "okay";                  
113         };                                        
114                                                   
115         /* Colibri UART-B */                      
116         serial@70006300 {                         
117                 status = "okay";                  
118         };                                        
119                                                   
120         pwm@7000a000 {                            
121                 status = "okay";                  
122         };                                        
123                                                   
124         /*                                        
125          * GEN1_I2C: I2C_SDA/SCL on SODIMM pin    
126          * board)                                 
127          */                                       
128         i2c@7000c000 {                            
129                 status = "okay";                  
130                 clock-frequency = <400000>;       
131                                                   
132                 /* M41T0M6 real time clock on     
133                 rtc@68 {                          
134                         compatible = "st,m41t0    
135                         reg = <0x68>;             
136                 };                                
137         };                                        
138                                                   
139         /* GEN2_I2C: unused */                    
140                                                   
141         /* CAM_I2C (I2C3): unused */              
142                                                   
143         /* DDC_CLOCK/DATA on X3 pin 15/16 (e.g    
144         i2c@7000c400 {                            
145                 status = "okay";                  
146         };                                        
147                                                   
148         /* SPI4: Colibri SSP */                   
149         spi@7000da00 {                            
150                 status = "okay";                  
151                 spi-max-frequency = <25000000>    
152         };                                        
153                                                   
154         /* EHCI instance 0: USB1_DP/N -> USBC_    
155         usb@c5000000 {                            
156                 status = "okay";                  
157                 dr_mode = "otg";                  
158         };                                        
159                                                   
160         usb-phy@c5000000 {                        
161                 status = "okay";                  
162                 vbus-supply = <&reg_usbc_vbus>    
163         };                                        
164                                                   
165         /* EHCI instance 2: USB3_DP/N -> USBH_    
166         usb@c5008000 {                            
167                 status = "okay";                  
168         };                                        
169                                                   
170         usb-phy@c5008000 {                        
171                 status = "okay";                  
172                 vbus-supply = <&reg_usbh_vbus>    
173         };                                        
174                                                   
175         /* SD/MMC */                              
176         mmc@c8000600 {                            
177                 status = "okay";                  
178                 bus-width = <4>;                  
179                 cd-gpios = <&gpio TEGRA_GPIO(C    
180                 no-1-8-v;                         
181         };                                        
182                                                   
183         backlight: backlight {                    
184                 compatible = "pwm-backlight";     
185                 brightness-levels = <255 128 6    
186                 default-brightness-level = <6>    
187                 /* BL_ON */                       
188                 enable-gpios = <&gpio TEGRA_GP    
189                 power-supply = <&reg_3v3>;        
190                 pwms = <&pwm 0 5000000>; /* PW    
191         };                                        
192                                                   
193         gpio-keys {                               
194                 compatible = "gpio-keys";         
195                                                   
196                 key-wakeup {                      
197                         label = "SODIMM pin 45    
198                         gpios = <&gpio TEGRA_G    
199                         linux,code = <KEY_WAKE    
200                         debounce-interval = <1    
201                         wakeup-source;            
202                 };                                
203         };                                        
204                                                   
205         panel: panel {                            
206                 /*                                
207                  * edt,et057090dhu: EDT 5.7" L    
208                  * edt,et070080dh6: EDT 7.0" L    
209                  */                               
210                 compatible = "edt,et057090dhu"    
211                 backlight = <&backlight>;         
212                 power-supply = <&reg_3v3>;        
213         };                                        
214                                                   
215         reg_3v3: regulator-3v3 {                  
216                 compatible = "regulator-fixed"    
217                 regulator-name = "3.3V";          
218                 regulator-min-microvolt = <330    
219                 regulator-max-microvolt = <330    
220         };                                        
221                                                   
222         reg_5v0: regulator-5v0 {                  
223                 compatible = "regulator-fixed"    
224                 regulator-name = "5V";            
225                 regulator-min-microvolt = <500    
226                 regulator-max-microvolt = <500    
227         };                                        
228                                                   
229         reg_usbc_vbus: regulator-usbc-vbus {      
230                 compatible = "regulator-fixed"    
231                 regulator-name = "VCC_USB2";      
232                 regulator-min-microvolt = <500    
233                 regulator-max-microvolt = <500    
234                 vin-supply = <&reg_5v0>;          
235         };                                        
236                                                   
237         /* USBH_PEN resp. USB_P_EN */             
238         reg_usbh_vbus: regulator-usbh-vbus {      
239                 compatible = "regulator-fixed"    
240                 regulator-name = "VCC_USB1";      
241                 regulator-min-microvolt = <500    
242                 regulator-max-microvolt = <500    
243                 gpio = <&gpio TEGRA_GPIO(W, 2)    
244                 vin-supply = <&reg_5v0>;          
245         };                                        
246 };                                                
                                                      

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