[PATCH 12/19] arm64: dts: ti: k3-am62a-main: Add C7xv device node

Markus Schneider-Pargmann msp at baylibre.com
Tue Mar 11 11:30:51 CET 2025


From: Jai Luthra <j-luthra at ti.com>

AM62A SoCs have a C7xv DSP subsystem with Analytics engine capability.
This subsystem is intended for deep learning purposes. Define the
device node for C7xv DSP.

Signed-off-by: Jai Luthra <j-luthra at ti.com>
Signed-off-by: Hari Nagalla <hnagalla at ti.com>
Signed-off-by: Judith Mendez <jm at ti.com>
Acked-by: Andrew Davis <afd at ti.com>
Link: https://lore.kernel.org/r/20250210221530.1234009-5-jm@ti.com
Signed-off-by: Markus Schneider-Pargmann <msp at baylibre.com>
---
 dts/upstream/src/arm64/ti/k3-am62a-main.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/dts/upstream/src/arm64/ti/k3-am62a-main.dtsi b/dts/upstream/src/arm64/ti/k3-am62a-main.dtsi
index a93e2cd7b8c74ab942612d1090939614066e9d2b..805cde942b97f0b6069d505ec90b8201255e5eec 100644
--- a/dts/upstream/src/arm64/ti/k3-am62a-main.dtsi
+++ b/dts/upstream/src/arm64/ti/k3-am62a-main.dtsi
@@ -1124,6 +1124,18 @@
 		power-domains = <&k3_pds 204 TI_SCI_PD_EXCLUSIVE>;
 	};
 
+	c7x_0: dsp at 7e000000 {
+		compatible = "ti,am62a-c7xv-dsp";
+		reg = <0x00 0x7e000000 0x00 0x00100000>;
+		reg-names = "l2sram";
+		ti,sci = <&dmsc>;
+		ti,sci-dev-id = <208>;
+		ti,sci-proc-ids = <0x04 0xff>;
+		resets = <&k3_reset 208 1>;
+		firmware-name = "am62a-c71_0-fw";
+		status = "disabled";
+	};
+
 	e5010: jpeg-encoder at fd20000 {
 		compatible = "ti,am62a-jpeg-enc", "img,e5010-jpeg-enc";
 		reg = <0x00 0xfd20000 0x00 0x100>,

-- 
2.47.2



More information about the U-Boot mailing list