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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.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 /arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts (Architecture i386) and /arch/sparc/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts (Architecture sparc)


  1 // SPDX-License-Identifier: (GPL-2.0-only OR B    
  2 /*                                                
  3  * Device Tree Source for the RZ/V2H EVK board    
  4  *                                                
  5  * Copyright (C) 2024 Renesas Electronics Corp    
  6  */                                               
  7                                                   
  8 /dts-v1/;                                         
  9                                                   
 10 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h>    
 11 #include <dt-bindings/gpio/gpio.h>                
 12 #include "r9a09g057.dtsi"                         
 13                                                   
 14 / {                                               
 15         model = "Renesas RZ/V2H EVK Board base    
 16         compatible = "renesas,rzv2h-evk", "ren    
 17                                                   
 18         aliases {                                 
 19                 i2c0 = &i2c0;                     
 20                 i2c1 = &i2c1;                     
 21                 i2c2 = &i2c2;                     
 22                 i2c3 = &i2c3;                     
 23                 i2c6 = &i2c6;                     
 24                 i2c7 = &i2c7;                     
 25                 i2c8 = &i2c8;                     
 26                 mmc1 = &sdhi1;                    
 27                 serial0 = &scif;                  
 28         };                                        
 29                                                   
 30         chosen {                                  
 31                 bootargs = "ignore_loglevel";     
 32                 stdout-path = "serial0:115200n    
 33         };                                        
 34                                                   
 35         memory@48000000 {                         
 36                 device_type = "memory";           
 37                 /* first 128MB is reserved for    
 38                 reg = <0x0 0x48000000 0x1 0xF8    
 39         };                                        
 40                                                   
 41         memory@240000000 {                        
 42                 device_type = "memory";           
 43                 reg = <0x2 0x40000000 0x2 0x00    
 44         };                                        
 45                                                   
 46         reg_3p3v: regulator1 {                    
 47                 compatible = "regulator-fixed"    
 48                                                   
 49                 regulator-name = "fixed-3.3V";    
 50                 regulator-min-microvolt = <330    
 51                 regulator-max-microvolt = <330    
 52                 regulator-boot-on;                
 53                 regulator-always-on;              
 54         };                                        
 55                                                   
 56         vqmmc_sdhi1: regulator-vccq-sdhi1 {       
 57                 compatible = "regulator-gpio";    
 58                 regulator-name = "SDHI1 VccQ";    
 59                 gpios = <&pinctrl RZG2L_GPIO(1    
 60                 regulator-min-microvolt = <180    
 61                 regulator-max-microvolt = <330    
 62                 gpios-states = <0>;               
 63                 states = <3300000 0>, <1800000    
 64         };                                        
 65 };                                                
 66                                                   
 67 &audio_extal_clk {                                
 68         clock-frequency = <22579200>;             
 69 };                                                
 70                                                   
 71 &i2c0 {                                           
 72         pinctrl-0 = <&i2c0_pins>;                 
 73         pinctrl-names = "default";                
 74         clock-frequency = <400000>;               
 75                                                   
 76         status = "okay";                          
 77 };                                                
 78                                                   
 79 &i2c1 {                                           
 80         pinctrl-0 = <&i2c1_pins>;                 
 81         pinctrl-names = "default";                
 82         clock-frequency = <400000>;               
 83                                                   
 84         status = "okay";                          
 85 };                                                
 86                                                   
 87 &i2c2 {                                           
 88         pinctrl-0 = <&i2c2_pins>;                 
 89         pinctrl-names = "default";                
 90         clock-frequency = <400000>;               
 91                                                   
 92         status = "okay";                          
 93 };                                                
 94                                                   
 95 &i2c3 {                                           
 96         pinctrl-0 = <&i2c3_pins>;                 
 97         pinctrl-names = "default";                
 98         clock-frequency = <400000>;               
 99                                                   
100         status = "okay";                          
101 };                                                
102                                                   
103 &i2c6 {                                           
104         pinctrl-0 = <&i2c6_pins>;                 
105         pinctrl-names = "default";                
106         clock-frequency = <400000>;               
107                                                   
108         status = "okay";                          
109 };                                                
110                                                   
111 &i2c7 {                                           
112         pinctrl-0 = <&i2c7_pins>;                 
113         pinctrl-names = "default";                
114         clock-frequency = <400000>;               
115                                                   
116         status = "okay";                          
117 };                                                
118                                                   
119 &i2c8 {                                           
120         pinctrl-0 = <&i2c8_pins>;                 
121         pinctrl-names = "default";                
122         clock-frequency = <400000>;               
123                                                   
124         status = "okay";                          
125 };                                                
126                                                   
127 &ostm0 {                                          
128         status = "okay";                          
129 };                                                
130                                                   
131 &ostm1 {                                          
132         status = "okay";                          
133 };                                                
134                                                   
135 &ostm2 {                                          
136         status = "okay";                          
137 };                                                
138                                                   
139 &ostm3 {                                          
140         status = "okay";                          
141 };                                                
142                                                   
143 &ostm4 {                                          
144         status = "okay";                          
145 };                                                
146                                                   
147 &ostm5 {                                          
148         status = "okay";                          
149 };                                                
150                                                   
151 &ostm6 {                                          
152         status = "okay";                          
153 };                                                
154                                                   
155 &ostm7 {                                          
156         status = "okay";                          
157 };                                                
158                                                   
159 &pinctrl {                                        
160         i2c0_pins: i2c0 {                         
161                 pinmux = <RZG2L_PORT_PINMUX(3,    
162                          <RZG2L_PORT_PINMUX(3,    
163         };                                        
164                                                   
165         i2c1_pins: i2c1 {                         
166                 pinmux = <RZG2L_PORT_PINMUX(3,    
167                          <RZG2L_PORT_PINMUX(3,    
168         };                                        
169                                                   
170         i2c2_pins: i2c2 {                         
171                 pinmux = <RZG2L_PORT_PINMUX(2,    
172                          <RZG2L_PORT_PINMUX(2,    
173         };                                        
174                                                   
175         i2c3_pins: i2c3 {                         
176                 pinmux = <RZG2L_PORT_PINMUX(3,    
177                          <RZG2L_PORT_PINMUX(3,    
178         };                                        
179                                                   
180         i2c6_pins: i2c6 {                         
181                 pinmux = <RZG2L_PORT_PINMUX(4,    
182                          <RZG2L_PORT_PINMUX(4,    
183         };                                        
184                                                   
185         i2c7_pins: i2c7 {                         
186                 pinmux = <RZG2L_PORT_PINMUX(4,    
187                          <RZG2L_PORT_PINMUX(4,    
188         };                                        
189                                                   
190         i2c8_pins: i2c8 {                         
191                 pinmux = <RZG2L_PORT_PINMUX(0,    
192                          <RZG2L_PORT_PINMUX(0,    
193         };                                        
194                                                   
195         scif_pins: scif {                         
196                 pins = "SCIF_TXD", "SCIF_RXD";    
197                 renesas,output-impedance = <1>    
198         };                                        
199                                                   
200         sd1-pwr-en-hog {                          
201                 gpio-hog;                         
202                 gpios = <RZG2L_GPIO(10, 3) GPI    
203                 output-high;                      
204                 line-name = "sd1_pwr_en";         
205         };                                        
206                                                   
207         sdhi1_pins: sd1 {                         
208                 sd1_dat_cmd {                     
209                         pins = "SD1DAT0", "SD1    
210                         input-enable;             
211                         renesas,output-impedan    
212                         slew-rate = <0>;          
213                 };                                
214                                                   
215                 sd1_clk {                         
216                         pins = "SD1CLK";          
217                         renesas,output-impedan    
218                         slew-rate = <0>;          
219                 };                                
220                                                   
221                 sd1_cd {                          
222                         pinmux = <RZG2L_PORT_P    
223                 };                                
224         };                                        
225 };                                                
226                                                   
227 &qextal_clk {                                     
228         clock-frequency = <24000000>;             
229 };                                                
230                                                   
231 &rtxin_clk {                                      
232         clock-frequency = <32768>;                
233 };                                                
234                                                   
235 &scif {                                           
236         pinctrl-0 = <&scif_pins>;                 
237         pinctrl-names = "default";                
238                                                   
239         status = "okay";                          
240 };                                                
241                                                   
242 &sdhi1 {                                          
243         pinctrl-0 = <&sdhi1_pins>;                
244         pinctrl-1 = <&sdhi1_pins>;                
245         pinctrl-names = "default", "state_uhs"    
246         vmmc-supply = <&reg_3p3v>;                
247         vqmmc-supply = <&vqmmc_sdhi1>;            
248         bus-width = <4>;                          
249         sd-uhs-sdr50;                             
250         sd-uhs-sdr104;                            
251         status = "okay";                          
252 };                                                
253                                                   
254 &wdt1 {                                           
255         status = "okay";                          
256 };                                                
                                                      

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