arm64: dts: ti: k3-j7200: Add MCU domain ESM instance
authorKeerthy <j-keerthy@ti.com>
Sun, 8 Oct 2023 04:46:53 +0000 (10:16 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 12 Oct 2023 13:23:22 +0000 (18:53 +0530)
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>
arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi

index ef13d64961ef929800a451c875b43c39a8f29f4b..3fc588b848c6124ee26d453bcd496b8b50639815 100644 (file)
                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;
+       };
 };