[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250501072923.1262414-1-p-bhagat@ti.com>
Date: Thu, 1 May 2025 12:59:20 +0530
From: Paresh Bhagat <p-bhagat@...com>
To: <nm@...com>, <vigneshr@...com>, <praneeth@...com>
CC: <kristo@...nel.org>, <robh@...nel.org>, <krzk+dt@...nel.org>,
<conor+dt@...nel.org>, <linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<khasim@...com>, <v-singh1@...com>, <afd@...com>
Subject: [PATCH 0/3] Add support for AM62D2 SoC and EVM
This patch series adds support for the AM62D2 SoC and its evaluation
module (EVM) board. The AM62D2 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 patch series includes a new device tree source (DTS) file, updates
in device tree bindings and pin control header file.
Bootlog: https://gist.github.com/paresh-bhagat12/1757cc54a39f1baf883341af2a383db6
Tech Ref Manual: https://www.ti.com/lit/pdf/sprujd4
Schematics: https://www.ti.com/lit/zip/sprcal5
Paresh Bhagat (3):
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
.../devicetree/bindings/arm/ti/k3.yaml | 6 +
arch/arm64/boot/dts/ti/Makefile | 3 +
arch/arm64/boot/dts/ti/k3-am62d2-evm.dts | 449 ++++++++++++++++++
arch/arm64/boot/dts/ti/k3-pinctrl.h | 3 +
4 files changed, 461 insertions(+)
create mode 100644 arch/arm64/boot/dts/ti/k3-am62d2-evm.dts
--
2.34.1
Powered by blists - more mailing lists