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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/aspeed/aspeed-ast2500-evb.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/aspeed/aspeed-ast2500-evb.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/aspeed/aspeed-ast2500-evb.dts (Version linux-4.15.18)


  1 // SPDX-License-Identifier: GPL-2.0+              
  2 /dts-v1/;                                         
  3                                                   
  4 #include "aspeed-g5.dtsi"                         
  5                                                   
  6 / {                                               
  7         model = "AST2500 EVB";                    
  8         compatible = "aspeed,ast2500-evb", "as    
  9                                                   
 10         aliases {                                 
 11                 serial4 = &uart5;                 
 12         };                                        
 13                                                   
 14         chosen {                                  
 15                 stdout-path = &uart5;             
 16                 bootargs = "console=tty0 conso    
 17         };                                        
 18                                                   
 19         memory@80000000 {                         
 20                 reg = <0x80000000 0x20000000>;    
 21         };                                        
 22                                                   
 23         reserved-memory {                         
 24                 #address-cells = <1>;             
 25                 #size-cells = <1>;                
 26                 ranges;                           
 27                                                   
 28                 gfx_memory: framebuffer {         
 29                         size = <0x01000000>;      
 30                         alignment = <0x0100000    
 31                         compatible = "shared-d    
 32                         reusable;                 
 33                 };                                
 34         };                                        
 35 };                                                
 36                                                   
 37 &fmc {                                            
 38         status = "okay";                          
 39         flash@0 {                                 
 40                 status = "okay";                  
 41                 m25p,fast-read;                   
 42                 label = "bmc";                    
 43                 spi-max-frequency = <50000000>    
 44 #include "openbmc-flash-layout.dtsi"              
 45         };                                        
 46 };                                                
 47                                                   
 48 &spi1 {                                           
 49         status = "okay";                          
 50         flash@0 {                                 
 51                 status = "okay";                  
 52                 m25p,fast-read;                   
 53                 label = "pnor";                   
 54                 spi-max-frequency = <100000000    
 55         };                                        
 56 };                                                
 57                                                   
 58 &spi2 {                                           
 59         status = "okay";                          
 60 };                                                
 61                                                   
 62 &uart5 {                                          
 63         status = "okay";                          
 64 };                                                
 65                                                   
 66 &mac0 {                                           
 67         status = "okay";                          
 68                                                   
 69         pinctrl-names = "default";                
 70         pinctrl-0 = <&pinctrl_rgmii1_default &    
 71 };                                                
 72                                                   
 73 &mac1 {                                           
 74         status = "okay";                          
 75                                                   
 76         pinctrl-names = "default";                
 77         pinctrl-0 = <&pinctrl_rgmii2_default &    
 78 };                                                
 79                                                   
 80 &i2c3 {                                           
 81         status = "okay";                          
 82                                                   
 83         eeprom@50 {                               
 84                 compatible = "atmel,24c08";       
 85                 reg = <0x50>;                     
 86                 pagesize = <16>;                  
 87         };                                        
 88 };                                                
 89                                                   
 90 &i2c7 {                                           
 91         status = "okay";                          
 92                                                   
 93         lm75@4d {                                 
 94                 compatible = "national,lm75";     
 95                 reg = <0x4d>;                     
 96         };                                        
 97 };                                                
 98                                                   
 99 &sdmmc {                                          
100         status = "okay";                          
101 };                                                
102                                                   
103 &sdhci0 {                                         
104         status = "okay";                          
105                                                   
106         pinctrl-names = "default";                
107         pinctrl-0 = <&pinctrl_sd1_default>;       
108 };                                                
109                                                   
110 /*                                                
111  * Enable port A as device (via the virtual hu    
112  * host by default on the eval board. This can    
113  * by replacing the override below with &ehci0    
114  * host on both ports.                            
115  */                                               
116 &vhub {                                           
117         status = "okay";                          
118 };                                                
119                                                   
120 &ehci1 {                                          
121         status = "okay";                          
122 };                                                
123                                                   
124 &uhci {                                           
125         status = "okay";                          
126 };                                                
127                                                   
128 &gfx {                                            
129      status = "okay";                             
130      memory-region = <&gfx_memory>;               
131 };                                                
132                                                   
133 &rtc {                                            
134         status = "okay";                          
135 };                                                
                                                      

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