File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -345,19 +345,12 @@ zephyr_udc0: &usbhs {
345
345
346
346
/* Trim this RAM block for making room on all run-time common S2RAM cpu context. */
347
347
&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 )>;
350
350
};
351
351
352
352
/ {
353
353
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
-
361
354
/* run-time common S2RAM cpu context RAM */
362
355
pm_s2ram: cpuapp_s2ram@22007fe0 {
363
356
compatible = "zephyr,memory-region", "mmio-sram";
You can’t perform that action at this time.
0 commit comments