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 @@ -332,12 +332,19 @@ zephyr_udc0: &usbhs {
332
332
333
333
/* Trim this RAM block for making room on all run-time common S2RAM cpu context. */
334
334
&cpuapp_ram0 {
335
- reg = <0x22000000 (DT_SIZE_K(32) - 32 )>;
336
- ranges = <0x0 0x22000000 (0x8000 - 0x20 )>;
335
+ reg = <0x22000000 (DT_SIZE_K(32) - 48 )>;
336
+ ranges = <0x0 0x22000000 (0x8000 - 0x30 )>;
337
337
};
338
338
339
339
/ {
340
340
soc {
341
+ /* temporary stack for S2RAM resume logic */
342
+ pm_s2ram_stack: cpuapp_s2ram_stack@22007fd0 {
343
+ compatible = "zephyr,memory-region", "mmio-sram";
344
+ reg = <0x22007fd0 16>;
345
+ zephyr,memory-region = "pm_s2ram_stack";
346
+ };
347
+
341
348
/* run-time common S2RAM cpu context RAM */
342
349
pm_s2ram: cpuapp_s2ram@22007fe0 {
343
350
compatible = "zephyr,memory-region", "mmio-sram";
You can’t perform that action at this time.
0 commit comments