Skip to content

Commit f561078

Browse files
adamkondraciuknordicjm
authored andcommitted
[nrf fromlist] boards: nordic: nrf54h: fix pm_ramfunc region
Fix region for PM ram function on radiocore. Upstream PR #: 97792 Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 769444d commit f561078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ zephyr_udc0: &usbhs {
135135
/* cache control functions - must be executed from RAM */
136136
pm_ramfunc: cpurad_s2ram@2302ff40 {
137137
compatible = "zephyr,memory-region", "mmio-sram";
138-
reg = <0x2302ff80 192>;
138+
reg = <0x2302ff40 192>;
139139
zephyr,memory-region = "PMLocalRamfunc";
140140
};
141141
};

0 commit comments

Comments
 (0)