ARM add initial support for the Phytium Pe2201 Board.
authorTracyMg_Li <TracyMg_Li@outlook.com>
Mon, 25 Dec 2023 03:21:34 +0000 (11:21 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jan 2024 22:05:29 +0000 (17:05 -0500)
commite6a8c6f5c02af7d7769a1ae70859e24188fd2433
treefd60866e237f4dbfd09944697e4b3fbcac5aa842
parentddcfb9ede8da45ebbdb1c4facf07b0f0b735373f
ARM add initial support for the Phytium Pe2201 Board.

Add pe2201 platform code and the device tree of pe2201 platform board.
The initial support comprises the UART and PCIe.

Signed-off-by: TracyMg_Li <TracyMg_Li@outlook.com>
Changes since v1:
        fix space corrupt.
Changes since v2:
        switch to bootstd and text environment.
Changes since v3:
        add environment variables.
15 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/phytium-pe2201.dts [new file with mode: 0644]
board/phytium/pe2201/Kconfig [new file with mode: 0644]
board/phytium/pe2201/MAINTAINERS [new file with mode: 0644]
board/phytium/pe2201/Makefile [new file with mode: 0644]
board/phytium/pe2201/cpu.h [new file with mode: 0644]
board/phytium/pe2201/ddr.c [new file with mode: 0644]
board/phytium/pe2201/pcie.c [new file with mode: 0644]
board/phytium/pe2201/pe2201.c [new file with mode: 0644]
board/phytium/pe2201/pe2201.env [new file with mode: 0644]
board/phytium/pe2201/pll.c [new file with mode: 0644]
board/phytium/pe2201/sec.c [new file with mode: 0644]
configs/pe2201_defconfig [new file with mode: 0644]
include/configs/pe2201.h [new file with mode: 0644]