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:
parent
cbe642bc60
commit
b7d8f105e7
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue