tests: boot: 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:10:08 +02:00 committed by Anas Nashif
commit b7d8f105e7

View file

@ -1,9 +1,9 @@
/* SPDX-License-Identifier: Apache-2.0 */
/ {
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";