arm: add initial support for the Phytium Durian Board
authorliu hao <steven_hao5189@outlook.com>
Thu, 31 Oct 2019 07:51:08 +0000 (07:51 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 7 Nov 2019 23:01:13 +0000 (18:01 -0500)
commite3aafef4cf2d16e14e3bc02c3d8dbd434e305c19
treefdbea6b74ff265944983e10293b5e401f4b61d77
parent672c57057f4071ee786c5a3b94897ff6b6de39c4
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>
15 files changed:
MAINTAINERS
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/phytium-durian.dts [new file with mode: 0644]
board/phytium/durian/Kconfig [new file with mode: 0644]
board/phytium/durian/MAINTAINERS [new file with mode: 0644]
board/phytium/durian/Makefile [new file with mode: 0644]
board/phytium/durian/README [new file with mode: 0644]
board/phytium/durian/cpu.h [new file with mode: 0644]
board/phytium/durian/durian.c [new file with mode: 0644]
configs/durian_defconfig [new file with mode: 0644]
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pcie_phytium.c [new file with mode: 0644]
include/configs/durian.h [new file with mode: 0644]