diff options
author | liu hao <steven_hao5189@outlook.com> | 2019-10-31 07:51:08 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-07 18:01:13 -0500 |
commit | e3aafef4cf2d16e14e3bc02c3d8dbd434e305c19 (patch) | |
tree | fdbea6b74ff265944983e10293b5e401f4b61d77 /board/phytium/durian/Makefile | |
parent | 672c57057f4071ee786c5a3b94897ff6b6de39c4 (diff) |
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 <bmeng.cn@gmail.com>
Cc: Kever Yang <kever.yang@rock-chips.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Steven Hao <liuhao@phytium.com.cn>
Diffstat (limited to 'board/phytium/durian/Makefile')
-rw-r--r-- | board/phytium/durian/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 <shuyiqi@phytium.com.cn> +# liuhao <liuhao@phytium.com.cn> +# + +obj-y += durian.o + |