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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac88u.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/arm/boot/dts/broadcom/bcm47094-asus-rt-ac88u.dts (Version linux-6.12-rc7) and /arch/i386/boot/dts/broadcom/bcm47094-asus-rt-ac88u.dts (Version linux-6.3.13)


  1 // SPDX-License-Identifier: GPL-2.0-or-later O    
  2 /*                                                
  3  * Author: Arınç ÜNAL <arinc.unal@arinc9.com    
  4  */                                               
  5                                                   
  6 /dts-v1/;                                         
  7                                                   
  8 #include "bcm47094-asus-rt-ac3100.dtsi"           
  9                                                   
 10 / {                                               
 11         compatible = "asus,rt-ac88u", "brcm,bc    
 12         model = "ASUS RT-AC88U";                  
 13                                                   
 14         nvram@1c080000 {                          
 15                 et1macaddr: et1macaddr {          
 16                         #nvmem-cell-cells = <1    
 17                 };                                
 18         };                                        
 19                                                   
 20         switch {                                  
 21                 compatible = "realtek,rtl8365m    
 22                 mdc-gpios = <&chipcommon 6 GPI    
 23                 mdio-gpios = <&chipcommon 7 GP    
 24                 reset-gpios = <&chipcommon 10     
 25                 realtek,disable-leds;             
 26                 dsa,member = <1 0>;               
 27                                                   
 28                 mdio {                            
 29                         compatible = "realtek,    
 30                         #address-cells = <1>;     
 31                         #size-cells = <0>;        
 32                                                   
 33                         ethphy0: ethernet-phy@    
 34                                 reg = <0>;        
 35                         };                        
 36                                                   
 37                         ethphy1: ethernet-phy@    
 38                                 reg = <1>;        
 39                         };                        
 40                                                   
 41                         ethphy2: ethernet-phy@    
 42                                 reg = <2>;        
 43                         };                        
 44                                                   
 45                         ethphy3: ethernet-phy@    
 46                                 reg = <3>;        
 47                         };                        
 48                 };                                
 49                                                   
 50                 ports {                           
 51                         #address-cells = <1>;     
 52                         #size-cells = <0>;        
 53                                                   
 54                         port@0 {                  
 55                                 reg = <0>;        
 56                                 label = "lan5"    
 57                                 phy-handle = <    
 58                         };                        
 59                                                   
 60                         port@1 {                  
 61                                 reg = <1>;        
 62                                 label = "lan6"    
 63                                 phy-handle = <    
 64                         };                        
 65                                                   
 66                         port@2 {                  
 67                                 reg = <2>;        
 68                                 label = "lan7"    
 69                                 phy-handle = <    
 70                         };                        
 71                                                   
 72                         port@3 {                  
 73                                 reg = <3>;        
 74                                 label = "lan8"    
 75                                 phy-handle = <    
 76                         };                        
 77                                                   
 78                         port@6 {                  
 79                                 reg = <6>;        
 80                                 label = "cpu";    
 81                                 ethernet = <&s    
 82                                 phy-mode = "rg    
 83                                 tx-internal-de    
 84                                 rx-internal-de    
 85                                                   
 86                                 fixed-link {      
 87                                         speed     
 88                                         full-d    
 89                                         pause;    
 90                                 };                
 91                         };                        
 92                 };                                
 93         };                                        
 94 };                                                
 95                                                   
 96 &gmac0 {                                          
 97         status = "disabled";                      
 98 };                                                
 99                                                   
100 &gmac1 {                                          
101         nvmem-cells = <&et1macaddr 0>;            
102         nvmem-cell-names = "mac-address";         
103 };                                                
104                                                   
105 &gmac2 {                                          
106         nvmem-cells = <&et1macaddr 1>;            
107         nvmem-cell-names = "mac-address";         
108 };                                                
109                                                   
110 &srab {                                           
111         dsa,member = <0 0>;                       
112                                                   
113         ports {                                   
114                 sw0_p5: port@5 {                  
115                         /delete-property/ether    
116                                                   
117                         label = "extsw";          
118                         phy-mode = "rgmii";       
119                                                   
120                         fixed-link {              
121                                 speed = <1000>    
122                                 full-duplex;      
123                                 pause;            
124                         };                        
125                 };                                
126         };                                        
127 };                                                
                                                      

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