[PATCH v2 0/2] Add support for Toradex SMARC i.MX8MP

From: Vitor Soares
Date: Mon Apr 14 2025 - 08:39:19 EST


From: Vitor Soares <vitor.soares@xxxxxxxxxxx>

This series adds support for the new Toradex SMARC i.MX8MP
System-on-Module (SoM) and its Development carrier board.

More information on the SoM and carrier board can be found here:
https://www.toradex.com/computer-on-modules/smarc-arm-family/nxp-imx-8m-plus
https://www.toradex.com/products/carrier-board/smarc-development-board-kit

Changes in v2:
- Move the Makefile rule to the proper place. (Daniel Baluta)
- Remove the dsp_reserved node, it is already disabled in imx8mp.dtsi
- Add Acked-by from Conor Dooley

Vitor Soares (2):
dt-bindings: arm: fsl: add Toradex SMARC iMX8MP SoM and carrier
arm64: dts: freescale: add Toradex SMARC iMX8MP

.../devicetree/bindings/arm/fsl.yaml | 6 +
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../freescale/imx8mp-toradex-smarc-dev.dts | 297 ++++
.../dts/freescale/imx8mp-toradex-smarc.dtsi | 1284 +++++++++++++++++
4 files changed, 1588 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc-dev.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi

--
2.34.1