board: phytec: phycore-imx93: Add phyBOARD-Segin-i.MX93 support
authorMathieu Othacehe <othacehe@gnu.org>
Tue, 30 Jan 2024 14:50:37 +0000 (15:50 +0100)
committerFabio Estevam <festevam@denx.de>
Thu, 8 Feb 2024 12:05:11 +0000 (09:05 -0300)
commit7c1f8ce3956995129a8c36734ba9899ae6d0cb28
treed668461cce672425cce4576f16aaf4d032a001b6
parent259e1012713f788dc595c5a6960520d48c1bbf1b
board: phytec: phycore-imx93: Add phyBOARD-Segin-i.MX93 support

Add initial support for the PHYTEC phyBOARD-Segin-i.MX93 board based on
the PHYTEC phyCORE-i.MX93 SoM.

Supported features:
- 1GB LPDDR4 RAM
- eMMC
- external SD
- FEC Ethernet
- debug UART
- watchdog

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Tested-by: Primoz Fiser <primoz.fiser@norik.com>
Reviewed-by: Yannic Moog <y.moog@phytec.de>
16 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx93-phyboard-segin-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx93-phyboard-segin.dts [new file with mode: 0644]
arch/arm/dts/imx93-phycore-som.dtsi [new file with mode: 0644]
arch/arm/mach-imx/imx9/Kconfig
board/phytec/phycore_imx93/Kconfig [new file with mode: 0644]
board/phytec/phycore_imx93/MAINTAINERS [new file with mode: 0644]
board/phytec/phycore_imx93/Makefile [new file with mode: 0644]
board/phytec/phycore_imx93/lpddr4_timing.c [new file with mode: 0644]
board/phytec/phycore_imx93/phycore-imx93.c [new file with mode: 0644]
board/phytec/phycore_imx93/phycore_imx93.env [new file with mode: 0644]
board/phytec/phycore_imx93/spl.c [new file with mode: 0644]
configs/imx93-phyboard-segin_defconfig [new file with mode: 0644]
doc/board/phytec/imx93-phyboard-segin.rst [new file with mode: 0644]
doc/board/phytec/index.rst
include/configs/phycore_imx93.h [new file with mode: 0644]