]> git.ipfire.org Git - thirdparty/u-boot.git/commit - board/phytec/phycore_am64x/MAINTAINERS
board: phytec: am64x: Add PHYTEC phyCORE-AM64x SoM
authorWadim Egorov <w.egorov@phytec.de>
Wed, 28 Feb 2024 08:42:16 +0000 (09:42 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 7 Mar 2024 12:59:15 +0000 (07:59 -0500)
commit46b3ff8205c714d5038cc57efecd29f96769925d
tree1a409c413954c5e37c1a687a7d7a3754edaad162
parent9522956605205d23fe99142547ca3227574d418a
board: phytec: am64x: Add PHYTEC phyCORE-AM64x SoM

Add support for PHYTEC phyCORE-AM64x SoM.

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

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

Device trees were taken from Linux v6.8-rc2.

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-am64-phycore-som-ddr4-2gb.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am64-phycore-som.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am642-phyboard-electra-rdk-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am642-phyboard-electra-rdk.dts [new file with mode: 0644]
arch/arm/dts/k3-am642-phycore-som-binman.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am642-r5-phycore-som-2gb.dts [new file with mode: 0644]
arch/arm/mach-k3/am64x/Kconfig
board/phytec/phycore_am64x/Kconfig [new file with mode: 0644]
board/phytec/phycore_am64x/MAINTAINERS [new file with mode: 0644]
board/phytec/phycore_am64x/Makefile [new file with mode: 0644]
board/phytec/phycore_am64x/board-cfg.yaml [new file with mode: 0644]
board/phytec/phycore_am64x/phycore-am64x.c [new file with mode: 0644]
board/phytec/phycore_am64x/phycore_am64x.env [new file with mode: 0644]
board/phytec/phycore_am64x/pm-cfg.yaml [new file with mode: 0644]
board/phytec/phycore_am64x/rm-cfg.yaml [new file with mode: 0644]
board/phytec/phycore_am64x/sec-cfg.yaml [new file with mode: 0644]
configs/phycore_am64x_a53_defconfig [new file with mode: 0644]
configs/phycore_am64x_r5_defconfig [new file with mode: 0644]
include/configs/phycore_am64x.h [new file with mode: 0644]