xref: /freebsd/sys/arm64/conf/std.marvell (revision 53b70c86)
1#
2# Marvell SoC support
3#
4
5# SoC support
6options 	SOC_MARVELL_8K
7
8# GPIO / PINCTRL
9device		a37x0_gpio		# Marvell Armada 37x0 GPIO controller
10device		mv_gpio			# Marvell GPIO controller
11device		mvebu_pinctrl		# Marvell Pinmux Controller
12
13# I2C
14device		a37x0_iic		# Armada 37x0 I2C controller
15device		twsi			# Allwinner/Marvell I2C controller
16
17# Interrupt controllers
18device		mv_cp110_icu		# Marvell CP110 ICU
19device		mv_ap806_gicp		# Marvell AP806 GICP
20device		mv_ap806_sei		# Marvell AP806 SEI
21
22# Real-time clock support
23device		mv_rtc			# Marvell Real-time Clock
24
25# Crypto accelerators
26device		safexcel		# Inside Secure EIP-97
27
28# Thermal sensors
29device		mv_thermal		# Marvell Thermal Sensor Controller
30
31# SPI
32device		a37x0_spi		# Marvell Armada 37x0 SPI Controller
33
34# Serial (COM) ports
35device		uart_mvebu		# Armada 3700 UART driver
36device		uart_ns8250		# ns8250-type UART driver
37device		uart_snps
38
39# Ethernet NICs
40device		neta			# Marvell Armada 370/38x/XP/3700 NIC
41
42# Etherswitch devices
43device		etherswitch		# Enable etherswitch support
44device		miiproxy		# Required for etherswitch
45
46# USB support
47device		ehci_mv			# Marvell EHCI USB interface
48
49# MMC/SD/SDIO Card slot support
50device		sdhci
51device		sdhci_xenon		# Marvell Xenon SD/MMC controller
52
53options 	FDT
54device		acpi
55
56# DTBs
57makeoptions	MODULES_EXTRA+="dtb/mv"
58