From e3aafef4cf2d16e14e3bc02c3d8dbd434e305c19 Mon Sep 17 00:00:00 2001 From: liu hao Date: Thu, 31 Oct 2019 07:51:08 +0000 Subject: arm: add initial support for the Phytium Durian Board This adds platform code and the device tree for the Phytium Durian Board. The initial support comprises the UART and the PCIE. Cc: Bin Meng Cc: Kever Yang Cc: Tom Rini Cc: Heinrich Schuchardt Signed-off-by: Steven Hao --- board/phytium/durian/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 board/phytium/durian/Makefile (limited to 'board/phytium/durian/Makefile') diff --git a/board/phytium/durian/Makefile b/board/phytium/durian/Makefile new file mode 100644 index 0000000000..c2fbf19838 --- /dev/null +++ b/board/phytium/durian/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2019 +# shuyiqi +# liuhao +# + +obj-y += durian.o + -- cgit