Skip to content

Commit 325544e

Browse files
nordic-krchrlubos
authored andcommitted
dts: common: nordic: nrf54lx10: Add hibernation-ram-block to cpuflpr_vpr
Add property which indicates which ram block is used for FLPR hibernation. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
1 parent 9e7f928 commit 325544e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dts/common/nordic/nrf54lc10a.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
#size-cells = <1>;
148148
status = "disabled";
149149
enable-secure;
150+
hibernation-ram-block = <32>;
150151

151152
cpuflpr_clic: interrupt-controller@f0000000 {
152153
compatible = "nordic,nrf-clic";

dts/common/nordic/nrf54lv10a.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
#size-cells = <1>;
148148
status = "disabled";
149149
enable-secure;
150+
hibernation-ram-block = <32>;
150151

151152
cpuflpr_clic: interrupt-controller@f0000000 {
152153
compatible = "nordic,nrf-clic";

0 commit comments

Comments
 (0)