board: phytec: am62x: Add PHYTEC phyCORE-AM62x SoM
authorWadim Egorov <w.egorov@phytec.de>
Wed, 20 Dec 2023 09:18:10 +0000 (10:18 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jan 2024 17:00:05 +0000 (12:00 -0500)
commit085cd6459daec282611c598e13e2bb9cedd09829
tree2c96cdfb79ae30c59d224c9615b9d9fe97a73f7c
parent53157bfa990e16ba8e44198ef484c26fa50619da
board: phytec: am62x: Add PHYTEC phyCORE-AM62x SoM

Add basic support for PHYTEC phyCORE-AM62x SoM.

Supported features:
  - 2GB DDR4 RAM
  - eMMC Flash
  - OSPI NOR Flash
  - external uSD
  - Ethernet
  - debug UART

Product page SoM: https://www.phytec.com/product/phycore-am62x

Device trees were taken from Linux v6.7-rc3.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
20 files changed:
arch/arm/dts/Makefile
arch/arm/dts/k3-am62-phycore-som-ddr4-2gb.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am62-phycore-som.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am625-phyboard-lyra-rdk.dts [new file with mode: 0644]
arch/arm/dts/k3-am625-phycore-som-binman.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am625-r5-phycore-som-2gb.dts [new file with mode: 0644]
arch/arm/mach-k3/am62x/Kconfig
board/phytec/phycore_am62x/Kconfig [new file with mode: 0644]
board/phytec/phycore_am62x/MAINTAINERS [new file with mode: 0644]
board/phytec/phycore_am62x/Makefile [new file with mode: 0644]
board/phytec/phycore_am62x/board-cfg.yaml [new file with mode: 0644]
board/phytec/phycore_am62x/phycore-am62x.c [new file with mode: 0644]
board/phytec/phycore_am62x/phycore_am62x.env [new file with mode: 0644]
board/phytec/phycore_am62x/pm-cfg.yaml [new file with mode: 0644]
board/phytec/phycore_am62x/rm-cfg.yaml [new file with mode: 0644]
board/phytec/phycore_am62x/sec-cfg.yaml [new file with mode: 0644]
configs/phycore_am62x_a53_defconfig [new file with mode: 0644]
configs/phycore_am62x_r5_defconfig [new file with mode: 0644]
include/configs/phycore_am62x.h [new file with mode: 0644]