diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-17 15:23:29 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-17 23:50:24 +0100 |
commit | a47172ead196b9cab9e1eebca93fb4ae88927df4 (patch) | |
tree | b4958f737c9c66f458a876270d72107a3187e7fb /arch/arm/boot/dts/Makefile | |
parent | ARM: mvebu: add Device Tree description of the Armada 380/385 SoCs (diff) | |
download | linux-a47172ead196b9cab9e1eebca93fb4ae88927df4.tar.xz linux-a47172ead196b9cab9e1eebca93fb4ae88927df4.zip |
ARM: mvebu: add Device Tree for the Armada 385 DB board
The Armada 385 DB board is the development board from Marvell for the
Armada 385 SoC. This commit adds a Device Tree description for this
board, which enables the following features:
* Network interfaces
* I2C buses
* SDIO
* Serial port
* SPI bus, with a SPI flash
* PCIe interfaces
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
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 f1eafbdd4efe..bd789fcd1972 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -127,6 +127,7 @@ dtb-$(CONFIG_ARCH_MVEBU) += armada-370-db.dtb \ armada-370-netgear-rn104.dtb \ armada-370-rd.dtb \ armada-375-db.dtb \ + armada-385-db.dtb \ armada-xp-axpwifiap.dtb \ armada-xp-db.dtb \ armada-xp-gp.dtb \ |