26d6547567
Add driver for pcf85063 real time clock. Register set and get time methods. Parse data obtained from bus according to specification and fill kernel structures. Obtained from: Semihalf Sponsored by: Alstom Group Differential revision: https://reviews.freebsd.org/D32817
32 lines
560 B
Plaintext
32 lines
560 B
Plaintext
#
|
|
# NXP SoC support
|
|
#
|
|
|
|
# SoC support
|
|
options SOC_NXP_LS
|
|
|
|
# I2C
|
|
device pca9547 # NPX I2C bus multiplexer
|
|
device pcf8563 # NXP Real-time clock/calendar
|
|
device tca6408 # NXP I2C gpio expander
|
|
device pcf85063 # NXP Real-time clock
|
|
|
|
# Serial (COM) ports
|
|
device uart_ns8250 # ns8250-type UART driver
|
|
device uart_snps
|
|
|
|
# USB support
|
|
device dwc3 # Synopsys DWC controller
|
|
|
|
# MMC/SD/SDIO Card slot support
|
|
device sdhci
|
|
|
|
# Ethernet NICs
|
|
device enetc # QorIQ LS1028A NIC
|
|
|
|
options FDT
|
|
device acpi
|
|
|
|
# DTBs
|
|
makeoptions MODULES_EXTRA+="dtb/freescale"
|