Add imx8mp-libra-fpsc board
authorBenjamin Hahn <B.Hahn@phytec.de>
Tue, 2 Sep 2025 06:07:32 +0000 (08:07 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 5 Sep 2025 12:04:59 +0000 (09:04 -0300)
commit28d6f787b0deb3f66118857297a855233eba18d1
tree6015b93c2cdcddf4e8c2427332242e33dd205354
parent5d75b4f8767d4e27ea4074f2b06bec2d6f78bfb4
Add imx8mp-libra-fpsc board

Add new imx8mp-libra-fpsc board.
Bootph tags as well as USB device tree nodes are in u-boot.dtsi for now
and will be removed when upstreamed.
The Libra i.MX 8M Plus FPSC is a single board computer. It uses an i.MX
8M Plus FPSC [1] System on Module which utilizes the FPSC standard [2].

[1] https://www.phytec.eu/en/produkte/system-on-modules/phycore-imx-8m-plus-fpsc
[2] https://www.phytec.eu/en/produkte/system-on-modules/fpsc

Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Reviewed-by: Teresa Remmet <t.remmet@phytec.de>
Tested-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Yannic Moog <y.moog@phytec.de>
14 files changed:
arch/arm/dts/imx8mp-libra-rdk-fpsc-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Kconfig
board/phytec/imx8mp-libra-fpsc/Kconfig [new file with mode: 0644]
board/phytec/imx8mp-libra-fpsc/MAINTAINERS [new file with mode: 0644]
board/phytec/imx8mp-libra-fpsc/Makefile [new file with mode: 0644]
board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.c [new file with mode: 0644]
board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env [new file with mode: 0644]
board/phytec/imx8mp-libra-fpsc/imximage-8mp-sd.cfg [new file with mode: 0644]
board/phytec/imx8mp-libra-fpsc/lpddr4_timing.c [new file with mode: 0644]
board/phytec/imx8mp-libra-fpsc/spl.c [new file with mode: 0644]
configs/imx8mp-libra-fpsc_defconfig [new file with mode: 0644]
doc/board/phytec/imx8mp-libra-fpsc.rst [new file with mode: 0644]
doc/board/phytec/index.rst
include/configs/imx8mp-libra-fpsc.h [new file with mode: 0644]