The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/arm64/conf/std.broadcom

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #
    2 # Broadcom SoC support
    3 #
    4 
    5 # SoC support
    6 options         SOC_BRCM_BCM2837
    7 options         SOC_BRCM_BCM2838
    8 options         SOC_BRCM_NS2
    9 
   10 # I2C
   11 device          bcm2835_bsc             # Broadcom BCM283x I2C bus
   12 
   13 # SPI
   14 device          bcm2835_spi             # Broadcom BCM283x SPI bus
   15 
   16 # Serial (COM) ports
   17 device          uart_mu                 # RPI3 aux port
   18 device          pl011
   19 
   20 # Ethernet NICs
   21 device          genet                   # Broadcom on RPi4
   22 
   23 # USB support
   24 device          dwcotg
   25 
   26 # USB ethernet support
   27 device          muge
   28 device          smsc
   29 
   30 # MMC/SD/SDIO Card slot support
   31 device          sdhci
   32 
   33 options         FDT
   34 device          acpi
   35 
   36 # DTBs
   37 makeoptions     MODULES_EXTRA+="dtb/rpi"

Cache object: 301fd425ab030d266a5cb708b65a8c6a


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.