]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: mvebu: add DB-88F6820-AMC board
authorChris Packham <judge.packham@gmail.com>
Thu, 22 Sep 2016 00:56:14 +0000 (12:56 +1200)
committerStefan Roese <sr@denx.de>
Sat, 24 Sep 2016 08:07:48 +0000 (10:07 +0200)
commitc0def248caa5e2e6ed63249d3713830bd27e31e6
tree50ad193c5d11dc9aa761ff191fb51ce4854c9765
parent53d601fdcd9815abeed1acc42b827526e4f5ef2a
arm: mvebu: add DB-88F6820-AMC board

This board is a plug in card for Marvell's switch system development
kits. Form-factor aside it is similar to the DB-88F6820-GP with the
following differences.
- TCLK is 200MHz
- SPI1 is used
- No SATA
- No MMC
- NAND flash

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/dts/Makefile
arch/arm/dts/armada-385-amc.dts [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/Marvell/db-88f6820-amc/MAINTAINERS [new file with mode: 0644]
board/Marvell/db-88f6820-amc/Makefile [new file with mode: 0644]
board/Marvell/db-88f6820-amc/db-88f6820-amc.c [new file with mode: 0644]
board/Marvell/db-88f6820-amc/kwbimage.cfg [new file with mode: 0644]
configs/db-88f6820-amc_defconfig [new file with mode: 0644]
include/configs/db-88f6820-amc.h [new file with mode: 0644]