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