Skip to content

Commit bb99c44

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 f51fd76 commit bb99c44

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
@@ -356,6 +356,13 @@ zephyr_udc0: &usbhs {
356356
zephyr,memory-region = "PMLocalRamfunc";
357357
};
358358

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

0 commit comments

Comments
 (0)