arm: add initial support for the Phytium Pomelo Board
authorweichangzheng <nicholas_zheng@outlook.com>
Wed, 2 Mar 2022 07:09:05 +0000 (15:09 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 10 Mar 2022 18:57:04 +0000 (13:57 -0500)
commitb9d0f00a9d3fc4b2ea9a1f3e41cae59c18396f1a
tree5295a74580666d2b9c9d268f17809e97de1879d2
parent901ff692d17b8368ab29281b82c03660dca1a03b
arm: add initial support for the Phytium Pomelo Board

This adds platform code and the device tree for the Phytium Pomelo Board.
The initial support comprises the UART and the PCIE.

Signed-off-by: weichangzheng <nicholas_zheng@outlook.com>
14 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/phytium-pomelo.dts [new file with mode: 0644]
board/phytium/pomelo/Kconfig [new file with mode: 0644]
board/phytium/pomelo/MAINTAINERS [new file with mode: 0644]
board/phytium/pomelo/Makefile [new file with mode: 0644]
board/phytium/pomelo/cpu.h [new file with mode: 0644]
board/phytium/pomelo/ddr.c [new file with mode: 0644]
board/phytium/pomelo/pcie.c [new file with mode: 0644]
board/phytium/pomelo/pll.c [new file with mode: 0644]
board/phytium/pomelo/pomelo.c [new file with mode: 0644]
board/phytium/pomelo/sec.c [new file with mode: 0644]
configs/pomelo_defconfig [new file with mode: 0644]
include/configs/pomelo.h [new file with mode: 0644]