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.allwinner

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 # Allwinner SoC support
    3 #
    4 
    5 # SoC support
    6 options         SOC_ALLWINNER_A64
    7 options         SOC_ALLWINNER_H5
    8 options         SOC_ALLWINNER_H6
    9 
   10 # Timer drivers
   11 device          a10_timer
   12 
   13 # DMA controller
   14 device          a31_dmac
   15 
   16 # GPIO / PINCTRL
   17 device          aw_gpio                 # Allwinner GPIO controller
   18 
   19 # I2C
   20 device          aw_rsb                  # Allwinner Reduced Serial Bus
   21 device          twsi                    # Allwinner I2C controller
   22 device          sy8106a                 # SY8106A Buck Regulator
   23 
   24 # Clock and reset controllers
   25 device          aw_ccu                  # Allwinner clock controller
   26 
   27 # Interrupt controllers
   28 device          aw_r_intc               # Allwinner RINTC support
   29 device          aw_nmi                  # Allwinner NMI support
   30 
   31 # Real-time clock support
   32 device          aw_rtc                  # Allwinner Real-time Clock
   33 
   34 # Watchdog controllers
   35 device          aw_wdog                 # Allwinner Watchdog
   36 
   37 # Syscon controller
   38 device          aw_syscon               # Allwinner System Controller
   39 
   40 # Power management controllers
   41 device          axp81x                  # X-Powers AXP81x PMIC
   42 
   43 # EFUSE
   44 device          aw_sid                  # Allwinner Secure ID EFUSE
   45 
   46 # Thermal sensors
   47 device          aw_thermal              # Allwinner Thermal Sensor Controller
   48 
   49 # PWM
   50 
   51 # Serial (COM) ports
   52 device          uart_snps
   53 
   54 # Ethernet NICs
   55 device          awg                     # Allwinner EMAC Gigabit Ethernet
   56 
   57 # USB support
   58 device          aw_usbphy               # Allwinner USB PHY
   59 device          musb                    # Mentor Graphics USB OTG controller
   60 device          dwc3                    # Synopsys DWC controller
   61 device          aw_dwc3                 # Allwinner DWC3 controller
   62 
   63 # Sound support
   64 device          a10_codec               # Allwinner A10 codec
   65 device          aw_i2s                  # Allwinner I2S
   66 device          a33_codec               # Allwinner A33 codec
   67 device          a64_codec               # Allwinner A64 Analog codec
   68 
   69 # MMC/SD/SDIO Card slot support
   70 device          aw_mmc                  # Allwinner SD/MMC controller
   71 
   72 options         FDT
   73 
   74 # DTBs
   75 makeoptions     MODULES_EXTRA+="dtb/allwinner"

Cache object: 02cb738b6e286fb07f57c5544772833b


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