Skip to content

Commit 1c4cc4c

Browse files
Keerthyjr-vignesh
authored andcommitted
arm64: dts: ti: k3-j784s4: Add ESM instances
Patch adds the ESM instances for J784s4. 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-3-j-keerthy@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent dbf0226 commit 1c4cc4c

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,4 +1585,12 @@
15851585
firmware-name = "j784s4-c71_3-fw";
15861586
status = "disabled";
15871587
};
1588+
1589+
main_esm: esm@700000 {
1590+
compatible = "ti,j721e-esm";
1591+
reg = <0x00 0x700000 0x00 0x1000>;
1592+
ti,esm-pins = <688>, <689>, <690>, <691>, <692>, <693>, <694>,
1593+
<695>;
1594+
bootph-pre-ram;
1595+
};
15881596
};

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,4 +700,18 @@
700700
status = "disabled";
701701
};
702702
};
703+
704+
mcu_esm: esm@40800000 {
705+
compatible = "ti,j721e-esm";
706+
reg = <0x00 0x40800000 0x00 0x1000>;
707+
ti,esm-pins = <95>;
708+
bootph-pre-ram;
709+
};
710+
711+
wkup_esm: esm@42080000 {
712+
compatible = "ti,j721e-esm";
713+
reg = <0x00 0x42080000 0x00 0x1000>;
714+
ti,esm-pins = <63>;
715+
bootph-pre-ram;
716+
};
703717
};

0 commit comments

Comments
 (0)