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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.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/socionext/uniphier-pxs3-ref.dts (Version linux-6.12-rc7) and /arch/i386/boot/dts/socionext/uniphier-pxs3-ref.dts (Version linux-5.8.18)


  1 // SPDX-License-Identifier: GPL-2.0+ OR MIT       
  2 //                                                
  3 // Device Tree Source for UniPhier PXs3 Refere    
  4 //                                                
  5 // Copyright (C) 2017 Socionext Inc.              
  6 //   Author: Masahiro Yamada <yamada.masahiro@s    
  7                                                   
  8 /dts-v1/;                                         
  9 #include "uniphier-pxs3.dtsi"                     
 10 #include "uniphier-support-card.dtsi"             
 11                                                   
 12 / {                                               
 13         model = "UniPhier PXs3 Reference Board    
 14         compatible = "socionext,uniphier-pxs3-    
 15                                                   
 16         chosen {                                  
 17                 stdout-path = "serial0:115200n    
 18         };                                        
 19                                                   
 20         aliases {                                 
 21                 serial0 = &serial0;               
 22                 serial1 = &serialsc;              
 23                 serial2 = &serial2;               
 24                 serial3 = &serial3;               
 25                 i2c0 = &i2c0;                     
 26                 i2c1 = &i2c1;                     
 27                 i2c2 = &i2c2;                     
 28                 i2c3 = &i2c3;                     
 29                 i2c6 = &i2c6;                     
 30                 spi0 = &spi0;                     
 31                 spi1 = &spi1;                     
 32                 ethernet0 = &eth0;                
 33                 ethernet1 = &eth1;                
 34         };                                        
 35                                                   
 36         memory@80000000 {                         
 37                 device_type = "memory";           
 38                 reg = <0 0x80000000 0 0xa00000    
 39         };                                        
 40 };                                                
 41                                                   
 42 &ethsc {                                          
 43         interrupts = <4 IRQ_TYPE_LEVEL_LOW>;      
 44 };                                                
 45                                                   
 46 &serialsc {                                       
 47         interrupts = <4 IRQ_TYPE_LEVEL_LOW>;      
 48 };                                                
 49                                                   
 50 &spi0 {                                           
 51         status = "okay";                          
 52 };                                                
 53                                                   
 54 &spi1 {                                           
 55         status = "okay";                          
 56 };                                                
 57                                                   
 58 &serial0 {                                        
 59         status = "okay";                          
 60 };                                                
 61                                                   
 62 &serial2 {                                        
 63         status = "okay";                          
 64 };                                                
 65                                                   
 66 &serial3 {                                        
 67         status = "okay";                          
 68 };                                                
 69                                                   
 70 &gpio {                                           
 71         xirq4-hog {                               
 72                 gpio-hog;                         
 73                 gpios = <UNIPHIER_GPIO_IRQ(4)     
 74                 input;                            
 75         };                                        
 76 };                                                
 77                                                   
 78 &i2c0 {                                           
 79         status = "okay";                          
 80 };                                                
 81                                                   
 82 &i2c1 {                                           
 83         status = "okay";                          
 84 };                                                
 85                                                   
 86 &i2c2 {                                           
 87         status = "okay";                          
 88 };                                                
 89                                                   
 90 &i2c3 {                                           
 91         status = "okay";                          
 92 };                                                
 93                                                   
 94 &sd {                                             
 95         status = "okay";                          
 96 };                                                
 97                                                   
 98 &eth0 {                                           
 99         status = "okay";                          
100         phy-handle = <&ethphy0>;                  
101 };                                                
102                                                   
103 &mdio0 {                                          
104         ethphy0: ethernet-phy@0 {                 
105                 reg = <0>;                        
106         };                                        
107 };                                                
108                                                   
109 &eth1 {                                           
110         status = "okay";                          
111         phy-handle = <&ethphy1>;                  
112 };                                                
113                                                   
114 &mdio1 {                                          
115         ethphy1: ethernet-phy@0 {                 
116                 reg = <0>;                        
117         };                                        
118 };                                                
119                                                   
120 &usb0 {                                           
121         status = "okay";                          
122 };                                                
123                                                   
124 &usb1 {                                           
125         status = "okay";                          
126 };                                                
127                                                   
128 &pcie {                                           
129         status = "okay";                          
130 };                                                
131                                                   
132 &nand {                                           
133         status = "okay";                          
134                                                   
135         nand@0 {                                  
136                 reg = <0>;                        
137         };                                        
138 };                                                
139                                                   
140 &ahci0 {                                          
141         status = "okay";                          
142 };                                                
143                                                   
144 &ahci1 {                                          
145         status = "okay";                          
146 };                                                
147                                                   
148 &pinctrl_ether_rgmii {                            
149         tx {                                      
150                 pins = "RGMII0_TXCLK", "RGMII0    
151                        "RGMII0_TXD2", "RGMII0_    
152                 drive-strength = <9>;             
153         };                                        
154 };                                                
155                                                   
156 &pinctrl_ether1_rgmii {                           
157         tx {                                      
158                 pins = "RGMII1_TXCLK", "RGMII1    
159                        "RGMII1_TXD2", "RGMII1_    
160                 drive-strength = <9>;             
161         };                                        
162 };                                                
                                                      

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