diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-01-08 19:11:33 +0100 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2015-01-09 09:20:00 -0600 |
commit | 928413bd859c0936f03f6a3504c4721e83a3d1d7 (patch) | |
tree | c4b12cd769917b3c9538b49f2037810f06a12eda /arch/arm/boot/dts/Makefile | |
parent | 881a50e47f231fb0185396125234f3188e14c2f3 (diff) | |
download | linux-928413bd859c0936f03f6a3504c4721e83a3d1d7.tar.bz2 |
ARM: mvebu: Add Armada 388 General Purpose Development Board support
The A388-GP is a board produced by Marvell that holds
- 1 PCIe slot
- 2 mini PCIe slot (one of them is multiplexed with the PCIe slot,
muxing is selected through the GPIO expander)
- 1 16MB SPI-NOR
- 2 Gigabit Ethernet ports
- 4 SATA ports (2 of them are multiplexed with the mini PCIe slots,
muxing is selected through the GPIO expander)
- 1 SDIO slot
- 1 USB3 port
- 2 USB2 port
- 2 GPIO/interrupts expander on I2C
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 3ed928e364de..17ee1d6a0ac0 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -537,6 +537,7 @@ dtb-$(CONFIG_MACH_ARMADA_375) += \ dtb-$(CONFIG_MACH_ARMADA_38X) += \ armada-385-db-ap.dtb \ armada-388-db.dtb \ + armada-388-gp.dtb \ armada-388-rd.dtb dtb-$(CONFIG_MACH_ARMADA_XP) += \ armada-xp-axpwifiap.dtb \ |