From: Keerthy <j-keerthy@ti.com>
To: <u-boot@lists.denx.de>, <u-kumar1@ti.com>
Cc: <j-keerthy@ti.com>, <n-francis@ti.com>, <trini@konsulko.com>,
<vigneshr@ti.com>
Subject: [PATCH RFC 01/10] arm64: dts: ti: k3-j721s2: Add ESM instances
Date: Tue, 3 Oct 2023 13:40:29 +0530 [thread overview]
Message-ID: <20231003081038.24299-2-j-keerthy@ti.com> (raw)
In-Reply-To: <20231003081038.24299-1-j-keerthy@ti.com>
Patch adds the ESM instances for j721s2. It has 3 instances.
One in the main domain and two in the mcu-wakeup domian.
Signed-off-by: Keerthy <j-keerthy@ti.com>
---
arch/arm/dts/k3-j721s2-main.dtsi | 7 +++++++
arch/arm/dts/k3-j721s2-mcu-wakeup.dtsi | 14 ++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/arch/arm/dts/k3-j721s2-main.dtsi b/arch/arm/dts/k3-j721s2-main.dtsi
index 976ba1e95a..859b5124ae 100644
--- a/arch/arm/dts/k3-j721s2-main.dtsi
+++ b/arch/arm/dts/k3-j721s2-main.dtsi
@@ -934,4 +934,11 @@
interrupt-names = "int0", "int1";
bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>;
};
+
+ main_esm: esm@700000 {
+ compatible = "ti,j721e-esm";
+ reg = <0x00 0x700000 0x00 0x1000>;
+ ti,esm-pins = <688>, <689>;
+ bootph-pre-ram;
+ };
};
diff --git a/arch/arm/dts/k3-j721s2-mcu-wakeup.dtsi b/arch/arm/dts/k3-j721s2-mcu-wakeup.dtsi
index 7521963719..f28cf7df50 100644
--- a/arch/arm/dts/k3-j721s2-mcu-wakeup.dtsi
+++ b/arch/arm/dts/k3-j721s2-mcu-wakeup.dtsi
@@ -299,4 +299,18 @@
ti,cpts-periodic-outputs = <2>;
};
};
+
+ mcu_esm: esm@40800000 {
+ compatible = "ti,j721e-esm";
+ reg = <0x00 0x40800000 0x00 0x1000>;
+ ti,esm-pins = <95>;
+ bootph-pre-ram;
+ };
+
+ wkup_esm: esm@42080000 {
+ compatible = "ti,j721e-esm";
+ reg = <0x00 0x42080000 0x00 0x1000>;
+ ti,esm-pins = <63>;
+ bootph-pre-ram;
+ };
};
--
2.17.1
next prev parent reply other threads:[~2023-10-03 8:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-03 8:10 [PATCH RFC 00/10] arm: dts: j7200/j721s2: Enable the ESM and PMIC ESM Keerthy
2023-10-03 8:10 ` Keerthy [this message]
2023-10-03 8:10 ` [PATCH RFC 02/10] arm64: dts: ti: k3-j7200: Add MCU domain ESM instance Keerthy
2023-10-03 8:10 ` [PATCH RFC 03/10] arm: dts: k3-j721s2-r5-common-proc-board: Add ESM PMIC and dependent nodes Keerthy
2023-10-03 8:10 ` [PATCH RFC 04/10] arm64: dts: ti: k3-j721e: Add MCU domain ESM instance Keerthy
2023-10-03 8:10 ` [PATCH RFC 05/10] board: ti: j721e: Initialize MCU ESM Keerthy
2023-10-03 8:10 ` [PATCH RFC 06/10] board: ti: j721s2: Initialize the ESM & PMIC ESM Keerthy
2023-10-03 8:10 ` [PATCH RFC 07/10] configs: j721s2_evm_r5_defconfig: Enable ESM & PMIC ESM configs Keerthy
2023-10-03 8:10 ` [PATCH RFC 08/10] arm: dts: k3-j7200-r5-common-proc-board: Add PMIC ESM node Keerthy
2023-10-03 8:10 ` [PATCH RFC 09/10] configs: j7200_evm_r5_defconfig: Enable the ESM configs Keerthy
2023-10-03 8:10 ` [PATCH RFC 10/10] board: ti: j721e: Enable ESM initialization for J7200 Keerthy
2023-10-03 14:27 ` Kumar, Udit
2023-10-03 15:10 ` Tom Rini
2023-11-16 6:13 ` Neha Malcom Francis
2023-11-16 18:40 ` Tom Rini
2023-11-17 8:30 ` Neha Malcom Francis
2023-11-17 14:07 ` Tom Rini
2023-11-20 4:41 ` Neha Malcom Francis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231003081038.24299-2-j-keerthy@ti.com \
--to=j-keerthy@ti.com \
--cc=n-francis@ti.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=u-kumar1@ti.com \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox