summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSanthosh Kumar K <s-k6@ti.com>2024-02-14 16:27:54 +0530
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commitfcd09670c5e2288c7e983aa95da83b976a5c94fc (patch)
tree5783c8f210b4080fe96e62f06060d7d9a4f8fb1a /arch
parente69203602907f98535cc382518ab6a842f820712 (diff)
arm: dts: k3-am62a: Add ESM nodes
Add Main ESM and MCU ESM nodes to the AM62A device tree. Signed-off-by: Santhosh Kumar K <s-k6@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/k3-am62a7-r5-sk.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am62a7-r5-sk.dts b/arch/arm/dts/k3-am62a7-r5-sk.dts
index 5f1bd32a75..3c63b99f17 100644
--- a/arch/arm/dts/k3-am62a7-r5-sk.dts
+++ b/arch/arm/dts/k3-am62a7-r5-sk.dts
@@ -81,6 +81,15 @@
ti,secure-host;
};
+&cbass_mcu {
+ mcu_esm: esm@4100000 {
+ compatible = "ti,j721e-esm";
+ reg = <0x0 0x4100000 0x0 0x1000>;
+ ti,esm-pins = <0>, <1>, <2>, <85>;
+ bootph-pre-ram;
+ };
+};
+
&cbass_main {
sa3_secproxy: secproxy@44880000 {
compatible = "ti,am654-secure-proxy";
@@ -100,6 +109,13 @@
mbox-names = "tx", "rx", "boot_notify";
bootph-pre-ram;
};
+
+ main_esm: esm@420000 {
+ compatible = "ti,j721e-esm";
+ reg = <0x0 0x420000 0x0 0x1000>;
+ ti,esm-pins = <69>, <160>, <161>, <162>, <163>, <177>, <178>;
+ bootph-pre-ram;
+ };
};
&mcu_pmx0 {