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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/rockchip/rk3588-jaguar.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/arm64/rockchip/rk3588-jaguar.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/rockchip/rk3588-jaguar.dts (Version linux-2.6.32.71)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Copyright (c) 2023 Theobroma Systems Design    
  4  */                                               
  5                                                   
  6 /dts-v1/;                                         
  7 #include <dt-bindings/gpio/gpio.h>                
  8 #include <dt-bindings/input/input.h>              
  9 #include <dt-bindings/leds/common.h>              
 10 #include <dt-bindings/pinctrl/rockchip.h>         
 11 #include <dt-bindings/usb/pd.h>                   
 12 #include "rk3588.dtsi"                            
 13                                                   
 14 / {                                               
 15         model = "Theobroma Systems RK3588-SBC     
 16         compatible = "tsd,rk3588-jaguar", "roc    
 17                                                   
 18         adc-keys {                                
 19                 compatible = "adc-keys";          
 20                 io-channels = <&saradc 0>;        
 21                 io-channel-names = "buttons";     
 22                 keyup-threshold-microvolt = <1    
 23                 poll-interval = <100>;            
 24                                                   
 25                 /* Can be controlled through S    
 26                 button-bios-disable {             
 27                         label = "BIOS_DISABLE"    
 28                         linux,code = <KEY_VEND    
 29                         press-threshold-microv    
 30                 };                                
 31         };                                        
 32                                                   
 33         aliases {                                 
 34                 ethernet0 = &gmac0;               
 35                 mmc0 = &sdhci;                    
 36                 mmc1 = &sdmmc;                    
 37                 rtc0 = &rtc_twi;                  
 38         };                                        
 39                                                   
 40         chosen {                                  
 41                 stdout-path = "serial2:115200n    
 42         };                                        
 43                                                   
 44         /* DCIN is 12-24V but standard is 12V     
 45         dc_12v: dc-12v-regulator {                
 46                 compatible = "regulator-fixed"    
 47                 regulator-name = "dc_12v";        
 48                 regulator-always-on;              
 49                 regulator-boot-on;                
 50                 regulator-min-microvolt = <120    
 51                 regulator-max-microvolt = <120    
 52         };                                        
 53                                                   
 54         emmc_pwrseq: emmc-pwrseq {                
 55                 compatible = "mmc-pwrseq-emmc"    
 56                 pinctrl-0 = <&emmc_reset>;        
 57                 pinctrl-names = "default";        
 58                 reset-gpios = <&gpio2 RK_PA3 G    
 59         };                                        
 60                                                   
 61         leds {                                    
 62                 compatible = "gpio-leds";         
 63                 pinctrl-names = "default";        
 64                 pinctrl-0 = <&led1_pin>;          
 65                                                   
 66                 /* LED1 on PCB */                 
 67                 led-1 {                           
 68                         gpios = <&gpio1 RK_PD4    
 69                         function = LED_FUNCTIO    
 70                         linux,default-trigger     
 71                         color = <LED_COLOR_ID_    
 72                 };                                
 73         };                                        
 74                                                   
 75         /*                                        
 76          * 100MHz reference clock for PCIe per    
 77          * clock generator.                       
 78          * The clock output is gated via the O    
 79          * This is modeled as a fixed-clock pl    
 80          */                                       
 81         pcie_refclk_gen: pcie-refclk-gen-clock    
 82                 compatible = "fixed-clock";       
 83                 #clock-cells = <0>;               
 84                 clock-frequency = <100000000>;    
 85         };                                        
 86                                                   
 87         pcie_refclk: pcie-refclk-clock {          
 88                 compatible = "gpio-gate-clock"    
 89                 clocks = <&pcie_refclk_gen>;      
 90                 #clock-cells = <0>;               
 91                 enable-gpios = <&gpio0 RK_PC6     
 92                 pinctrl-names = "default";        
 93                 pinctrl-0 = <&pcie30x4_clkreqn    
 94         };                                        
 95                                                   
 96         pps {                                     
 97                 compatible = "pps-gpio";          
 98                 gpios = <&gpio0 RK_PD5 GPIO_AC    
 99         };                                        
100                                                   
101         vcc_1v1_nldo_s3: vcc-1v1-nldo-s3-regul    
102                 compatible = "regulator-fixed"    
103                 regulator-name = "vcc_1v1_nldo    
104                 regulator-always-on;              
105                 regulator-boot-on;                
106                 regulator-min-microvolt = <110    
107                 regulator-max-microvolt = <110    
108                 vin-supply = <&vcc5v0_sys>;       
109         };                                        
110                                                   
111         vcc_1v2_s3: vcc-1v2-s3-regulator {        
112                 compatible = "regulator-fixed"    
113                 regulator-name = "vcc_1v2_s3";    
114                 regulator-always-on;              
115                 regulator-boot-on;                
116                 regulator-min-microvolt = <120    
117                 regulator-max-microvolt = <120    
118                 vin-supply = <&vcc5v0_sys>;       
119         };                                        
120                                                   
121         /* Exposed on P14 and P15 */              
122         vcc_2v8_s3: vcc-2v8-s3-regulator {        
123                 compatible = "regulator-fixed"    
124                 regulator-name = "vcc_2v8_s3";    
125                 regulator-always-on;              
126                 regulator-boot-on;                
127                 regulator-min-microvolt = <280    
128                 regulator-max-microvolt = <280    
129                 vin-supply = <&vcc_3v3_s3>;       
130         };                                        
131                                                   
132         vcc_5v0_usb_a: vcc-5v0-usb-a-regulator    
133                 compatible = "regulator-fixed"    
134                 regulator-name = "usb_a_vcc";     
135                 regulator-min-microvolt = <500    
136                 regulator-max-microvolt = <500    
137                 vin-supply = <&vcc5v0_sys>;       
138                 gpio = <&gpio1 RK_PB4 GPIO_ACT    
139                 enable-active-high;               
140         };                                        
141                                                   
142         vcc_5v0_usb_c1: vcc-5v0-usb-c1-regulat    
143                 compatible = "regulator-fixed"    
144                 regulator-name = "5v_usbc1";      
145                 regulator-min-microvolt = <500    
146                 regulator-max-microvolt = <500    
147                 vin-supply = <&vcc5v0_usb>;       
148                 gpio = <&gpio4 RK_PB5 GPIO_ACT    
149                 enable-active-high;               
150         };                                        
151                                                   
152         vcc_5v0_usb_c2: vcc-5v0-usb-c2-regulat    
153                 compatible = "regulator-fixed"    
154                 regulator-name = "5v_usbc2";      
155                 regulator-min-microvolt = <500    
156                 regulator-max-microvolt = <500    
157                 vin-supply = <&vcc5v0_usb>;       
158                 gpio = <&gpio4 RK_PB6 GPIO_ACT    
159                 enable-active-high;               
160         };                                        
161                                                   
162         vcc3v3_mdot2: vcc3v3-mdot2-regulator {    
163                 compatible = "regulator-fixed"    
164                 regulator-name = "vcc3v3_mdot2    
165                 regulator-always-on;              
166                 regulator-boot-on;                
167                 regulator-min-microvolt = <330    
168                 regulator-max-microvolt = <330    
169                 vin-supply = <&dc_12v>;           
170         };                                        
171                                                   
172         vcc5v0_sys: vcc5v0-sys-regulator {        
173                 compatible = "regulator-fixed"    
174                 regulator-name = "vcc5v0_sys";    
175                 regulator-always-on;              
176                 regulator-boot-on;                
177                 regulator-min-microvolt = <500    
178                 regulator-max-microvolt = <500    
179                 vin-supply = <&dc_12v>;           
180         };                                        
181                                                   
182         vcc5v0_usb: vcc5v0-usb-regulator {        
183                 compatible = "regulator-fixed"    
184                 regulator-name = "vcc5v0_usb";    
185                 regulator-always-on;              
186                 regulator-boot-on;                
187                 regulator-min-microvolt = <500    
188                 regulator-max-microvolt = <500    
189                 vin-supply = <&vcc5v0_sys>;       
190         };                                        
191 };                                                
192                                                   
193 &combphy1_ps {                                    
194         status = "okay";                          
195 };                                                
196                                                   
197 &cpu_b0 {                                         
198         cpu-supply = <&vdd_cpu_big0_s0>;          
199 };                                                
200                                                   
201 &cpu_b1 {                                         
202         cpu-supply = <&vdd_cpu_big0_s0>;          
203 };                                                
204                                                   
205 &cpu_b2 {                                         
206         cpu-supply = <&vdd_cpu_big1_s0>;          
207 };                                                
208                                                   
209 &cpu_b3 {                                         
210         cpu-supply = <&vdd_cpu_big1_s0>;          
211 };                                                
212                                                   
213 &cpu_l0 {                                         
214         cpu-supply = <&vdd_cpu_lit_s0>;           
215 };                                                
216                                                   
217 &cpu_l1 {                                         
218         cpu-supply = <&vdd_cpu_lit_s0>;           
219 };                                                
220                                                   
221 &cpu_l2 {                                         
222         cpu-supply = <&vdd_cpu_lit_s0>;           
223 };                                                
224                                                   
225 &cpu_l3 {                                         
226         cpu-supply = <&vdd_cpu_lit_s0>;           
227 };                                                
228                                                   
229 &gmac0 {                                          
230         clock_in_out = "output";                  
231         phy-handle = <&rgmii_phy>;                
232         phy-mode = "rgmii";                       
233         phy-supply = <&vcc_1v2_s3>;               
234         pinctrl-names = "default";                
235         pinctrl-0 = <&gmac0_miim                  
236                      &gmac0_rx_bus2               
237                      &gmac0_tx_bus2               
238                      &gmac0_rgmii_clk             
239                      &gmac0_rgmii_bus             
240                      &eth0_pins                   
241                      &eth_reset>;                 
242         tx_delay = <0x10>;                        
243         rx_delay = <0x10>;                        
244         snps,reset-gpio = <&gpio4 RK_PC3 GPIO_    
245         snps,reset-active-low;                    
246         snps,reset-delays-us = <0 10000 100000    
247                                                   
248         status = "okay";                          
249 };                                                
250                                                   
251 &gpio1 {                                          
252         mdot2e-w-disable1-n-hog {                 
253                 gpios = <RK_PB1 GPIO_ACTIVE_LO    
254                 output-low;                       
255                 line-name = "m.2 E-key W_DISAB    
256                 gpio-hog;                         
257         };                                        
258 };                                                
259                                                   
260 &gpio4 {                                          
261         mdot2e-w-disable2-n-hog {                 
262                 gpios = <RK_PC1 GPIO_ACTIVE_LO    
263                 output-low;                       
264                 line-name = "m.2 E-key W_DISAB    
265                 gpio-hog;                         
266         };                                        
267 };                                                
268                                                   
269 &gpu {                                            
270         mali-supply = <&vdd_gpu_s0>;              
271         status = "okay";                          
272 };                                                
273                                                   
274 &i2c0 {                                           
275         pinctrl-0 = <&i2c0m2_xfer>;               
276         status = "okay";                          
277                                                   
278         fan@18 {                                  
279                 compatible = "ti,amc6821";        
280                 reg = <0x18>;                     
281         };                                        
282                                                   
283         vdd_npu_s0: regulator@42 {                
284                 compatible = "rockchip,rk8602"    
285                 reg = <0x42>;                     
286                 fcs,suspend-voltage-selector =    
287                 regulator-name = "vdd_npu_s0";    
288                 regulator-always-on;              
289                 regulator-boot-on;                
290                 regulator-min-microvolt = <550    
291                 regulator-max-microvolt = <950    
292                 regulator-ramp-delay = <2300>;    
293                 vin-supply = <&vcc5v0_sys>;       
294                                                   
295                 regulator-state-mem {             
296                         regulator-off-in-suspe    
297                 };                                
298         };                                        
299                                                   
300         vdd_cpu_big1_s0: regulator@43 {           
301                 compatible = "rockchip,rk8603"    
302                 reg = <0x43>;                     
303                 fcs,suspend-voltage-selector =    
304                 regulator-name = "vdd_cpu_big1    
305                 regulator-always-on;              
306                 regulator-boot-on;                
307                 regulator-min-microvolt = <550    
308                 regulator-max-microvolt = <105    
309                 regulator-ramp-delay = <2300>;    
310                 vin-supply = <&vcc5v0_sys>;       
311                                                   
312                 regulator-state-mem {             
313                         regulator-off-in-suspe    
314                 };                                
315         };                                        
316                                                   
317         rtc_twi: rtc@6f {                         
318                 compatible = "isil,isl1208";      
319                 reg = <0x6f>;                     
320         };                                        
321 };                                                
322                                                   
323 &i2c1 {                                           
324         pinctrl-0 = <&i2c1m4_xfer>;               
325 };                                                
326                                                   
327 &i2c6 {                                           
328         pinctrl-0 = <&i2c6m4_xfer>;               
329 };                                                
330                                                   
331 &i2c7 {                                           
332         status = "okay";                          
333                                                   
334         /* SE050 Secure Element at 0x48; GPIO1    
335                                                   
336         /* Also on 0x55 */                        
337         eeprom@54 {                               
338                 compatible = "st,24c04", "atme    
339                 reg = <0x54>;                     
340                 pagesize = <16>;                  
341                 vcc-supply = <&vcc_3v3_s3>;       
342         };                                        
343 };                                                
344                                                   
345 &i2c8 {                                           
346         pinctrl-0 = <&i2c8m2_xfer>;               
347         status = "okay";                          
348                                                   
349         vdd_cpu_big0_s0: regulator@42 {           
350                 compatible = "rockchip,rk8602"    
351                 reg = <0x42>;                     
352                 fcs,suspend-voltage-selector =    
353                 regulator-name = "vdd_cpu_big0    
354                 regulator-always-on;              
355                 regulator-boot-on;                
356                 regulator-min-microvolt = <550    
357                 regulator-max-microvolt = <105    
358                 regulator-ramp-delay = <2300>;    
359                 vin-supply = <&vcc5v0_sys>;       
360                                                   
361                 regulator-state-mem {             
362                         regulator-off-in-suspe    
363                 };                                
364         };                                        
365 };                                                
366                                                   
367 &mdio0 {                                          
368         rgmii_phy: ethernet-phy@6 {               
369                 /* KSZ9031 or KSZ9131 */          
370                 compatible = "ethernet-phy-iee    
371                 reg = <0x6>;                      
372                 clocks = <&cru REFCLKO25M_ETH0    
373         };                                        
374 };                                                
375                                                   
376 &pcie2x1l0 {                                      
377         reset-gpios = <&gpio4 RK_PB3 GPIO_ACTI    
378         vpcie3v3-supply = <&vcc3v3_mdot2>;        
379         status = "okay";                          
380 };                                                
381                                                   
382 &pcie30phy {                                      
383         status = "okay";                          
384 };                                                
385                                                   
386 &pcie3x4 {                                        
387         /*                                        
388          * The board has a gpio-controlled "pc    
389          * so add it to the list of clocks.       
390          */                                       
391         clocks = <&cru ACLK_PCIE_4L_MSTR>, <&c    
392                  <&cru ACLK_PCIE_4L_DBI>, <&cr    
393                  <&cru CLK_PCIE_AUX0>, <&cru C    
394                  <&pcie_refclk>;                  
395         clock-names = "aclk_mst", "aclk_slv",     
396                       "aclk_dbi", "pclk",         
397                       "aux", "pipe",              
398                       "ref";                      
399         pinctrl-names = "default";                
400         pinctrl-0 = <&pcie30x4_waken_m0 &pcie3    
401         reset-gpios = <&gpio0 RK_PD0 GPIO_ACTI    
402         vpcie3v3-supply = <&vcc3v3_mdot2>;        
403         status = "okay";                          
404 };                                                
405                                                   
406 &pinctrl {                                        
407         emmc {                                    
408                 emmc_reset: emmc-reset {          
409                         rockchip,pins = <2 RK_    
410                 };                                
411         };                                        
412                                                   
413         ethernet {                                
414                 eth_reset: eth-reset {            
415                         rockchip,pins = <4 RK_    
416                 };                                
417         };                                        
418                                                   
419         leds {                                    
420                 led1_pin: led1-pin {              
421                         rockchip,pins = <1 RK_    
422                 };                                
423         };                                        
424                                                   
425         pcie30x4 {                                
426                 pcie30x4_clkreqn_m0: pcie30x4-    
427                         rockchip,pins = <0 RK_    
428                 };                                
429                                                   
430                 pcie30x4_perstn_m0: pcie30x4-p    
431                         rockchip,pins = <0 RK_    
432                 };                                
433                                                   
434                 pcie30x4_waken_m0: pcie30x4-wa    
435                         rockchip,pins = <0 RK_    
436                 };                                
437         };                                        
438 };                                                
439                                                   
440 &saradc {                                         
441         vref-supply = <&vcc_1v8_s0>;              
442         status = "okay";                          
443 };                                                
444                                                   
445 &sdhci {                                          
446         bus-width = <8>;                          
447         cap-mmc-highspeed;                        
448         mmc-ddr-1_8v;                             
449         mmc-hs200-1_8v;                           
450         mmc-hs400-1_8v;                           
451         mmc-hs400-enhanced-strobe;                
452         mmc-pwrseq = <&emmc_pwrseq>;              
453         no-sdio;                                  
454         no-sd;                                    
455         non-removable;                            
456         pinctrl-names = "default";                
457         pinctrl-0 = <&emmc_bus8 &emmc_cmd &emm    
458         supports-cqe;                             
459         vmmc-supply = <&vcc_3v3_s3>;              
460         vqmmc-supply = <&vcc_1v8_s3>;             
461         status = "okay";                          
462 };                                                
463                                                   
464 &sdmmc {                                          
465         broken-cd;                                
466         bus-width = <4>;                          
467         cap-sd-highspeed;                         
468         disable-wp;                               
469         max-frequency = <150000000>;              
470         pinctrl-names = "default";                
471         pinctrl-0 = <&sdmmc_bus4 &sdmmc_cmd &s    
472         sd-uhs-sdr12;                             
473         sd-uhs-sdr25;                             
474         sd-uhs-sdr50;                             
475         sd-uhs-ddr50;                             
476         sd-uhs-sdr104;                            
477         vmmc-supply = <&vcc_3v3_s3>;              
478         vqmmc-supply = <&vccio_sd_s0>;            
479         status = "okay";                          
480 };                                                
481                                                   
482 &spi2 {                                           
483         assigned-clocks = <&cru CLK_SPI2>;        
484         assigned-clock-rates = <200000000>;       
485         num-cs = <1>;                             
486         pinctrl-names = "default";                
487         pinctrl-0 = <&spi2m2_cs0 &spi2m2_pins>    
488         status = "okay";                          
489                                                   
490         pmic@0 {                                  
491                 compatible = "rockchip,rk806";    
492                 reg = <0x0>;                      
493                 interrupt-parent = <&gpio0>;      
494                 interrupts = <7 IRQ_TYPE_LEVEL    
495                 gpio-controller;                  
496                 #gpio-cells = <2>;                
497                 pinctrl-names = "default";        
498                 pinctrl-0 = <&pmic_pins>, <&rk    
499                             <&rk806_dvs2_null>    
500                 spi-max-frequency = <1000000>;    
501                 system-power-controller;          
502                 vcc1-supply = <&vcc5v0_sys>;      
503                 vcc2-supply = <&vcc5v0_sys>;      
504                 vcc3-supply = <&vcc5v0_sys>;      
505                 vcc4-supply = <&vcc5v0_sys>;      
506                 vcc5-supply = <&vcc5v0_sys>;      
507                 vcc6-supply = <&vcc5v0_sys>;      
508                 vcc7-supply = <&vcc5v0_sys>;      
509                 vcc8-supply = <&vcc5v0_sys>;      
510                 vcc9-supply = <&vcc5v0_sys>;      
511                 vcc10-supply = <&vcc5v0_sys>;     
512                 vcc11-supply = <&vcc_2v0_pldo_    
513                 vcc12-supply = <&vcc5v0_sys>;     
514                 vcc13-supply = <&vcc_1v1_nldo_    
515                 vcc14-supply = <&vcc_1v1_nldo_    
516                 vcca-supply = <&vcc5v0_sys>;      
517                                                   
518                 rk806_dvs1_null: dvs1-null-pin    
519                         pins = "gpio_pwrctrl1"    
520                         function = "pin_fun0";    
521                 };                                
522                                                   
523                 rk806_dvs2_null: dvs2-null-pin    
524                         pins = "gpio_pwrctrl2"    
525                         function = "pin_fun0";    
526                 };                                
527                                                   
528                 rk806_dvs3_null: dvs3-null-pin    
529                         pins = "gpio_pwrctrl3"    
530                         function = "pin_fun0";    
531                 };                                
532                                                   
533                 regulators {                      
534                         vdd_gpu_s0: dcdc-reg1     
535                                 regulator-boot    
536                                 regulator-min-    
537                                 regulator-max-    
538                                 regulator-ramp    
539                                 regulator-name    
540                                 regulator-enab    
541                                                   
542                                 regulator-stat    
543                                         regula    
544                                 };                
545                         };                        
546                                                   
547                         vdd_cpu_lit_s0: dcdc-r    
548                                 regulator-name    
549                                 regulator-alwa    
550                                 regulator-boot    
551                                 regulator-min-    
552                                 regulator-max-    
553                                 regulator-ramp    
554                                                   
555                                 regulator-stat    
556                                         regula    
557                                 };                
558                         };                        
559                                                   
560                         vdd_log_s0: dcdc-reg3     
561                                 regulator-name    
562                                 regulator-alwa    
563                                 regulator-boot    
564                                 regulator-min-    
565                                 regulator-max-    
566                                 regulator-ramp    
567                                                   
568                                 regulator-stat    
569                                         regula    
570                                         regula    
571                                 };                
572                         };                        
573                                                   
574                         vdd_vdenc_s0: dcdc-reg    
575                                 regulator-name    
576                                 regulator-alwa    
577                                 regulator-boot    
578                                 regulator-min-    
579                                 regulator-max-    
580                                 regulator-ramp    
581                                                   
582                                 regulator-stat    
583                                         regula    
584                                 };                
585                         };                        
586                                                   
587                         vdd_ddr_s0: dcdc-reg5     
588                                 regulator-name    
589                                 regulator-alwa    
590                                 regulator-boot    
591                                 regulator-min-    
592                                 regulator-max-    
593                                 regulator-ramp    
594                                                   
595                                 regulator-stat    
596                                         regula    
597                                         regula    
598                                 };                
599                         };                        
600                                                   
601                         vdd2_ddr_s3: dcdc-reg6    
602                                 regulator-name    
603                                 regulator-alwa    
604                                 regulator-boot    
605                                                   
606                                 regulator-stat    
607                                         regula    
608                                 };                
609                         };                        
610                                                   
611                         vcc_2v0_pldo_s3: dcdc-    
612                                 regulator-name    
613                                 regulator-alwa    
614                                 regulator-boot    
615                                 regulator-min-    
616                                 regulator-max-    
617                                 regulator-ramp    
618                                                   
619                                 regulator-stat    
620                                         regula    
621                                         regula    
622                                 };                
623                         };                        
624                                                   
625                         vcc_3v3_s3: dcdc-reg8     
626                                 regulator-name    
627                                 regulator-alwa    
628                                 regulator-boot    
629                                 regulator-min-    
630                                 regulator-max-    
631                                                   
632                                 regulator-stat    
633                                         regula    
634                                         regula    
635                                 };                
636                         };                        
637                                                   
638                         vddq_ddr_s0: dcdc-reg9    
639                                 regulator-name    
640                                 regulator-alwa    
641                                 regulator-boot    
642                                                   
643                                 regulator-stat    
644                                         regula    
645                                 };                
646                         };                        
647                                                   
648                         vcc_1v8_s3: dcdc-reg10    
649                                 regulator-name    
650                                 regulator-alwa    
651                                 regulator-boot    
652                                 regulator-min-    
653                                 regulator-max-    
654                                                   
655                                 regulator-stat    
656                                         regula    
657                                         regula    
658                                 };                
659                         };                        
660                                                   
661                         vcca_1v8_s0: pldo-reg1    
662                                 regulator-name    
663                                 regulator-alwa    
664                                 regulator-boot    
665                                 regulator-min-    
666                                 regulator-max-    
667                                                   
668                                 regulator-stat    
669                                         regula    
670                                 };                
671                         };                        
672                                                   
673                         vcc_1v8_s0: pldo-reg2     
674                                 regulator-name    
675                                 regulator-alwa    
676                                 regulator-boot    
677                                 regulator-min-    
678                                 regulator-max-    
679                                                   
680                                 regulator-stat    
681                                         regula    
682                                         regula    
683                                 };                
684                         };                        
685                                                   
686                         vdda_1v2_s0: pldo-reg3    
687                                 regulator-name    
688                                 regulator-alwa    
689                                 regulator-boot    
690                                 regulator-min-    
691                                 regulator-max-    
692                                                   
693                                 regulator-stat    
694                                         regula    
695                                 };                
696                         };                        
697                                                   
698                         vcca_3v3_s0: pldo-reg4    
699                                 regulator-name    
700                                 regulator-alwa    
701                                 regulator-boot    
702                                 regulator-min-    
703                                 regulator-max-    
704                                 regulator-ramp    
705                                                   
706                                 regulator-stat    
707                                         regula    
708                                 };                
709                         };                        
710                                                   
711                         vccio_sd_s0: pldo-reg5    
712                                 regulator-name    
713                                 regulator-alwa    
714                                 regulator-boot    
715                                 regulator-min-    
716                                 regulator-max-    
717                                 regulator-ramp    
718                                                   
719                                 regulator-stat    
720                                         regula    
721                                 };                
722                         };                        
723                                                   
724                         pldo6_s3: pldo-reg6 {     
725                                 regulator-name    
726                                 regulator-alwa    
727                                 regulator-boot    
728                                 regulator-min-    
729                                 regulator-max-    
730                                                   
731                                 regulator-stat    
732                                         regula    
733                                         regula    
734                                 };                
735                         };                        
736                                                   
737                         vdd_0v75_s3: nldo-reg1    
738                                 regulator-name    
739                                 regulator-alwa    
740                                 regulator-boot    
741                                 regulator-min-    
742                                 regulator-max-    
743                                                   
744                                 regulator-stat    
745                                         regula    
746                                         regula    
747                                 };                
748                         };                        
749                                                   
750                         vdda_ddr_pll_s0: nldo-    
751                                 regulator-name    
752                                 regulator-alwa    
753                                 regulator-boot    
754                                 regulator-min-    
755                                 regulator-max-    
756                                                   
757                                 regulator-stat    
758                                         regula    
759                                         regula    
760                                 };                
761                         };                        
762                                                   
763                         vdda_0v75_s0: nldo-reg    
764                                 regulator-name    
765                                 regulator-alwa    
766                                 regulator-boot    
767                                 regulator-min-    
768                                 regulator-max-    
769                                                   
770                                 regulator-stat    
771                                         regula    
772                                 };                
773                         };                        
774                                                   
775                         vdda_0v85_s0: nldo-reg    
776                                 regulator-name    
777                                 regulator-alwa    
778                                 regulator-boot    
779                                 regulator-min-    
780                                 regulator-max-    
781                                                   
782                                 regulator-stat    
783                                         regula    
784                                 };                
785                         };                        
786                                                   
787                         vdd_0v75_s0: nldo-reg5    
788                                 regulator-name    
789                                 regulator-alwa    
790                                 regulator-boot    
791                                 regulator-min-    
792                                 regulator-max-    
793                                                   
794                                 regulator-stat    
795                                         regula    
796                                 };                
797                         };                        
798                 };                                
799         };                                        
800 };                                                
801                                                   
802 &tsadc {                                          
803         status = "okay";                          
804 };                                                
805                                                   
806 &u2phy2 {                                         
807         status = "okay";                          
808 };                                                
809                                                   
810 &u2phy2_host {                                    
811         phy-supply = <&vcc_5v0_usb_a>;            
812         status = "okay";                          
813 };                                                
814                                                   
815 &u2phy3 {                                         
816         status = "okay";                          
817 };                                                
818                                                   
819 &u2phy3_host {                                    
820         status = "okay";                          
821 };                                                
822                                                   
823 /* Mule-ATtiny debug UART; typically baudrate     
824 &uart0 {                                          
825         pinctrl-0 = <&uart0m0_xfer>;              
826         status = "okay";                          
827 };                                                
828                                                   
829 /* Main debug interface on P20 micro-USB B por    
830 &uart2 {                                          
831         pinctrl-0 = <&uart2m0_xfer>;              
832         status = "okay";                          
833 };                                                
834                                                   
835 /* RS485 on P19 */                                
836 &uart3 {                                          
837         pinctrl-0 = <&uart3m2_xfer &uart3_rtsn    
838         linux,rs485-enabled-at-boot-time;         
839         status = "okay";                          
840 };                                                
841                                                   
842 /* Mule-ATtiny UPDI flashing UART */              
843 &uart7 {                                          
844         pinctrl-0 = <&uart7m0_xfer>;              
845         status = "okay";                          
846 };                                                
847                                                   
848 /* host0 on P10 USB-A */                          
849 &usb_host0_ehci {                                 
850         status = "okay";                          
851 };                                                
852                                                   
853 /* host0 on P10 USB-A */                          
854 &usb_host0_ohci {                                 
855         status = "okay";                          
856 };                                                
857                                                   
858 /* host1 on M.2 E-key */                          
859 &usb_host1_ehci {                                 
860         status = "okay";                          
861 };                                                
862                                                   
863 /* host1 on M.2 E-key */                          
864 &usb_host1_ohci {                                 
865         status = "okay";                          
866 };                                                
                                                      

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