]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm64: mvebu: Add Armada 3700 db-88f3720 development board support
authorStefan Roese <sr@denx.de>
Tue, 17 May 2016 13:04:16 +0000 (15:04 +0200)
committerStefan Roese <sr@denx.de>
Tue, 27 Sep 2016 15:29:53 +0000 (17:29 +0200)
commit01e62c7f11eb4c1fe814f109ecb34e1a176eb33b
treebf31d15fc86671543dbf738c74bab0bdd9f54cb5
parentf61aefc150a30347db2d8aa2427b57d1c78e4357
arm64: mvebu: Add Armada 3700 db-88f3720 development board support

This patch adds basic support for the Marvell Armada 3700 DB-88F3720
development board. Supported are the following interfaces:
- UART
- SPI (incl. SPI NOR)
- I2C
- Ethernet

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Kostya Porotchkin <kostap@marvell.com>
Cc: Wilson Ding <dingwei@marvell.com>
Cc: Victor Gu <xigu@marvell.com>
Cc: Hua Jing <jinghua@marvell.com>
Cc: Terry Zhou <bjzhou@marvell.com>
Cc: Hanna Hawa <hannah@marvell.com>
Cc: Haim Boot <hayim@marvell.com>
arch/arm/mach-mvebu/Kconfig
board/Marvell/mvebu_db-88f3720/MAINTAINERS [new file with mode: 0644]
board/Marvell/mvebu_db-88f3720/Makefile [new file with mode: 0644]
board/Marvell/mvebu_db-88f3720/board.c [new file with mode: 0644]
configs/mvebu_db-88f3720_defconfig [new file with mode: 0644]
include/configs/mvebu_db-88f3720.h [new file with mode: 0644]