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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/mips/ralink/mt7621-gnubee-gb-pc1.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/mips/ralink/mt7621-gnubee-gb-pc1.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/mips/ralink/mt7621-gnubee-gb-pc1.dts (Version linux-5.11.22)


  1 // SPDX-License-Identifier: (GPL-2.0-only OR B    
  2 /dts-v1/;                                         
  3                                                   
  4 #include "mt7621.dtsi"                            
  5                                                   
  6 #include <dt-bindings/gpio/gpio.h>                
  7 #include <dt-bindings/input/input.h>              
  8                                                   
  9 / {                                               
 10         compatible = "gnubee,gb-pc1", "mediate    
 11         model = "GnuBee GB-PC1";                  
 12                                                   
 13         memory@0 {                                
 14                 device_type = "memory";           
 15                 reg = <0x00000000 0x1c000000>,    
 16                       <0x20000000 0x04000000>;    
 17         };                                        
 18                                                   
 19         chosen {                                  
 20                 bootargs = "console=ttyS0,5760    
 21         };                                        
 22                                                   
 23         gpio-keys {                               
 24                 compatible = "gpio-keys";         
 25                                                   
 26                 key-reset {                       
 27                         label = "reset";          
 28                         gpios = <&gpio 18 GPIO    
 29                         linux,code = <KEY_REST    
 30                 };                                
 31         };                                        
 32                                                   
 33         gpio-leds {                               
 34                 compatible = "gpio-leds";         
 35                                                   
 36                 led-power {                       
 37                         label = "green:power";    
 38                         gpios = <&gpio 6 GPIO_    
 39                         linux,default-trigger     
 40                 };                                
 41                                                   
 42                 led-system {                      
 43                         label = "green:system"    
 44                         gpios = <&gpio 8 GPIO_    
 45                         linux,default-trigger     
 46                 };                                
 47         };                                        
 48 };                                                
 49                                                   
 50 &mmc {                                            
 51         status = "okay";                          
 52 };                                                
 53                                                   
 54 &spi0 {                                           
 55         status = "okay";                          
 56                                                   
 57         flash@0 {                                 
 58                 #address-cells = <1>;             
 59                 #size-cells = <1>;                
 60                 compatible = "jedec,spi-nor";     
 61                 reg = <0>;                        
 62                 spi-max-frequency = <50000000>    
 63                 broken-flash-reset;               
 64                                                   
 65                 partition@0 {                     
 66                         label = "u-boot";         
 67                         reg = <0x0 0x30000>;      
 68                         read-only;                
 69                 };                                
 70                                                   
 71                 partition@30000 {                 
 72                         label = "u-boot-env";     
 73                         reg = <0x30000 0x10000    
 74                         read-only;                
 75                 };                                
 76                                                   
 77                 factory: partition@40000 {        
 78                         label = "factory";        
 79                         reg = <0x40000 0x10000    
 80                         read-only;                
 81                 };                                
 82                                                   
 83                 partition@50000 {                 
 84                         label = "firmware";       
 85                         reg = <0x50000 0x1fb00    
 86                 };                                
 87         };                                        
 88 };                                                
 89                                                   
 90 &pcie {                                           
 91         status = "okay";                          
 92 };                                                
 93                                                   
 94 &switch0 {                                        
 95         ports {                                   
 96                 port@0 {                          
 97                         status = "okay";          
 98                         label = "ethblack";       
 99                 };                                
100                                                   
101                 port@4 {                          
102                         status = "okay";          
103                         label = "ethblue";        
104                 };                                
105         };                                        
106 };                                                
                                                      

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