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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/broadcom/bcm2711-rpi.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/arm/boot/dts/broadcom/bcm2711-rpi.dtsi (Version linux-6.12-rc7) and /arch/i386/boot/dts/broadcom/bcm2711-rpi.dtsi (Version linux-6.5.13)


  1 // SPDX-License-Identifier: GPL-2.0               
  2 #include "bcm2835-rpi.dtsi"                       
  3                                                   
  4 #include <dt-bindings/power/raspberrypi-power.    
  5 #include <dt-bindings/reset/raspberrypi,firmwa    
  6                                                   
  7 / {                                               
  8         /* Will be filled by the bootloader */    
  9         memory@0 {                                
 10                 device_type = "memory";           
 11                 reg = <0 0 0>;                    
 12         };                                        
 13                                                   
 14         aliases {                                 
 15                 emmc2bus = &emmc2bus;             
 16                 ethernet0 = &genet;               
 17                 pcie0 = &pcie0;                   
 18                 blconfig = &blconfig;             
 19         };                                        
 20                                                   
 21         i2c0mux: i2c-mux0 {                       
 22                 compatible = "i2c-mux-pinctrl"    
 23                 #address-cells = <1>;             
 24                 #size-cells = <0>;                
 25                                                   
 26                 i2c-parent = <&i2c0>;             
 27                                                   
 28                 pinctrl-names = "i2c0", "i2c0-    
 29                 pinctrl-0 = <&i2c0_gpio0>;        
 30                 pinctrl-1 = <&i2c0_gpio44>;       
 31                                                   
 32                 i2c0_0: i2c@0 {                   
 33                         reg = <0>;                
 34                         #address-cells = <1>;     
 35                         #size-cells = <0>;        
 36                 };                                
 37                                                   
 38                 i2c0_1: i2c@1 {                   
 39                         reg = <1>;                
 40                         #address-cells = <1>;     
 41                         #size-cells = <0>;        
 42                 };                                
 43         };                                        
 44 };                                                
 45                                                   
 46 &firmware {                                       
 47         expgpio: gpio {                           
 48                 compatible = "raspberrypi,firm    
 49                 gpio-controller;                  
 50                 #gpio-cells = <2>;                
 51                 status = "okay";                  
 52         };                                        
 53                                                   
 54         reset: reset {                            
 55                 compatible = "raspberrypi,firm    
 56                 #reset-cells = <1>;               
 57         };                                        
 58 };                                                
 59                                                   
 60 &hdmi0 {                                          
 61         clocks = <&firmware_clocks 13>, <&firm    
 62         clock-names = "hdmi", "bvb", "audio",     
 63         wifi-2.4ghz-coexistence;                  
 64 };                                                
 65                                                   
 66 &hdmi1 {                                          
 67         clocks = <&firmware_clocks 13>, <&firm    
 68         clock-names = "hdmi", "bvb", "audio",     
 69         wifi-2.4ghz-coexistence;                  
 70 };                                                
 71                                                   
 72 &hvs {                                            
 73         clocks = <&firmware_clocks 4>;            
 74 };                                                
 75                                                   
 76 &i2c0 {                                           
 77         /delete-property/ pinctrl-names;          
 78         /delete-property/ pinctrl-0;              
 79 };                                                
 80                                                   
 81 &rmem {                                           
 82         /*                                        
 83          * RPi4's co-processor will copy the b    
 84          * into memory for the OS to consume.     
 85          * its placement information.             
 86          */                                       
 87         blconfig: nvram@0 {                       
 88                 compatible = "raspberrypi,boot    
 89                 #address-cells = <1>;             
 90                 #size-cells = <1>;                
 91                 reg = <0x0 0x0 0x0>;              
 92                 no-map;                           
 93                 status = "disabled";              
 94         };                                        
 95 };                                                
 96                                                   
 97 &v3d {                                            
 98         clocks = <&firmware_clocks 5>;            
 99 };                                                
100                                                   
101 &vchiq {                                          
102         interrupts = <GIC_SPI 34 IRQ_TYPE_LEVE    
103 };                                                
104                                                   
105 &xhci {                                           
106         power-domains = <&power RPI_POWER_DOMA    
107 };                                                
                                                      

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