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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/realtek/rtd16xx.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 /arch/arm64/boot/dts/realtek/rtd16xx.dtsi (Architecture i386) and /arch/sparc64/boot/dts/realtek/rtd16xx.dtsi (Architecture sparc64)


  1 // SPDX-License-Identifier: (GPL-2.0-or-later     
  2 /*                                                
  3  * Realtek RTD16xx SoC family                     
  4  *                                                
  5  * Copyright (c) 2019 Realtek Semiconductor Co    
  6  * Copyright (c) 2019 Andreas Färber             
  7  */                                               
  8                                                   
  9 #include <dt-bindings/interrupt-controller/arm    
 10 #include <dt-bindings/interrupt-controller/irq    
 11                                                   
 12 / {                                               
 13         interrupt-parent = <&gic>;                
 14         #address-cells = <1>;                     
 15         #size-cells = <1>;                        
 16                                                   
 17         reserved-memory {                         
 18                 #address-cells = <1>;             
 19                 #size-cells = <1>;                
 20                 ranges;                           
 21                                                   
 22                 rpc_comm: rpc@2f000 {             
 23                         reg = <0x2f000 0x1000>    
 24                 };                                
 25                                                   
 26                 rpc_ringbuf: rpc@1ffe000 {        
 27                         reg = <0x1ffe000 0x400    
 28                 };                                
 29                                                   
 30                 tee: tee@10100000 {               
 31                         reg = <0x10100000 0xf0    
 32                         no-map;                   
 33                 };                                
 34         };                                        
 35                                                   
 36         cpus {                                    
 37                 #address-cells = <1>;             
 38                 #size-cells = <0>;                
 39                                                   
 40                 cpu0: cpu@0 {                     
 41                         device_type = "cpu";      
 42                         compatible = "arm,cort    
 43                         reg = <0x0>;              
 44                         enable-method = "psci"    
 45                         next-level-cache = <&l    
 46                 };                                
 47                                                   
 48                 cpu1: cpu@100 {                   
 49                         device_type = "cpu";      
 50                         compatible = "arm,cort    
 51                         reg = <0x100>;            
 52                         enable-method = "psci"    
 53                         next-level-cache = <&l    
 54                 };                                
 55                                                   
 56                 cpu2: cpu@200 {                   
 57                         device_type = "cpu";      
 58                         compatible = "arm,cort    
 59                         reg = <0x200>;            
 60                         enable-method = "psci"    
 61                         next-level-cache = <&l    
 62                 };                                
 63                                                   
 64                 cpu3: cpu@300 {                   
 65                         device_type = "cpu";      
 66                         compatible = "arm,cort    
 67                         reg = <0x300>;            
 68                         enable-method = "psci"    
 69                         next-level-cache = <&l    
 70                 };                                
 71                                                   
 72                 cpu4: cpu@400 {                   
 73                         device_type = "cpu";      
 74                         compatible = "arm,cort    
 75                         reg = <0x400>;            
 76                         enable-method = "psci"    
 77                         next-level-cache = <&l    
 78                 };                                
 79                                                   
 80                 cpu5: cpu@500 {                   
 81                         device_type = "cpu";      
 82                         compatible = "arm,cort    
 83                         reg = <0x500>;            
 84                         enable-method = "psci"    
 85                         next-level-cache = <&l    
 86                 };                                
 87                                                   
 88                 l2: l2-cache {                    
 89                         compatible = "cache";     
 90                         next-level-cache = <&l    
 91                         cache-level = <2>;        
 92                         cache-unified;            
 93                                                   
 94                 };                                
 95                                                   
 96                 l3: l3-cache {                    
 97                         compatible = "cache";     
 98                         cache-level = <3>;        
 99                         cache-unified;            
100                 };                                
101         };                                        
102                                                   
103         timer {                                   
104                 compatible = "arm,armv8-timer"    
105                 interrupts = <GIC_PPI 13 IRQ_T    
106                              <GIC_PPI 14 IRQ_T    
107                              <GIC_PPI 11 IRQ_T    
108                              <GIC_PPI 10 IRQ_T    
109         };                                        
110                                                   
111         arm_pmu: pmu {                            
112                 compatible = "arm,cortex-a55-p    
113                 interrupts = <GIC_PPI 7 IRQ_TY    
114                 interrupt-affinity = <&cpu0>,     
115                         <&cpu3>, <&cpu4>, <&cp    
116         };                                        
117                                                   
118         psci {                                    
119                 compatible = "arm,psci-1.0";      
120                 method = "smc";                   
121         };                                        
122                                                   
123         osc27M: osc {                             
124                 compatible = "fixed-clock";       
125                 clock-frequency = <27000000>;     
126                 clock-output-names = "osc27M";    
127                 #clock-cells = <0>;               
128         };                                        
129                                                   
130         soc@0 {                                   
131                 compatible = "simple-bus";        
132                 #address-cells = <1>;             
133                 #size-cells = <1>;                
134                 ranges = <0x00000000 0x0000000    
135                          <0x98000000 0x9800000    
136                                                   
137                 rbus: bus@98000000 {              
138                         compatible = "simple-b    
139                         reg = <0x98000000 0x20    
140                         #address-cells = <1>;     
141                         #size-cells = <1>;        
142                         ranges = <0x0 0x980000    
143                                                   
144                         crt: syscon@0 {           
145                                 compatible = "    
146                                 reg = <0x0 0x1    
147                                 reg-io-width =    
148                                 #address-cells    
149                                 #size-cells =     
150                                 ranges = <0x0     
151                         };                        
152                                                   
153                         iso: syscon@7000 {        
154                                 compatible = "    
155                                 reg = <0x7000     
156                                 reg-io-width =    
157                                 #address-cells    
158                                 #size-cells =     
159                                 ranges = <0x0     
160                         };                        
161                                                   
162                         sb2: syscon@1a000 {       
163                                 compatible = "    
164                                 reg = <0x1a000    
165                                 reg-io-width =    
166                                 #address-cells    
167                                 #size-cells =     
168                                 ranges = <0x0     
169                         };                        
170                                                   
171                         misc: syscon@1b000 {      
172                                 compatible = "    
173                                 reg = <0x1b000    
174                                 reg-io-width =    
175                                 #address-cells    
176                                 #size-cells =     
177                                 ranges = <0x0     
178                         };                        
179                                                   
180                         scpu_wrapper: syscon@1    
181                                 compatible = "    
182                                 reg = <0x1d000    
183                                 reg-io-width =    
184                                 #address-cells    
185                                 #size-cells =     
186                                 ranges = <0x0     
187                         };                        
188                 };                                
189                                                   
190                 gic: interrupt-controller@ff10    
191                         compatible = "arm,gic-    
192                         reg = <0xff100000 0x10    
193                               <0xff140000 0xc0    
194                         interrupts = <GIC_PPI     
195                         interrupt-controller;     
196                         #interrupt-cells = <3>    
197                 };                                
198         };                                        
199 };                                                
200                                                   
201 &iso {                                            
202         uart0: serial@800 {                       
203                 compatible = "snps,dw-apb-uart    
204                 reg = <0x800 0x400>;              
205                 reg-shift = <2>;                  
206                 reg-io-width = <4>;               
207                 interrupts = <GIC_SPI 68 IRQ_T    
208                 clock-frequency = <27000000>;     
209                 status = "disabled";              
210         };                                        
211 };                                                
212                                                   
213 &misc {                                           
214         uart1: serial@200 {                       
215                 compatible = "snps,dw-apb-uart    
216                 reg = <0x200 0x400>;              
217                 reg-shift = <2>;                  
218                 reg-io-width = <4>;               
219                 interrupts = <GIC_SPI 89 IRQ_T    
220                 clock-frequency = <432000000>;    
221                 status = "disabled";              
222         };                                        
223                                                   
224         uart2: serial@400 {                       
225                 compatible = "snps,dw-apb-uart    
226                 reg = <0x400 0x400>;              
227                 reg-shift = <2>;                  
228                 reg-io-width = <4>;               
229                 interrupts = <GIC_SPI 90 IRQ_T    
230                 clock-frequency = <432000000>;    
231                 status = "disabled";              
232         };                                        
233 };                                                
                                                      

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