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

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 # Rockchip SoC support
    3 #
    4 
    5 # SoC support
    6 options         SOC_ROCKCHIP_RK3328
    7 options         SOC_ROCKCHIP_RK3399
    8 options         SOC_ROCKCHIP_RK3568
    9 
   10 # GPIO / PINCTRL
   11 device          dwgpio                  # Synopsys DesignWare APB GPIO Controller
   12 device          rk_gpio                 # RockChip GPIO Controller
   13 device          rk_pinctrl              # RockChip Pinmux Controller
   14 
   15 # Combo PHY support
   16 device          rk_combphy              # Naneng Combo PHY
   17 
   18 # I2C
   19 device          rk_i2c                  # RockChip I2C controller
   20 device          fan53555                # Fairchild Semi FAN53555/SYR82x Regulator
   21 
   22 # Power management controllers
   23 device          rk805                   # RockChip RK805 PMIC
   24 device          rk817                   # RockChip RK817 PMIC
   25 device          syr827                  # Silergy SYR827 PMIC
   26 device          tcs4525                 # TCS 4525 PMIC
   27 
   28 # SPI
   29 device          rk_spi                  # RockChip SPI controller
   30 
   31 # PWM
   32 device          rk_pwm
   33 
   34 # Serial (COM) ports
   35 device          uart_snps
   36 
   37 # Ethernet NICs
   38 device          dwc_rk                  # Rockchip Designware
   39 device          eqos                    # Synopsys Designware Ethernet QoS controller
   40 
   41 # IO Domains
   42 device          rk_iodomain
   43 
   44 # USB support
   45 device          rk_usb2phy              # Rockchip USB2PHY
   46 device          rk_typec_phy            # Rockchip TypeC PHY
   47 device          dwc3                    # Synopsys DWC controller
   48 device          rk_dwc3                 # Rockchip DWC3 controller
   49 
   50 # MMC/SD/SDIO Card slot support
   51 device          sdhci
   52 device          dwmmc
   53 device          rk_dwmmc
   54 device          rk_emmcphy
   55 
   56 options         FDT
   57 
   58 # DTBs
   59 makeoptions     MODULES_EXTRA+="dtb/rockchip"

Cache object: cd548889ee51f84d5ff7544aa04f8fd9


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