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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/st/spear1340.dtsi

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/st/spear1340.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/st/spear1340.dtsi (Version linux-4.15.18)


  1 // SPDX-License-Identifier: GPL-2.0-or-later      
  2 /*                                                
  3  * DTS file for all SPEAr1340 SoCs                
  4  *                                                
  5  * Copyright 2012 Viresh Kumar <vireshk@kernel.    
  6  */                                               
  7                                                   
  8 /include/ "spear13xx.dtsi"                        
  9                                                   
 10 / {                                               
 11         compatible = "st,spear1340";              
 12                                                   
 13         ahb {                                     
 14                                                   
 15                 spics: spics@e0700000 {           
 16                         compatible = "st,spear    
 17                         reg = <0xe0700000 0x10    
 18                         st-spics,peripcfg-reg     
 19                         st-spics,sw-enable-bit    
 20                         st-spics,cs-value-bit     
 21                         st-spics,cs-enable-mas    
 22                         st-spics,cs-enable-shi    
 23                         gpio-controller;          
 24                         #gpio-cells = <2>;        
 25                         status = "disabled";      
 26                 };                                
 27                                                   
 28                 miphy0: miphy@eb800000 {          
 29                         compatible = "st,spear    
 30                         reg = <0xeb800000 0x40    
 31                         misc = <&misc>;           
 32                         #phy-cells = <1>;         
 33                         status = "disabled";      
 34                 };                                
 35                                                   
 36                 ahci0: ahci@b1000000 {            
 37                         compatible = "snps,spe    
 38                         reg = <0xb1000000 0x10    
 39                         interrupts = <0 72 0x4    
 40                         phys = <&miphy0 0>;       
 41                         phy-names = "sata-phy"    
 42                         status = "disabled";      
 43                 };                                
 44                                                   
 45                 pcie0: pcie@b1000000 {            
 46                         compatible = "st,spear    
 47                         reg = <0xb1000000 0x40    
 48                         reg-names = "dbi", "co    
 49                         interrupts = <0 68 0x4    
 50                         num-lanes = <1>;          
 51                         phys = <&miphy0 1>;       
 52                         phy-names = "pcie-phy"    
 53                         #address-cells = <3>;     
 54                         #size-cells = <2>;        
 55                         device_type = "pci";      
 56                         ranges = <0x81000000 0    
 57                                 0x82000000 0 0    
 58                         bus-range = <0x00 0xff    
 59                         status = "disabled";      
 60                 };                                
 61                                                   
 62                 i2s-play@b2400000 {               
 63                         compatible = "snps,des    
 64                         reg = <0xb2400000 0x10    
 65                         interrupt-names = "pla    
 66                         interrupts = <0 98 0x4    
 67                                      <0 99 0x4    
 68                         play;                     
 69                         channel = <8>;            
 70                         status = "disabled";      
 71                 };                                
 72                                                   
 73                 i2s-rec@b2000000 {                
 74                         compatible = "snps,des    
 75                         reg = <0xb2000000 0x10    
 76                         interrupt-names = "rec    
 77                         interrupts = <0 100 0x    
 78                                      <0 101 0x    
 79                         record;                   
 80                         channel = <8>;            
 81                         status = "disabled";      
 82                 };                                
 83                                                   
 84                 pinmux: pinmux@e0700000 {         
 85                         compatible = "st,spear    
 86                         reg = <0xe0700000 0x10    
 87                         #gpio-range-cells = <3    
 88                 };                                
 89                                                   
 90                 pwm: pwm@e0180000 {               
 91                         compatible = "st,spear    
 92                         reg = <0xe0180000 0x10    
 93                         #pwm-cells = <2>;         
 94                         status = "disabled";      
 95                 };                                
 96                                                   
 97                 spdif-in@d0100000 {               
 98                         compatible = "st,spdif    
 99                         reg = < 0xd0100000 0x2    
100                                 0xd0110000 0x1    
101                         interrupts = <0 84 0x4    
102                         status = "disabled";      
103                 };                                
104                                                   
105                 spdif-out@d0000000 {              
106                         compatible = "st,spdif    
107                         reg = <0xd0000000 0x20    
108                         interrupts = <0 85 0x4    
109                         status = "disabled";      
110                 };                                
111                                                   
112                 spi1: spi@5d400000 {              
113                         compatible = "arm,pl02    
114                         reg = <0x5d400000 0x10    
115                         #address-cells = <1>;     
116                         #size-cells = <0>;        
117                         interrupts = <0 99 0x4    
118                         status = "disabled";      
119                 };                                
120                                                   
121                 apb {                             
122                         i2c1: i2c@b4000000 {      
123                                 #address-cells    
124                                 #size-cells =     
125                                 compatible = "    
126                                 reg = <0xb4000    
127                                 interrupts = <    
128                                 write-16bit;      
129                                 status = "disa    
130                         };                        
131                                                   
132                         serial@b4100000 {         
133                                 compatible = "    
134                                 reg = <0xb4100    
135                                 interrupts = <    
136                                 status = "disa    
137                                 dmas = <&dwdma    
138                                         <&dwdm    
139                                 dma-names = "r    
140                         };                        
141                                                   
142                         thermal@e07008c4 {        
143                                 st,thermal-fla    
144                         };                        
145                                                   
146                         gpiopinctrl: gpio@e280    
147                                 compatible = "    
148                                 reg = <0xe2800    
149                                 interrupts = <    
150                                 #interrupt-cel    
151                                 interrupt-cont    
152                                 gpio-controlle    
153                                 #gpio-cells =     
154                                 gpio-ranges =     
155                                 status = "disa    
156                                                   
157                                 st-plgpio,ngpi    
158                                 st-plgpio,wdat    
159                                 st-plgpio,dir-    
160                                 st-plgpio,ie-r    
161                                 st-plgpio,rdat    
162                                 st-plgpio,mis-    
163                                 st-plgpio,eit-    
164                         };                        
165                 };                                
166         };                                        
167 };                                                
                                                      

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