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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.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/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts (Version linux-6.12-rc7) and /arch/i386/boot/dts/marvell/armada-3720-espressobin-ultra.dts (Version linux-5.1.21)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Device Tree file for ESPRESSObin-Ultra boar    
  4  * Copyright (C) 2019 Globalscale technologies    
  5  *                                                
  6  * Jason Hung <jhung@globalscaletechnologies.co    
  7  */                                               
  8                                                   
  9 /dts-v1/;                                         
 10                                                   
 11 #include "armada-3720-espressobin.dtsi"           
 12                                                   
 13 / {                                               
 14         model = "Globalscale Marvell ESPRESSOB    
 15         compatible = "globalscale,espressobin-    
 16                      "marvell,armada3720", "ma    
 17                                                   
 18         aliases {                                 
 19                 /* ethernet1 is WAN port */       
 20                 ethernet1 = &switch0port5;        
 21                 ethernet2 = &switch0port1;        
 22                 ethernet3 = &switch0port2;        
 23                 ethernet4 = &switch0port3;        
 24                 ethernet5 = &switch0port4;        
 25         };                                        
 26                                                   
 27         /delete-node/ regulator;                  
 28                                                   
 29         reg_usb3_vbus: usb3-vbus {                
 30                 compatible = "regulator-fixed"    
 31                 regulator-name = "usb3-vbus";     
 32                 regulator-min-microvolt = <500    
 33                 regulator-max-microvolt = <500    
 34                 enable-active-high;               
 35                 gpio = <&gpionb 19 GPIO_ACTIVE    
 36         };                                        
 37                                                   
 38         usb3_phy: usb3-phy {                      
 39                 compatible = "usb-nop-xceiv";     
 40                 vcc-supply = <&reg_usb3_vbus>;    
 41         };                                        
 42                                                   
 43         gpio-leds {                               
 44                 pinctrl-names = "default";        
 45                 compatible = "gpio-leds";         
 46                 /* No assigned functions to th    
 47                 led1 {                            
 48                         label = "ebin-ultra:bl    
 49                         gpios = <&gpionb 11 GP    
 50                 };                                
 51                 led2 {                            
 52                         label = "ebin-ultra:gr    
 53                         gpios = <&gpionb 12 GP    
 54                 };                                
 55                 led3 {                            
 56                         label = "ebin-ultra:re    
 57                         gpios = <&gpionb 13 GP    
 58                 };                                
 59                 led4 {                            
 60                         label = "ebin-ultra:ye    
 61                         gpios = <&gpionb 14 GP    
 62                 };                                
 63         };                                        
 64 };                                                
 65                                                   
 66 &sdhci0 {                                         
 67         status = "okay";                          
 68 };                                                
 69                                                   
 70 &sdhci1 {                                         
 71         /delete-property/ vqmmc-supply;           
 72         status = "disabled";                      
 73 };                                                
 74                                                   
 75 &spi0 {                                           
 76         flash@0 {                                 
 77                 partitions {                      
 78                         compatible = "fixed-pa    
 79                         #address-cells = <1>;     
 80                         #size-cells = <1>;        
 81                                                   
 82                         partition@0 {             
 83                                 label = "firmw    
 84                                 reg = <0x0 0x3    
 85                         };                        
 86                         partition@3e0000 {        
 87                                 label = "hw-in    
 88                                 reg = <0x3e000    
 89                                 read-only;        
 90                         };                        
 91                         partition@3f0000 {        
 92                                 label = "u-boo    
 93                                 reg = <0x3f000    
 94                         };                        
 95                 };                                
 96         };                                        
 97 };                                                
 98                                                   
 99 &i2c0 {                                           
100         status = "okay";                          
101         pinctrl-names = "default";                
102         pinctrl-0 = <&i2c1_pins>;                 
103                                                   
104         clock-frequency = <100000>;               
105                                                   
106         rtc@51 {                                  
107                 compatible = "nxp,pcf8563";       
108                 reg = <0x51>;                     
109         };                                        
110 };                                                
111                                                   
112 &usb3 {                                           
113         usb-phy = <&usb3_phy>;                    
114 };                                                
115                                                   
116 &mdio {                                           
117         /* Switch is @3, not @1 */                
118         /delete-node/ ethernet-switch@1;          
119         extphy: ethernet-phy@1 {                  
120                 reg = <1>;                        
121                                                   
122                 reset-gpios = <&gpionb 2 GPIO_    
123         };                                        
124                                                   
125         switch0: ethernet-switch@3 {              
126                 compatible = "marvell,mv88e608    
127                 reg = <3>;                        
128                                                   
129                 reset-gpios = <&gpiosb 23 GPIO    
130                 dsa,member = <0 0>;               
131                                                   
132                 ethernet-ports {                  
133                         #address-cells = <1>;     
134                         #size-cells = <0>;        
135                                                   
136                         switch0port0: ethernet    
137                                 reg = <0>;        
138                                 label = "cpu";    
139                                 ethernet = <&e    
140                                 phy-mode = "rg    
141                                 fixed-link {      
142                                         speed     
143                                         full-d    
144                                 };                
145                         };                        
146                                                   
147                         switch0port1: ethernet    
148                                 reg = <1>;        
149                                 label = "lan0"    
150                                 phy-handle = <    
151                         };                        
152                                                   
153                         switch0port2: ethernet    
154                                 reg = <2>;        
155                                 label = "lan1"    
156                                 phy-handle = <    
157                         };                        
158                                                   
159                         switch0port3: ethernet    
160                                 reg = <3>;        
161                                 label = "lan2"    
162                                 phy-handle = <    
163                         };                        
164                                                   
165                         switch0port4: ethernet    
166                                 reg = <4>;        
167                                 label = "lan3"    
168                                 phy-handle = <    
169                         };                        
170                                                   
171                         switch0port5: ethernet    
172                                 reg = <5>;        
173                                 label = "wan";    
174                                 phy-handle = <    
175                                 phy-mode = "sg    
176                         };                        
177                 };                                
178                                                   
179                 mdio {                            
180                         #address-cells = <1>;     
181                         #size-cells = <0>;        
182                                                   
183                         switch0phy0: ethernet-    
184                                 reg = <0x11>;     
185                         };                        
186                         switch0phy1: ethernet-    
187                                 reg = <0x12>;     
188                         };                        
189                         switch0phy2: ethernet-    
190                                 reg = <0x13>;     
191                         };                        
192                         switch0phy3: ethernet-    
193                                 reg = <0x14>;     
194                         };                        
195                 };                                
196         };                                        
197 };                                                
                                                      

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