board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM
authorGarrett Giordano <ggiordano@phytec.com>
Mon, 18 Nov 2024 23:16:05 +0000 (15:16 -0800)
committerTom Rini <trini@konsulko.com>
Fri, 13 Dec 2024 23:30:01 +0000 (17:30 -0600)
commitd13e67c24d167d965b8b733ed7b81712d02518e3
treeabbcdc1c16554510e3011664bcd86eba257a316d
parentdeb9a07cf167f68184fe782047bfd77c238276cd
board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM

Add support for PHYTEC phyCORE-AM62A7 SoM.

Supported features:
  - 2GB LPDDR4 RAM
  - eMMC
  - External SD
  - Ethernet
  - debug UART

Signed-off-by: Garrett Giordano <ggiordano@phytec.com>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
19 files changed:
arch/arm/dts/Makefile
arch/arm/dts/k3-am62a-phycore-som-binman.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am62a-phycore-som-ddr4-2gb.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am62a7-phyboard-lyra-rdk-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am62a7-r5-phycore-som-2gb.dts [new file with mode: 0644]
arch/arm/mach-k3/am62ax/Kconfig
board/phytec/phycore_am62ax/Kconfig [new file with mode: 0644]
board/phytec/phycore_am62ax/MAINTAINERS [new file with mode: 0644]
board/phytec/phycore_am62ax/Makefile [new file with mode: 0644]
board/phytec/phycore_am62ax/board-cfg.yaml [new file with mode: 0644]
board/phytec/phycore_am62ax/phycore-am62ax.c [new file with mode: 0644]
board/phytec/phycore_am62ax/phycore_am62ax.env [new file with mode: 0644]
board/phytec/phycore_am62ax/pm-cfg.yaml [new file with mode: 0644]
board/phytec/phycore_am62ax/rm-cfg.yaml [new file with mode: 0644]
board/phytec/phycore_am62ax/sec-cfg.yaml [new file with mode: 0644]
board/phytec/phycore_am62ax/tifs-rm-cfg.yaml [new file with mode: 0644]
configs/phycore_am62ax_a53_defconfig [new file with mode: 0644]
configs/phycore_am62ax_r5_defconfig [new file with mode: 0644]
include/configs/phycore_am62ax.h [new file with mode: 0644]