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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-b.dts

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/bcm2835-rpi-b.dts (Architecture i386) and /arch/ppc/boot/dts/broadcom/bcm2835-rpi-b.dts (Architecture ppc)


  1 // SPDX-License-Identifier: GPL-2.0               
  2 /dts-v1/;                                         
  3 #include "bcm2835.dtsi"                           
  4 #include "bcm2835-rpi.dtsi"                       
  5 #include "bcm2835-rpi-common.dtsi"                
  6 #include "bcm283x-rpi-led-deprecated.dtsi"        
  7 #include "bcm283x-rpi-smsc9512.dtsi"              
  8 #include "bcm283x-rpi-usb-host.dtsi"              
  9                                                   
 10 / {                                               
 11         compatible = "raspberrypi,model-b", "b    
 12         model = "Raspberry Pi Model B";           
 13                                                   
 14         memory@0 {                                
 15                 device_type = "memory";           
 16                 reg = <0 0x10000000>;             
 17         };                                        
 18 };                                                
 19                                                   
 20 &gpio {                                           
 21         /*                                        
 22          * Taken from Raspberry-Pi-Rev-1.0-Mod    
 23          * RPI00021 sheet 02                      
 24          *                                        
 25          * Legend:                                
 26          * "FOO" = GPIO line named "FOO" on th    
 27          * "FOO_N" = GPIO line named "FOO" on     
 28          */                                       
 29         gpio-line-names = "SDA0",                 
 30                           "SCL0",                 
 31                           "SDA1",                 
 32                           "SCL1",                 
 33                           "GPIO_GCLK",            
 34                           "CAM_GPIO1",            
 35                           "LAN_RUN",              
 36                           "SPI_CE1_N",            
 37                           "SPI_CE0_N",            
 38                           "SPI_MISO",             
 39                           "SPI_MOSI",             
 40                           "SPI_SCLK",             
 41                           "", /* GPIO12 */        
 42                           "", /* GPIO13 */        
 43                           /* Serial port */       
 44                           "TXD0",                 
 45                           "RXD0",                 
 46                           "STATUS_LED_N",         
 47                           "GPIO17",               
 48                           "GPIO18",               
 49                           "", /* GPIO19 */        
 50                           "", /* GPIO20 */        
 51                           "CAM_GPIO0",            
 52                           "GPIO22",               
 53                           "GPIO23",               
 54                           "GPIO24",               
 55                           "GPIO25",               
 56                           "", /* GPIO26 */        
 57                           "GPIO27",               
 58                           "GPIO28",               
 59                           "GPIO29",               
 60                           "GPIO30",               
 61                           "GPIO31",               
 62                           "", /* GPIO32 */        
 63                           "", /* GPIO33 */        
 64                           "", /* GPIO34 */        
 65                           "", /* GPIO35 */        
 66                           "", /* GPIO36 */        
 67                           "", /* GPIO37 */        
 68                           "", /* GPIO38 */        
 69                           "", /* GPIO39 */        
 70                           "PWM0_OUT",             
 71                           "", /* GPIO41 */        
 72                           "", /* GPIO42 */        
 73                           "", /* GPIO43 */        
 74                           "", /* GPIO44 */        
 75                           "PWM1_OUT",             
 76                           "HDMI_HPD_P",           
 77                           "SD_CARD_DET",          
 78                           /* Used by SD Card *    
 79                           "SD_CLK_R",             
 80                           "SD_CMD_R",             
 81                           "SD_DATA0_R",           
 82                           "SD_DATA1_R",           
 83                           "SD_DATA2_R",           
 84                           "SD_DATA3_R";           
 85                                                   
 86         pinctrl-names = "default";                
 87         pinctrl-0 = <&gpioout &alt0>;             
 88 };                                                
 89                                                   
 90 &hdmi {                                           
 91         hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH    
 92         power-domains = <&power RPI_POWER_DOMA    
 93         status = "okay";                          
 94 };                                                
 95                                                   
 96 &led_act {                                        
 97         gpios = <&gpio 16 GPIO_ACTIVE_LOW>;       
 98 };                                                
 99                                                   
100 &pwm {                                            
101         pinctrl-names = "default";                
102         pinctrl-0 = <&pwm0_gpio40 &pwm1_gpio45    
103         status = "okay";                          
104 };                                                
105                                                   
106 &sdhost {                                         
107         pinctrl-names = "default";                
108         pinctrl-0 = <&sdhost_gpio48>;             
109         bus-width = <4>;                          
110         status = "okay";                          
111 };                                                
112                                                   
113 &uart0 {                                          
114         pinctrl-names = "default";                
115         pinctrl-0 = <&uart0_gpio14>;              
116         status = "okay";                          
117 };                                                
                                                      

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