Skip to content

Commit e413cec

Browse files
Revert "[nrf fromlist] boards: Define pm_s2ram_stack for nRF54H20"
This reverts commit cdc11bd. Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent f4640d0 commit e413cec

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -345,19 +345,12 @@ zephyr_udc0: &usbhs {
345345

346346
/* Trim this RAM block for making room on all run-time common S2RAM cpu context. */
347347
&cpuapp_ram0 {
348-
reg = <0x22000000 (DT_SIZE_K(32) - 48)>;
349-
ranges = <0x0 0x22000000 (0x8000 - 0x30)>;
348+
reg = <0x22000000 (DT_SIZE_K(32) - 32)>;
349+
ranges = <0x0 0x22000000 (0x8000 - 0x20)>;
350350
};
351351

352352
/ {
353353
soc {
354-
/* temporary stack for S2RAM resume logic */
355-
pm_s2ram_stack: cpuapp_s2ram_stack@22007fd0 {
356-
compatible = "zephyr,memory-region", "mmio-sram";
357-
reg = <0x22007fd0 16>;
358-
zephyr,memory-region = "pm_s2ram_stack";
359-
};
360-
361354
/* run-time common S2RAM cpu context RAM */
362355
pm_s2ram: cpuapp_s2ram@22007fe0 {
363356
compatible = "zephyr,memory-region", "mmio-sram";

0 commit comments

Comments
 (0)