aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/conf/std.marvell
blob: cb49d8aedc2bd646ae0e118ff346909e73e71ac8 (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
# Marvell SoC support
#

# SoC support
options 	SOC_MARVELL_8K

# GPIO / PINCTRL
device		a37x0_gpio		# Marvell Armada 37x0 GPIO controller
device		mv_gpio			# Marvell GPIO controller
device		mvebu_pinctrl		# Marvell Pinmux Controller

# I2C
device		a37x0_iic		# Armada 37x0 I2C controller
device		twsi			# Allwinner/Marvell I2C controller

# Interrupt controllers
device		mv_cp110_icu		# Marvell CP110 ICU
device		mv_ap806_gicp		# Marvell AP806 GICP
device		mv_ap806_sei		# Marvell AP806 SEI

# Real-time clock support
device		mv_rtc			# Marvell Real-time Clock

# Crypto accelerators
device		safexcel		# Inside Secure EIP-97

# Thermal sensors
device		mv_thermal		# Marvell Thermal Sensor Controller

# SPI
device		a37x0_spi		# Marvell Armada 37x0 SPI Controller

# Serial (COM) ports
device		uart_mvebu		# Armada 3700 UART driver
device		uart_ns8250		# ns8250-type UART driver
device		uart_snps

# Ethernet NICs
device		neta			# Marvell Armada 370/38x/XP/3700 NIC

# Etherswitch devices
device		etherswitch		# Enable etherswitch support
device		miiproxy		# Required for etherswitch

# USB support
device		ehci_mv			# Marvell EHCI USB interface

# MMC/SD/SDIO Card slot support
device		sdhci
device		sdhci_xenon		# Marvell Xenon SD/MMC controller

options 	FDT
device		acpi

# DTBs
makeoptions	MODULES_EXTRA+="dtb/mv"