summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2023-10-08 10:16:53 +0530
committerVignesh Raghavendra <vigneshr@ti.com>2023-10-12 18:53:22 +0530
commit81be795bb3eac1a8cdbd5adb862044c12dc2b744 (patch)
tree3357fb41dcc978a161a7c30fda900441a5648d5a /arch/arm64/boot/dts
parent1c4cc4ca5aff237544c502e6e5ffbe13f4c372fa (diff)
downloadlinux-81be795bb3eac1a8cdbd5adb862044c12dc2b744.tar.gz
linux-81be795bb3eac1a8cdbd5adb862044c12dc2b744.tar.bz2
linux-81be795bb3eac1a8cdbd5adb862044c12dc2b744.zip
arm64: dts: ti: k3-j7200: Add MCU domain ESM instance
Patch adds the ESM instance for MCU domain of J7200. Signed-off-by: Keerthy <j-keerthy@ti.com> Link: https://lore.kernel.org/r/20231008044657.25788-4-j-keerthy@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r--arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
index ef13d64961ef..3fc588b848c6 100644
--- a/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
@@ -637,4 +637,11 @@
power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>;
#thermal-sensor-cells = <1>;
};
+
+ mcu_esm: esm@40800000 {
+ compatible = "ti,j721e-esm";
+ reg = <0x00 0x40800000 0x00 0x1000>;
+ ti,esm-pins = <95>;
+ bootph-pre-ram;
+ };
};