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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/marvell/armada-390-db.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/marvell/armada-390-db.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/marvell/armada-390-db.dts (Version linux-5.0.21)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Device Tree file for Marvell Armada 390 Dev    
  4  * (DB-88F6920)                                   
  5  *                                                
  6  * Copyright (C) 2016 Marvell                     
  7  *                                                
  8  * Grzegorz Jaszczyk <jaz@semihalf.com>            
  9  */                                               
 10                                                   
 11 /dts-v1/;                                         
 12 #include "armada-390.dtsi"                        
 13                                                   
 14 / {                                               
 15         model = "Marvell Armada 390 Developmen    
 16         compatible = "marvell,a390-db", "marve    
 17                                                   
 18         chosen {                                  
 19                 stdout-path = "serial0:115200n    
 20         };                                        
 21                                                   
 22         memory {                                  
 23                 device_type = "memory";           
 24                 reg = <0x00000000 0x80000000>;    
 25         };                                        
 26                                                   
 27         soc {                                     
 28                 ranges = <MBUS_ID(0xf0, 0x01)     
 29                           MBUS_ID(0x01, 0x1d)     
 30                                                   
 31                 internal-regs {                   
 32                         i2c@11000 {               
 33                                 status = "okay    
 34                                 clock-frequenc    
 35                                                   
 36                                 eeprom@50 {       
 37                                         compat    
 38                                         reg =     
 39                                 };                
 40                         };                        
 41                                                   
 42                         /* CON104 */              
 43                         serial@12000 {            
 44                                 status = "okay    
 45                         };                        
 46                                                   
 47                         /* CON97 */               
 48                         usb@58000 {               
 49                                 status = "okay    
 50                         };                        
 51                                                   
 52                         /* CON98 */               
 53                         usb3@f8000 {              
 54                                 status = "okay    
 55                         };                        
 56                 };                                
 57                                                   
 58                 pcie {                            
 59                         status = "okay";          
 60                                                   
 61                         /* CON30 */               
 62                         pcie@1,0 {                
 63                                 status = "okay    
 64                         };                        
 65                                                   
 66                         /* CON44 */               
 67                         pcie@2,0 {                
 68                                 status = "okay    
 69                         };                        
 70                                                   
 71                         /* CON61 */               
 72                         pcie@3,0 {                
 73                                 status = "okay    
 74                         };                        
 75                 };                                
 76         };                                        
 77 };                                                
 78                                                   
 79 &spi1 {                                           
 80         status = "okay";                          
 81         pinctrl-0 = <&spi1_pins>;                 
 82         pinctrl-names = "default";                
 83                                                   
 84         flash@0 {                                 
 85                 #address-cells = <1>;             
 86                 #size-cells = <1>;                
 87                 compatible = "n25q128a13",        
 88                              "jedec,spi-nor";     
 89                 reg = <0>; /* Chip select 0 */    
 90                 spi-max-frequency = <108000000    
 91                                                   
 92                 partitions {                      
 93                         compatible = "fixed-pa    
 94                         #address-cells = <1>;     
 95                         #size-cells = <1>;        
 96                                                   
 97                         partition@0 {             
 98                                 label = "U-Boo    
 99                                 reg = <0 0x400    
100                         };                        
101                         partition@400000 {        
102                                 label = "Files    
103                                 reg = <0x40000    
104                         };                        
105                 };                                
106         };                                        
107 };                                                
108                                                   
109 &nand_controller {                                
110         status = "okay";                          
111         pinctrl-0 = <&nand_pins>;                 
112         pinctrl-names = "default";                
113                                                   
114         nand@0 {                                  
115                 reg = <0>;                        
116                 label = "pxa3xx_nand-0";          
117                 nand-rb = <0>;                    
118                 marvell,nand-keep-config;         
119                 nand-on-flash-bbt;                
120                 nand-ecc-strength = <8>;          
121                 nand-ecc-step-size = <512>;       
122                                                   
123                 partitions {                      
124                         compatible = "fixed-pa    
125                         #address-cells = <1>;     
126                         #size-cells = <1>;        
127                                                   
128                         partition@0 {             
129                                 label = "U-Boo    
130                                 reg = <0 0x800    
131                         };                        
132                         partition@800000 {        
133                                 label = "Linux    
134                                 reg = <0x80000    
135                         };                        
136                         partition@1000000 {       
137                                 label = "Files    
138                                 reg = <0x10000    
139                         };                        
140                 };                                
141         };                                        
142 };                                                
                                                      

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