samples: mgmt: mcumgr: smp_svr: fix retention area address

Fix retainedmem address to not overlap sram0.

Signed-off-by: Benjamin Lemouzy <blemouzy@centralp.fr>
This commit is contained in:
Benjamin Lemouzy 2024-10-15 15:07:35 +02:00 committed by Anas Nashif
commit cbe642bc60

View file

@ -1,7 +1,7 @@
/ {
sram@2003F000 {
sram@2003FC00 {
compatible = "zephyr,memory-region", "mmio-sram";
reg = <0x2003F000 DT_SIZE_K(1)>;
reg = <0x2003FC00 DT_SIZE_K(1)>;
zephyr,memory-region = "RetainedMem";
status = "okay";