ARM: kirkwood: add db-88f6281-bp board
authorChris Packham <judge.packham@gmail.com>
Sat, 13 Apr 2019 08:21:18 +0000 (20:21 +1200)
committerStefan Roese <sr@denx.de>
Fri, 26 Apr 2019 05:35:38 +0000 (07:35 +0200)
commitd55254ab77d84f254829578d0b12f8e15082c0a4
tree00ad040cea53602f36de74bb51f2773b4a61c049
parent30387ee292f04b039d6bd0922e90402c61fa7a21
ARM: kirkwood: add db-88f6281-bp board

This is Marvell's Kirkwood development board. It has the following
features

 - 512M DDR2
 - 2 PCI connectors
 - 1 x1 PCI-e interface
 - 1 Gigabit Ethernet Port
 - 2 SATA Ports
 - USB 2.0 Interface
 - SDIO
 - 128M NAND Flash
 - 16M SPI Flash

It can be strapped to boot from SPI or NAND so there are two defconfigs
(one per boot media).

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
14 files changed:
arch/arm/dts/Makefile
arch/arm/dts/kirkwood-db-88f6281-spi.dts [new file with mode: 0644]
arch/arm/dts/kirkwood-db-88f6281.dts [new file with mode: 0644]
arch/arm/dts/kirkwood-db.dtsi [new file with mode: 0644]
arch/arm/mach-kirkwood/Kconfig
board/Marvell/db-88f6281-bp/.gitignore [new file with mode: 0644]
board/Marvell/db-88f6281-bp/Kconfig [new file with mode: 0644]
board/Marvell/db-88f6281-bp/MAINTAINERS [new file with mode: 0644]
board/Marvell/db-88f6281-bp/Makefile [new file with mode: 0644]
board/Marvell/db-88f6281-bp/db-88f6281-bp.c [new file with mode: 0644]
board/Marvell/db-88f6281-bp/kwbimage.cfg.in [new file with mode: 0644]
configs/db-88f6281-bp-nand_defconfig [new file with mode: 0644]
configs/db-88f6281-bp-spi_defconfig [new file with mode: 0644]
include/configs/db-88f6281-bp.h [new file with mode: 0644]