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

TOMOYO Linux Cross Reference
Linux/arch/mips/boot/dts/brcm/bcm6328.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/mips/boot/dts/brcm/bcm6328.dtsi (Version linux-6.12-rc7) and /arch/i386/boot/dts/brcm/bcm6328.dtsi (Version linux-3.10.108)


  1 // SPDX-License-Identifier: GPL-2.0               
  2                                                   
  3 #include "dt-bindings/clock/bcm6328-clock.h"      
  4 #include "dt-bindings/reset/bcm6328-reset.h"      
  5 #include "dt-bindings/soc/bcm6328-pm.h"           
  6                                                   
  7 / {                                               
  8         #address-cells = <1>;                     
  9         #size-cells = <1>;                        
 10         compatible = "brcm,bcm6328";              
 11                                                   
 12         cpus {                                    
 13                 #address-cells = <1>;             
 14                 #size-cells = <0>;                
 15                                                   
 16                 mips-hpt-frequency = <16000000    
 17                                                   
 18                 cpu@0 {                           
 19                         compatible = "brcm,bmi    
 20                         device_type = "cpu";      
 21                         reg = <0>;                
 22                 };                                
 23                                                   
 24                 cpu@1 {                           
 25                         compatible = "brcm,bmi    
 26                         device_type = "cpu";      
 27                         reg = <1>;                
 28                 };                                
 29         };                                        
 30                                                   
 31         clocks {                                  
 32                 periph_osc: periph-osc {          
 33                         compatible = "fixed-cl    
 34                         #clock-cells = <0>;       
 35                         clock-frequency = <500    
 36                         clock-output-names = "    
 37                 };                                
 38                                                   
 39                 hsspi_osc: hsspi-osc {            
 40                         compatible = "fixed-cl    
 41                         #clock-cells = <0>;       
 42                         clock-frequency = <133    
 43                         clock-output-names = "    
 44                 };                                
 45         };                                        
 46                                                   
 47         aliases {                                 
 48                 nflash = &nflash;                 
 49                 serial0 = &uart0;                 
 50                 serial1 = &uart1;                 
 51                 spi1 = &hsspi;                    
 52         };                                        
 53                                                   
 54         cpu_intc: interrupt-controller {          
 55                 #address-cells = <0>;             
 56                 compatible = "mti,cpu-interrup    
 57                                                   
 58                 interrupt-controller;             
 59                 #interrupt-cells = <1>;           
 60         };                                        
 61                                                   
 62         ubus {                                    
 63                 #address-cells = <1>;             
 64                 #size-cells = <1>;                
 65                                                   
 66                 compatible = "simple-bus";        
 67                 ranges;                           
 68                                                   
 69                 periph_clk: clock-controller@1    
 70                         compatible = "brcm,bcm    
 71                         reg = <0x10000004 0x4>    
 72                         #clock-cells = <1>;       
 73                 };                                
 74                                                   
 75                 periph_rst: reset-controller@1    
 76                         compatible = "brcm,bcm    
 77                         reg = <0x10000010 0x4>    
 78                         #reset-cells = <1>;       
 79                 };                                
 80                                                   
 81                 periph_intc: interrupt-control    
 82                         compatible = "brcm,bcm    
 83                         reg = <0x10000020 0x10    
 84                               <0x10000030 0x10    
 85                                                   
 86                         interrupt-controller;     
 87                         #interrupt-cells = <1>    
 88                                                   
 89                         interrupt-parent = <&c    
 90                         interrupts = <2>, <3>;    
 91                 };                                
 92                                                   
 93                 wdt: watchdog@1000005c {          
 94                         compatible = "brcm,bcm    
 95                         reg = <0x1000005c 0xc>    
 96                                                   
 97                         clocks = <&periph_osc>    
 98                         clock-names = "refclk"    
 99                                                   
100                         timeout-sec = <30>;       
101                 };                                
102                                                   
103                 soft_reset: syscon@10000068 {     
104                         compatible = "syscon";    
105                         reg = <0x10000068 0x4>    
106                         native-endian;            
107                                                   
108                         reboot {                  
109                                 compatible = "    
110                                 offset = <0x0>    
111                                 mask = <0x1>;     
112                         };                        
113                 };                                
114                                                   
115                 uart0: serial@10000100 {          
116                         compatible = "brcm,bcm    
117                         reg = <0x10000100 0x18    
118                                                   
119                         interrupt-parent = <&p    
120                         interrupts = <28>;        
121                                                   
122                         clocks = <&periph_osc>    
123                         clock-names = "refclk"    
124                                                   
125                         status = "disabled";      
126                 };                                
127                                                   
128                 uart1: serial@10000120 {          
129                         compatible = "brcm,bcm    
130                         reg = <0x10000120 0x18    
131                                                   
132                         interrupt-parent = <&p    
133                         interrupts = <39>;        
134                                                   
135                         clocks = <&periph_osc>    
136                         clock-names = "refclk"    
137                                                   
138                         status = "disabled";      
139                 };                                
140                                                   
141                 nflash: nand@10000200 {           
142                         #address-cells = <1>;     
143                         #size-cells = <0>;        
144                         compatible = "brcm,nan    
145                                      "brcm,brc    
146                                      "brcm,brc    
147                         reg = <0x10000200 0x18    
148                               <0x10000400 0x20    
149                               <0x10000070 0x10    
150                         reg-names = "nand",       
151                                     "nand-cach    
152                                     "nand-int-    
153                                                   
154                         interrupt-parent = <&p    
155                         interrupts = <0>;         
156                                                   
157                         status = "disabled";      
158                 };                                
159                                                   
160                 leds0: led-controller@10000800    
161                         #address-cells = <1>;     
162                         #size-cells = <0>;        
163                         compatible = "brcm,bcm    
164                         reg = <0x10000800 0x24    
165                                                   
166                         status = "disabled";      
167                 };                                
168                                                   
169                 hsspi: spi@10001000 {             
170                         #address-cells = <1>;     
171                         #size-cells = <0>;        
172                         compatible = "brcm,bcm    
173                         reg = <0x10001000 0x60    
174                                                   
175                         interrupt-parent = <&p    
176                         interrupts = <29>;        
177                                                   
178                         clocks = <&periph_clk     
179                                  <&hsspi_osc>;    
180                         clock-names = "hsspi",    
181                                       "pll";      
182                                                   
183                         resets = <&periph_rst     
184                         reset-names = "hsspi";    
185                                                   
186                         status = "disabled";      
187                 };                                
188                                                   
189                 periph_pwr: power-controller@1    
190                         compatible = "brcm,bcm    
191                         reg = <0x10001848 0x4>    
192                         #power-domain-cells =     
193                 };                                
194                                                   
195                 ehci: usb@10002500 {              
196                         compatible = "brcm,bcm    
197                         reg = <0x10002500 0x10    
198                         big-endian;               
199                                                   
200                         interrupt-parent = <&p    
201                         interrupts = <42>;        
202                                                   
203                         phys = <&usbh 0>;         
204                         phy-names = "usb";        
205                                                   
206                         status = "disabled";      
207                 };                                
208                                                   
209                 ohci: usb@10002600 {              
210                         compatible = "brcm,bcm    
211                         reg = <0x10002600 0x10    
212                         big-endian;               
213                         no-big-frame-no;          
214                                                   
215                         interrupt-parent = <&p    
216                         interrupts = <41>;        
217                                                   
218                         phys = <&usbh 0>;         
219                         phy-names = "usb";        
220                                                   
221                         status = "disabled";      
222                 };                                
223                                                   
224                 usbh: usb-phy@10002700 {          
225                         compatible = "brcm,bcm    
226                         reg = <0x10002700 0x38    
227                         #phy-cells = <1>;         
228                                                   
229                         clocks = <&periph_clk     
230                         clock-names = "usbh";     
231                                                   
232                         power-domains = <&peri    
233                                                   
234                         resets = <&periph_rst     
235                         reset-names = "usbh";     
236                                                   
237                         status = "disabled";      
238                 };                                
239         };                                        
240 };                                                
                                                      

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