mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 04:46:39 -04:00
It is a simple RTC found in some Arm SoCs, e.g. the Arm Juno. Reviewed by: manu Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D41267
23 lines
368 B
Text
23 lines
368 B
Text
#
|
|
# ARM SoC support
|
|
#
|
|
|
|
# Bus drivers
|
|
device pci_n1sdp # ARM Neoverse N1 SDP PCI
|
|
|
|
# GPIO / PINCTRL
|
|
device pl061 # Arm PL061 GPIO controller
|
|
|
|
# RTC
|
|
device pl031 # Arm PL031 RTC
|
|
|
|
# Serial (COM) ports
|
|
device pl011
|
|
|
|
# Firmware
|
|
device scmi # System Control Management Interface
|
|
|
|
device arm_doorbell # ARM Message Handling Unit (MHU)
|
|
|
|
options FDT
|
|
device acpi
|