[PATCH v1 0/7] arm64: dts: ti: k3-am69-aquila: Add display and peripheral overlays

From: Vitor Soares

Date: Fri May 29 2026 - 08:09:27 EST


From: Vitor Soares <vitor.soares@xxxxxxxxxxx>

This series adds device tree overlays for the Toradex Aquila AM69 carrier
boards. The overlays cover display adapters, DSI displays, and OV5640 CSI
camera modules available through the Toradex accessory ecosystem.

Display additions cover three configurations:
- DSI-to-HDMI adapter based on the LT8912B
- DSI-to-LVDS adapter based on the SN65DSI84 with the Toradex Capacitive
Touch Display 10.1" LVDS
- DSI driving the Toradex Capacitive Touch Display 7" and 10.1" DSI

For the OV5640 camera overlays, both the current Toradex CSI Camera Set
5MP OV5640 with a 27 MHz oscillator and the legacy CSI Module 5MP OV5640
with a 24 MHz oscillator are supported.

This series depends on the Riverdi vendor prefix and panel-lvds binding
patches, which have been submitted as part of a separate series:

https://lore.kernel.org/all/20260522161105.277519-13-ivitro@xxxxxxxxx/

Vitor Soares (7):
arm64: dts: ti: k3-am69-aquila: Add Toradex DSI to HDMI Adapter
arm64: dts: ti: k3-am69-aquila: Add DSI to LVDS adapter with 10.1"
display
arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display
10.1" DSI with adapter
arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display
7" DSI with adapter
arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display
10.1" DSI
arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display
7" DSI
arm64: dts: ti: k3-am69-aquila: Add Toradex OV5640 CSI cameras

arch/arm64/boot/dts/ti/Makefile | 43 +++++
...la-adapter-panel-cap-touch-10inch-dsi.dtso | 151 ++++++++++++++++++
...ila-adapter-panel-cap-touch-7inch-dsi.dtso | 151 ++++++++++++++++++
.../ti/k3-am69-aquila-csi1-ov5640-24mhz.dtso | 18 +++
.../dts/ti/k3-am69-aquila-csi1-ov5640.dtsi | 76 +++++++++
.../dts/ti/k3-am69-aquila-csi1-ov5640.dtso | 19 +++
.../ti/k3-am69-aquila-csi2-ov5640-24mhz.dtso | 18 +++
.../dts/ti/k3-am69-aquila-csi2-ov5640.dtsi | 76 +++++++++
.../dts/ti/k3-am69-aquila-csi2-ov5640.dtso | 19 +++
.../dts/ti/k3-am69-aquila-dsi-to-hdmi.dtso | 115 +++++++++++++
...la-dsi-to-lvds-panel-cap-touch-10inch.dtso | 142 ++++++++++++++++
...m69-aquila-panel-cap-touch-10inch-dsi.dtso | 149 +++++++++++++++++
...am69-aquila-panel-cap-touch-7inch-dsi.dtso | 149 +++++++++++++++++
13 files changed, 1126 insertions(+)
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-adapter-panel-cap-touch-10inch-dsi.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-adapter-panel-cap-touch-7inch-dsi.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi1-ov5640-24mhz.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi1-ov5640.dtsi
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi1-ov5640.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi2-ov5640-24mhz.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi2-ov5640.dtsi
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-csi2-ov5640.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-dsi-to-hdmi.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-dsi-to-lvds-panel-cap-touch-10inch.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-panel-cap-touch-10inch-dsi.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am69-aquila-panel-cap-touch-7inch-dsi.dtso

--
2.54.0