Skip to content

Commit 4d04df5

Browse files
Lionel Debievespasdeloup
Lionel Debieve
authored andcommitted
feat(stm32mp1-fdts): add sysram node for ssp
Add the sysram node to define the supply used. Mandatory to properly mask the supply during reset. Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com> Change-Id: I615cc88361fa8108cdd532cc8a0cafbdd03754b0 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/tf-a/+/308669 ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> ACI: CIBUILD <MDG-smet-aci-builds@list.st.com> Reviewed-by: Yann GAUTIER <yann.gautier@foss.st.com>
1 parent 994fc22 commit 4d04df5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

fdts/stm32mp13-ssp-bl2.dtsi

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
/delete-property/ mmc0;
99
};
1010

11+
sysram: sram@2ffe0000 {
12+
compatible = "mmio-sram";
13+
reg = <0x2ffe0000 0x20000>;
14+
vddcore-supply = <&vddcore>;
15+
};
16+
1117
soc {
1218
efuse@5c005000 {
1319
cfg0_otp: cfg0_otp@0 {

fdts/stm32mp15-ssp-bl2.dtsi

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
/delete-node/ cpu0_opp_table;
2020
/delete-node/ psci;
2121

22+
sysram: sram@2ffc0000 {
23+
compatible = "mmio-sram";
24+
reg = <0x2ffc0000 0x40000>;
25+
vddcore-supply = <&vddcore>;
26+
};
27+
2228
soc {
2329
efuse@5c005000 {
2430
cfg2_otp: cfg2_otp@8 {

0 commit comments

Comments
 (0)