File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -343,12 +343,19 @@ zephyr_udc0: &usbhs {
343
343
344
344
/* Trim this RAM block for making room on all run-time common S2RAM cpu context. */
345
345
&cpuapp_ram0 {
346
- reg = <0x22000000 (DT_SIZE_K(32) - 32 )>;
347
- ranges = <0x0 0x22000000 (0x8000 - 0x20 )>;
346
+ reg = <0x22000000 (DT_SIZE_K(32) - 48 )>;
347
+ ranges = <0x0 0x22000000 (0x8000 - 0x30 )>;
348
348
};
349
349
350
350
/ {
351
351
soc {
352
+ /* temporary stack for S2RAM resume logic */
353
+ pm_s2ram_stack: cpuapp_s2ram_stack@22007fd0 {
354
+ compatible = "zephyr,memory-region", "mmio-sram";
355
+ reg = <0x22007fd0 16>;
356
+ zephyr,memory-region = "pm_s2ram_stack";
357
+ };
358
+
352
359
/* run-time common S2RAM cpu context RAM */
353
360
pm_s2ram: cpuapp_s2ram@22007fe0 {
354
361
compatible = "zephyr,memory-region", "mmio-sram";
You can’t perform that action at this time.
0 commit comments