Skip to content

Commit dbf0226

Browse files
Keerthyjr-vignesh
authored andcommitted
arm64: dts: ti: k3-j721s2: Add ESM instances
Patch adds the ESM instances for J721s2. It has 3 instances. One in the main domain and two in the mcu-wakeup domain. Signed-off-by: Keerthy <j-keerthy@ti.com> Link: https://lore.kernel.org/r/20231008044657.25788-2-j-keerthy@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 8b2e418 commit dbf0226

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,4 +1818,11 @@
18181818
firmware-name = "j721s2-c71_1-fw";
18191819
status = "disabled";
18201820
};
1821+
1822+
main_esm: esm@700000 {
1823+
compatible = "ti,j721e-esm";
1824+
reg = <0x00 0x700000 0x00 0x1000>;
1825+
ti,esm-pins = <688>, <689>;
1826+
bootph-pre-ram;
1827+
};
18211828
};

arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,4 +695,18 @@
695695
ti,loczrama = <1>;
696696
};
697697
};
698+
699+
mcu_esm: esm@40800000 {
700+
compatible = "ti,j721e-esm";
701+
reg = <0x00 0x40800000 0x00 0x1000>;
702+
ti,esm-pins = <95>;
703+
bootph-pre-ram;
704+
};
705+
706+
wkup_esm: esm@42080000 {
707+
compatible = "ti,j721e-esm";
708+
reg = <0x00 0x42080000 0x00 0x1000>;
709+
ti,esm-pins = <63>;
710+
bootph-pre-ram;
711+
};
698712
};

0 commit comments

Comments
 (0)