board: phytec: imx8mp: Add PHYTEC phyCORE-i.MX8MP support
authorTeresa Remmet <t.remmet@phytec.de>
Wed, 13 Jan 2021 15:28:09 +0000 (16:28 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 23 Jan 2021 10:30:32 +0000 (11:30 +0100)
commitc661c511e9cfc86f18b1326b0f0d1e338a8c442a
treeddfd4ea167f447ecce01c2f3fb772019778c9cba
parent3f832699ff0be590422ac32e409320d684c25ab9
board: phytec: imx8mp: Add PHYTEC phyCORE-i.MX8MP support

Add initial support PHYTEC phyCORE-i.MX8MP SOM.

    Supported features:
     - 2GB LPDDR4 RAM
     - eMMC
     - external SD
     - debug UART2
     - watchdog

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Reviewed-by: Heiko Schocher <hs@denx.de>
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx8mp-phyboard-pollux-rdk-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mp-phyboard-pollux-rdk.dts [new file with mode: 0644]
arch/arm/dts/imx8mp-phycore-som.dtsi [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Kconfig
board/phytec/phycore_imx8mp/Kconfig [new file with mode: 0644]
board/phytec/phycore_imx8mp/MAINTAINERS [new file with mode: 0644]
board/phytec/phycore_imx8mp/Makefile [new file with mode: 0644]
board/phytec/phycore_imx8mp/lpddr4_timing.c [new file with mode: 0644]
board/phytec/phycore_imx8mp/phycore-imx8mp.c [new file with mode: 0644]
board/phytec/phycore_imx8mp/spl.c [new file with mode: 0644]
configs/phycore-imx8mp_defconfig [new file with mode: 0644]
include/configs/phycore_imx8mp.h [new file with mode: 0644]