This series adds device tree overlays for the Toradex Verdin iMX8M Mini
SoM. The overlays cover audio configuration, display adapters, DSI
displays, OV5640 CSI camera modules, and Cortex-M4F integration.
The series adds support for:
- NAU8822 Bridge Tied Load configuration on the Verdin Development Board
- DSI-to-HDMI adapter based on the Lontium LT8912B bridge
- DSI-to-LVDS adapter based on the TI SN65DSI84 bridge, combined with the
Toradex Capacitive Touch Display 10.1" LVDS
- Toradex Capacitive Touch Display 7" and 10.1" DSI variants
- Toradex OV5640 CSI camera variants with 27 MHz and 24 MHz oscillators
- Cortex-M4F remoteproc support
Cortex-M4F support is split between the SoM description and an optional
UART_4 overlay. The SoM dtsi describes the remote processor and RPMsg
reserved-memory regions, while the overlay reserves Verdin UART_4 for
Cortex-M4F firmware use.
The Makefile entries build the standalone overlays as DTBOs, add
ready-to-use composed DTBs for selected carrier board and accessory
combinations, and add representative composed DTBs for build-time
coverage.
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
---
Ernest Van Hoecke (8):
arm64: dts: freescale: imx8mm-verdin: Add NAU8822 Bridge Tied Load
arm64: dts: freescale: imx8mm-verdin: Add DSI to HDMI adapter overlay
arm64: dts: freescale: imx8mm-verdin: Add Toradex DSI to LVDS adapter with 10.1" display
arm64: dts: freescale: imx8mm-verdin: Add Toradex Capacitive Touch Display 10.1" DSI
arm64: dts: freescale: imx8mm-verdin: Add Toradex Capacitive Touch Display 7" DSI
arm64: dts: freescale: imx8mm-verdin: Add Toradex OV5640 CSI Cameras
arm64: dts: freescale: imx8mm-verdin: Add Cortex-M4F remoteproc
arm64: dts: freescale: imx8mm-verdin: Add Cortex-M4F UART_4 overlay
arch/arm64/boot/dts/freescale/Makefile | 41 +++++++
.../freescale/imx8mm-verdin-dev-nau8822-btl.dtso | 14 +++
.../dts/freescale/imx8mm-verdin-dsi-to-hdmi.dtso | 88 ++++++++++++++
...-verdin-dsi-to-lvds-panel-cap-touch-10inch.dtso | 104 +++++++++++++++++
.../dts/freescale/imx8mm-verdin-ov5640-24mhz.dtso | 17 +++
.../boot/dts/freescale/imx8mm-verdin-ov5640.dtsi | 78 +++++++++++++
.../boot/dts/freescale/imx8mm-verdin-ov5640.dtso | 18 +++
.../imx8mm-verdin-panel-cap-touch-10inch-dsi.dtso | 129 +++++++++++++++++++++
.../imx8mm-verdin-panel-cap-touch-7inch-dsi.dtso | 129 +++++++++++++++++++++
.../dts/freescale/imx8mm-verdin-uart4-mcu.dtso | 14 +++
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 33 ++++++
11 files changed, 665 insertions(+)
---
base-commit: 10e06b5bd4be88cc89375227c31467734f6658de
change-id: 20260707-v1-verdin-imx8mm-dtbos-a326146c62c4
Best regards,
--
Ernest Van Hoecke <ernest.vanhoecke@toradex.com>