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

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


  1 #include "bcm283x.dtsi"                           
  2 #include "bcm2835-common.dtsi"                    
  3                                                   
  4 / {                                               
  5         compatible = "brcm,bcm2837";              
  6                                                   
  7         soc {                                     
  8                 ranges = <0x7e000000 0x3f00000    
  9                          <0x40000000 0x4000000    
 10                 dma-ranges = <0xc0000000 0x000    
 11                                                   
 12                 local_intc: interrupt-controll    
 13                         compatible = "brcm,bcm    
 14                         reg = <0x40000000 0x10    
 15                         interrupt-controller;     
 16                         #interrupt-cells = <2>    
 17                         interrupt-parent = <&l    
 18                 };                                
 19         };                                        
 20                                                   
 21         arm-pmu {                                 
 22                 compatible = "arm,cortex-a53-p    
 23                 interrupt-parent = <&local_int    
 24                 interrupts = <9 IRQ_TYPE_LEVEL    
 25         };                                        
 26                                                   
 27         timer {                                   
 28                 compatible = "arm,armv7-timer"    
 29                 interrupt-parent = <&local_int    
 30                 interrupts = <0 IRQ_TYPE_LEVEL    
 31                              <1 IRQ_TYPE_LEVEL    
 32                              <3 IRQ_TYPE_LEVEL    
 33                              <2 IRQ_TYPE_LEVEL    
 34                 always-on;                        
 35         };                                        
 36                                                   
 37         cpus: cpus {                              
 38                 #address-cells = <1>;             
 39                 #size-cells = <0>;                
 40                 enable-method = "brcm,bcm2836-    
 41                                                   
 42                 /* Source for d/i-cache-line-s    
 43                  * https://developer.arm.com/d    
 44                  * /about-the-l1-memory-system    
 45                  *                                
 46                  * Source for d/i-cache-size      
 47                  * https://magpi.raspberrypi.c    
 48                  */                               
 49                 cpu0: cpu@0 {                     
 50                         device_type = "cpu";      
 51                         compatible = "arm,cort    
 52                         reg = <0>;                
 53                         enable-method = "spin-    
 54                         cpu-release-addr = <0x    
 55                         d-cache-size = <0x8000    
 56                         d-cache-line-size = <6    
 57                         d-cache-sets = <128>;     
 58                         i-cache-size = <0x8000    
 59                         i-cache-line-size = <6    
 60                         i-cache-sets = <256>;     
 61                         next-level-cache = <&l    
 62                 };                                
 63                                                   
 64                 cpu1: cpu@1 {                     
 65                         device_type = "cpu";      
 66                         compatible = "arm,cort    
 67                         reg = <1>;                
 68                         enable-method = "spin-    
 69                         cpu-release-addr = <0x    
 70                         d-cache-size = <0x8000    
 71                         d-cache-line-size = <6    
 72                         d-cache-sets = <128>;     
 73                         i-cache-size = <0x8000    
 74                         i-cache-line-size = <6    
 75                         i-cache-sets = <256>;     
 76                         next-level-cache = <&l    
 77                 };                                
 78                                                   
 79                 cpu2: cpu@2 {                     
 80                         device_type = "cpu";      
 81                         compatible = "arm,cort    
 82                         reg = <2>;                
 83                         enable-method = "spin-    
 84                         cpu-release-addr = <0x    
 85                         d-cache-size = <0x8000    
 86                         d-cache-line-size = <6    
 87                         d-cache-sets = <128>;     
 88                         i-cache-size = <0x8000    
 89                         i-cache-line-size = <6    
 90                         i-cache-sets = <256>;     
 91                         next-level-cache = <&l    
 92                 };                                
 93                                                   
 94                 cpu3: cpu@3 {                     
 95                         device_type = "cpu";      
 96                         compatible = "arm,cort    
 97                         reg = <3>;                
 98                         enable-method = "spin-    
 99                         cpu-release-addr = <0x    
100                         d-cache-size = <0x8000    
101                         d-cache-line-size = <6    
102                         d-cache-sets = <128>;     
103                         i-cache-size = <0x8000    
104                         i-cache-line-size = <6    
105                         i-cache-sets = <256>;     
106                         next-level-cache = <&l    
107                 };                                
108                                                   
109                 /* Source for cache-line-size     
110                  * https://developer.arm.com/d    
111                  * /e/level-2-memory-system/ab    
112                  * Source for cache-size          
113                  * https://datasheets.raspberr    
114                  */                               
115                 l2: l2-cache0 {                   
116                         compatible = "cache";     
117                         cache-unified;            
118                         cache-size = <0x80000>    
119                         cache-line-size = <64>    
120                         cache-sets = <512>; //    
121                         cache-level = <2>;        
122                 };                                
123         };                                        
124 };                                                
125                                                   
126 /* Make the BCM2835-style global interrupt con    
127  * CPU-local interrupt controller.                
128  */                                               
129 &intc {                                           
130         compatible = "brcm,bcm2836-armctrl-ic"    
131         reg = <0x7e00b200 0x200>;                 
132         interrupt-parent = <&local_intc>;         
133         interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;     
134 };                                                
135                                                   
136 &cpu_thermal {                                    
137         coefficients = <(-538)  412000>;          
138 };                                                
139                                                   
140 /* enable thermal sensor with the correct comp    
141 &thermal {                                        
142         compatible = "brcm,bcm2837-thermal";      
143         status = "okay";                          
144 };                                                
                                                      

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