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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/rockchip/rv1126-edgeble-neu2-io.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/rockchip/rv1126-edgeble-neu2-io.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/rockchip/rv1126-edgeble-neu2-io.dts (Version linux-4.12.14)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Copyright (c) 2020 Rockchip Electronics Co.    
  4  * Copyright (c) 2022 Edgeble AI Technologies     
  5  */                                               
  6                                                   
  7 /dts-v1/;                                         
  8 #include "rv1126.dtsi"                            
  9 #include "rv1126-edgeble-neu2.dtsi"               
 10                                                   
 11 / {                                               
 12         model = "Edgeble Neu2 IO Board";          
 13         compatible = "edgeble,neural-compute-m    
 14                      "edgeble,neural-compute-m    
 15                                                   
 16         aliases {                                 
 17                 serial2 = &uart2;                 
 18         };                                        
 19                                                   
 20         chosen {                                  
 21                 stdout-path = "serial2:1500000    
 22         };                                        
 23                                                   
 24         vcc12v_dcin: vcc12v-dcin-regulator {      
 25                 compatible = "regulator-fixed"    
 26                 regulator-name = "vcc12v_dcin"    
 27                 regulator-always-on;              
 28                 regulator-boot-on;                
 29                 regulator-min-microvolt = <120    
 30                 regulator-max-microvolt = <120    
 31         };                                        
 32                                                   
 33         vcc5v0_sys: vcc5v0-sys-regulator {        
 34                 compatible = "regulator-fixed"    
 35                 regulator-name = "vcc5v0_sys";    
 36                 regulator-always-on;              
 37                 regulator-boot-on;                
 38                 regulator-min-microvolt = <500    
 39                 regulator-max-microvolt = <500    
 40                 vin-supply = <&vcc12v_dcin>;      
 41         };                                        
 42                                                   
 43         v3v3_sys: v3v3-sys-regulator {            
 44                 compatible = "regulator-fixed"    
 45                 regulator-name = "v3v3_sys";      
 46                 regulator-always-on;              
 47                 regulator-boot-on;                
 48                 regulator-min-microvolt = <330    
 49                 regulator-max-microvolt = <330    
 50                 vin-supply = <&vcc5v0_sys>;       
 51         };                                        
 52 };                                                
 53                                                   
 54 &gmac {                                           
 55         assigned-clocks = <&cru CLK_GMAC_SRC>,    
 56                           <&cru CLK_GMAC_ETHER    
 57         assigned-clock-parents = <&cru CLK_GMA    
 58         assigned-clock-rates = <125000000>, <0    
 59         clock_in_out = "input";                   
 60         phy-handle = <&phy>;                      
 61         phy-mode = "rgmii";                       
 62         phy-supply = <&vcc_3v3>;                  
 63         pinctrl-names = "default";                
 64         pinctrl-0 = <&rgmiim1_miim &rgmiim1_bu    
 65         tx_delay = <0x2a>;                        
 66         rx_delay = <0x1a>;                        
 67         status = "okay";                          
 68 };                                                
 69                                                   
 70 &mdio {                                           
 71         phy: ethernet-phy@0 {                     
 72                 compatible = "ethernet-phy-id0    
 73                 reg = <0x0>;                      
 74                 pinctrl-names = "default";        
 75                 pinctrl-0 = <&eth_phy_rst>;       
 76                 reset-assert-us = <20000>;        
 77                 reset-deassert-us = <100000>;     
 78                 reset-gpios = <&gpio0 RK_PB6 G    
 79         };                                        
 80 };                                                
 81                                                   
 82 &pinctrl {                                        
 83         ethernet {                                
 84                 eth_phy_rst: eth-phy-rst {        
 85                         rockchip,pins = <0 RK_    
 86                 };                                
 87         };                                        
 88 };                                                
 89                                                   
 90 &pwm11 {                                          
 91         status = "okay";                          
 92 };                                                
 93                                                   
 94 &sdmmc {                                          
 95         bus-width = <4>;                          
 96         cap-mmc-highspeed;                        
 97         cap-sd-highspeed;                         
 98         card-detect-delay = <200>;                
 99         pinctrl-names = "default";                
100         pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &    
101         rockchip,default-sample-phase = <90>;     
102         sd-uhs-sdr12;                             
103         sd-uhs-sdr25;                             
104         sd-uhs-sdr104;                            
105         vqmmc-supply = <&vccio_sd>;               
106         status = "okay";                          
107 };                                                
108                                                   
109 &uart2 {                                          
110         status = "okay";                          
111 };                                                
                                                      

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