Skip to content

Commit 5623f11

Browse files
tomchyadamkondraciuk
authored andcommitted
[nrf fromlist] boards: Define pm_s2ram_stack for nRF54H20
Add the definition of pm_s2ram_stack memory region for nRF54H20. Upstream PR #: 95914 Signed-off-by: Tomasz Chyrowicz <[email protected]> (cherry picked from commit c274834)
1 parent a2f6346 commit 5623f11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,13 @@ zephyr_udc0: &usbhs {
358358
zephyr,memory-region = "PMLocalRamfunc";
359359
};
360360

361+
/* temporary stack for S2RAM resume logic */
362+
pm_s2ram_stack: cpuapp_s2ram_stack@22007fd0 {
363+
compatible = "zephyr,memory-region", "mmio-sram";
364+
reg = <0x22007fd0 16>;
365+
zephyr,memory-region = "pm_s2ram_stack";
366+
};
367+
361368
/* run-time common S2RAM cpu context RAM */
362369
pm_s2ram: cpuapp_s2ram@22007fe0 {
363370
compatible = "zephyr,memory-region", "mmio-sram";

0 commit comments

Comments
 (0)