]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
arm64: mvebu: Add Armada 7K db-88f7040 development board support
authorStefan Roese <sr@denx.de>
Wed, 25 May 2016 06:21:21 +0000 (08:21 +0200)
committerStefan Roese <sr@denx.de>
Tue, 27 Sep 2016 15:29:54 +0000 (17:29 +0200)
commit6f8c2d49060a30cda2ea73e93ce0f882f732754f
tree87d832401de66e34dce00afcb02892f78767627c
parent21b29fc64e9da24485d044538004d2056bda15e4
arm64: mvebu: Add Armada 7K db-88f7040 development board support

This patch adds basic support for the Marvell Armada 7K DB-88F7040
development board. Supported are the following interfaces:
- UART
- SPI (incl. SPI NOR)
- I2C
- USB
- SATA / AHCI

Support for other interfaces will follow.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Neta Zur Hershkovits <neta@marvell.com>
Cc: Kostya Porotchkin <kostap@marvell.com>
Cc: Omri Itach <omrii@marvell.com>
Cc: Igal Liberman <igall@marvell.com>
Cc: Haim Boot <hayim@marvell.com>
Cc: Hanna Hawa <hannah@marvell.com>
arch/arm/mach-mvebu/Kconfig
board/Marvell/mvebu_db-88f7040/MAINTAINERS [new file with mode: 0644]
board/Marvell/mvebu_db-88f7040/Makefile [new file with mode: 0644]
board/Marvell/mvebu_db-88f7040/board.c [new file with mode: 0644]
configs/mvebu_db-88f7040_defconfig [new file with mode: 0644]
include/configs/mvebu_db-88f7040.h [new file with mode: 0644]