From 6f8c2d49060a30cda2ea73e93ce0f882f732754f Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 25 May 2016 08:21:21 +0200 Subject: 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 Cc: Nadav Haklai Cc: Neta Zur Hershkovits Cc: Kostya Porotchkin Cc: Omri Itach Cc: Igal Liberman Cc: Haim Boot Cc: Hanna Hawa --- board/Marvell/mvebu_db-88f7040/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/Marvell/mvebu_db-88f7040/Makefile (limited to 'board/Marvell/mvebu_db-88f7040/Makefile') diff --git a/board/Marvell/mvebu_db-88f7040/Makefile b/board/Marvell/mvebu_db-88f7040/Makefile new file mode 100644 index 0000000..ed39738 --- /dev/null +++ b/board/Marvell/mvebu_db-88f7040/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2016 Stefan Roese +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := board.o -- cgit v1.1