[PATCHv4 0/6] Add support for AM62D2 SoC and EVM

From: Paresh Bhagat
Date: Mon Jun 23 2025 - 10:19:03 EST


This patch series adds support for the AM62D SoC and its evaluation
module (EVM) board, enable eMMC and firmware-name update for
AM62D2-EVM board.

The AM62D SoC is a high-performance Digital Signal Processing (DSP)
device with a quad-core Cortex-A53 cluster, dual Cortex-R5F cores,
and a Cx7 DSP core with Matrix Multiplication Accelerator (MMA).
It features a range of peripherals, including multichannel audio
serial ports, Ethernet, UARTs, SPI, I2C, USB, and more.

The EVM board is a low-cost, expandable platform designed for the AM62D2
SoC, having 4GB LPDDR4 RAM, Gigabit Ethernet expansion connectors, audio
jacks, USB ports, and more.

This SoC is part K3 AM62x family, which includes the AM62A and AM62P
variants. While the AM62A and AM62D are largely similar, the AM62D is
specifically targeted for general-purpose DSP applications, whereas the
AM62A focuses on edge AI workloads. A key distinction is that the AM62D
does not include multimedia components such as the video encoder/decoder,
MJPEG encoder, Vision Processing Accelerator (VPAC) for image signal
processing, or the display subsystem. Additionally, the AM62D has a
different pin configuration compared to the AM62A, which impacts embedded
software development.

This patch series includes updates to the dts and dtsi files, device tree
bindings, and pin control header files to support the AM62D SoC and EVM
board.

Bootlog-

SD Card
https://gist.github.com/paresh-bhagat12/1757cc54a39f1baf883341af2a383db6

eMMC
https://gist.github.com/paresh-bhagat12/36c756422ff71fa9568c45e9b44332f0

Tech Ref Manual-https://www.ti.com/lit/pdf/sprujd4
Schematics Link-https://www.ti.com/lit/zip/sprcal5

Change Log:
V3 -> V4:
- Added bootph-all property at source nodes.
- Reuse dtsi files of am62a (instead of common files).
- Added eMMC support.
- Updated firmware name for am62d.

V2 -> V3:
- Added bootph-all property to essential device nodes.
- Updated reserved memory for ATF.
- Introduce common dtsi files for AM62A and AM62D.

V1 -> V2: Fixed indentation and build errors.

Paresh Bhagat (6):
arm64: dts: ti: Add bootph property to nodes at source for am62a
dt-bindings: arm: ti: Add bindings for AM62D2 SoC
arm64: dts: ti: Add pinctrl entries for AM62D2 family of SoCs
arm64: dts: ti: Add support for AM62D2-EVM
arm64: dts: ti: Update firmware-name for IPC
arm64: dts: ti: Add eMMC support for AM62D

.../devicetree/bindings/arm/ti/k3.yaml | 6 +
arch/arm64/boot/dts/ti/Makefile | 3 +
arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 15 +
arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi | 1 +
arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi | 3 +
arch/arm64/boot/dts/ti/k3-am62a.dtsi | 3 +
arch/arm64/boot/dts/ti/k3-am62d2-evm.dts | 590 ++++++++++++++++++
arch/arm64/boot/dts/ti/k3-pinctrl.h | 3 +
8 files changed, 624 insertions(+)
create mode 100644 arch/arm64/boot/dts/ti/k3-am62d2-evm.dts

--
2.34.1