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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/samsung/exynos5.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/samsung/exynos5.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/samsung/exynos5.dtsi (Version linux-4.4.302)


  1 // SPDX-License-Identifier: GPL-2.0               
  2 /*                                                
  3  * Samsung's Exynos5 SoC series common device     
  4  *                                                
  5  * Copyright (c) 2012-2013 Samsung Electronics    
  6  *              http://www.samsung.com            
  7  *                                                
  8  * Samsung's Exynos5 SoC series device nodes a    
  9  * SoCs from Exynos5 series can include this f    
 10  * specific bindings.                             
 11  */                                               
 12                                                   
 13 #include <dt-bindings/interrupt-controller/arm    
 14 #include <dt-bindings/interrupt-controller/irq    
 15                                                   
 16 / {                                               
 17         interrupt-parent = <&gic>;                
 18         #address-cells = <1>;                     
 19         #size-cells = <1>;                        
 20                                                   
 21         aliases {                                 
 22                 i2c0 = &i2c_0;                    
 23                 i2c1 = &i2c_1;                    
 24                 i2c2 = &i2c_2;                    
 25                 i2c3 = &i2c_3;                    
 26                 serial0 = &serial_0;              
 27                 serial1 = &serial_1;              
 28                 serial2 = &serial_2;              
 29                 serial3 = &serial_3;              
 30         };                                        
 31                                                   
 32         soc: soc {                                
 33                 compatible = "simple-bus";        
 34                 #address-cells = <1>;             
 35                 #size-cells = <1>;                
 36                 ranges;                           
 37                                                   
 38                 chipid: chipid@10000000 {         
 39                         compatible = "samsung,    
 40                         reg = <0x10000000 0x10    
 41                 };                                
 42                                                   
 43                 sromc: memory-controller@12250    
 44                         compatible = "samsung,    
 45                         reg = <0x12250000 0x14    
 46                 };                                
 47                                                   
 48                 combiner: interrupt-controller    
 49                         compatible = "samsung,    
 50                         #interrupt-cells = <2>    
 51                         interrupt-controller;     
 52                         samsung,combiner-nr =     
 53                         reg = <0x10440000 0x10    
 54                         interrupts = <GIC_SPI     
 55                                      <GIC_SPI     
 56                                      <GIC_SPI     
 57                                      <GIC_SPI     
 58                                      <GIC_SPI     
 59                                      <GIC_SPI     
 60                                      <GIC_SPI     
 61                                      <GIC_SPI     
 62                                      <GIC_SPI     
 63                                      <GIC_SPI     
 64                                      <GIC_SPI     
 65                                      <GIC_SPI     
 66                                      <GIC_SPI     
 67                                      <GIC_SPI     
 68                                      <GIC_SPI     
 69                                      <GIC_SPI     
 70                                      <GIC_SPI     
 71                                      <GIC_SPI     
 72                                      <GIC_SPI     
 73                                      <GIC_SPI     
 74                                      <GIC_SPI     
 75                                      <GIC_SPI     
 76                                      <GIC_SPI     
 77                                      <GIC_SPI     
 78                                      <GIC_SPI     
 79                                      <GIC_SPI     
 80                                      <GIC_SPI     
 81                                      <GIC_SPI     
 82                                      <GIC_SPI     
 83                                      <GIC_SPI     
 84                                      <GIC_SPI     
 85                                      <GIC_SPI     
 86                 };                                
 87                                                   
 88                 gic: interrupt-controller@1048    
 89                         compatible = "arm,gic-    
 90                         #interrupt-cells = <3>    
 91                         interrupt-controller;     
 92                         reg = <0x10481000 0x10    
 93                                 <0x10482000 0x    
 94                                 <0x10484000 0x    
 95                                 <0x10486000 0x    
 96                         interrupts = <GIC_PPI     
 97                                         (GIC_C    
 98                 };                                
 99                                                   
100                 sysreg_system_controller: sysc    
101                         compatible = "samsung,    
102                         reg = <0x10050000 0x50    
103                 };                                
104                                                   
105                 serial_0: serial@12c00000 {       
106                         compatible = "samsung,    
107                         reg = <0x12c00000 0x10    
108                         interrupts = <GIC_SPI     
109                 };                                
110                                                   
111                 serial_1: serial@12c10000 {       
112                         compatible = "samsung,    
113                         reg = <0x12c10000 0x10    
114                         interrupts = <GIC_SPI     
115                 };                                
116                                                   
117                 serial_2: serial@12c20000 {       
118                         compatible = "samsung,    
119                         reg = <0x12c20000 0x10    
120                         interrupts = <GIC_SPI     
121                 };                                
122                                                   
123                 serial_3: serial@12c30000 {       
124                         compatible = "samsung,    
125                         reg = <0x12c30000 0x10    
126                         interrupts = <GIC_SPI     
127                 };                                
128                                                   
129                 i2c_0: i2c@12c60000 {             
130                         compatible = "samsung,    
131                         reg = <0x12c60000 0x10    
132                         interrupts = <GIC_SPI     
133                         #address-cells = <1>;     
134                         #size-cells = <0>;        
135                         samsung,sysreg-phandle    
136                         status = "disabled";      
137                 };                                
138                                                   
139                 i2c_1: i2c@12c70000 {             
140                         compatible = "samsung,    
141                         reg = <0x12c70000 0x10    
142                         interrupts = <GIC_SPI     
143                         #address-cells = <1>;     
144                         #size-cells = <0>;        
145                         samsung,sysreg-phandle    
146                         status = "disabled";      
147                 };                                
148                                                   
149                 i2c_2: i2c@12c80000 {             
150                         compatible = "samsung,    
151                         reg = <0x12c80000 0x10    
152                         interrupts = <GIC_SPI     
153                         #address-cells = <1>;     
154                         #size-cells = <0>;        
155                         samsung,sysreg-phandle    
156                         status = "disabled";      
157                 };                                
158                                                   
159                 i2c_3: i2c@12c90000 {             
160                         compatible = "samsung,    
161                         reg = <0x12c90000 0x10    
162                         interrupts = <GIC_SPI     
163                         #address-cells = <1>;     
164                         #size-cells = <0>;        
165                         samsung,sysreg-phandle    
166                         status = "disabled";      
167                 };                                
168                                                   
169                 pwm: pwm@12dd0000 {               
170                         compatible = "samsung,    
171                         reg = <0x12dd0000 0x10    
172                         interrupts = <GIC_SPI     
173                                      <GIC_SPI     
174                                      <GIC_SPI     
175                                      <GIC_SPI     
176                                      <GIC_SPI     
177                         samsung,pwm-outputs =     
178                         #pwm-cells = <3>;         
179                 };                                
180                                                   
181                 rtc: rtc@101e0000 {               
182                         compatible = "samsung,    
183                         reg = <0x101e0000 0x10    
184                         interrupts = <GIC_SPI     
185                                      <GIC_SPI     
186                         status = "disabled";      
187                 };                                
188                                                   
189                 fimd: fimd@14400000 {             
190                         compatible = "samsung,    
191                         interrupt-parent = <&c    
192                         reg = <0x14400000 0x40    
193                         interrupt-names = "fif    
194                         interrupts = <18 4>, <    
195                         samsung,sysreg = <&sys    
196                         status = "disabled";      
197                 };                                
198                                                   
199                 dp: dp-controller@145b0000 {      
200                         compatible = "samsung,    
201                         reg = <0x145b0000 0x10    
202                         interrupts = <10 3>;      
203                         interrupt-parent = <&c    
204                         status = "disabled";      
205                 };                                
206                                                   
207                 sss: sss@10830000 {               
208                         compatible = "samsung,    
209                         reg = <0x10830000 0x30    
210                         interrupts = <GIC_SPI     
211                 };                                
212                                                   
213                 prng: rng@10830400 {              
214                         compatible = "samsung,    
215                         reg = <0x10830400 0x20    
216                 };                                
217                                                   
218                 trng: rng@10830600 {              
219                         compatible = "samsung,    
220                         reg = <0x10830600 0x10    
221                 };                                
222                                                   
223                 g2d: g2d@10850000 {               
224                         compatible = "samsung,    
225                         reg = <0x10850000 0x10    
226                         interrupts = <GIC_SPI     
227                         status = "disabled";      
228                 };                                
229         };                                        
230 };                                                
                                                      

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