summaryrefslogtreecommitdiff
path: root/sys/arm64/conf/std.arm
blob: 309059a096eb1f501fce46e76470a71041c3bdc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# 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

# DTBs
makeoptions	MODULES_EXTRA+="dtb/arm"