doc: retention: 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
454efc2338
commit
6203261ea8
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@ based on the :ref:`nrf52840dk_nrf52840` board and memory layout):
|
|||
.. code-block:: devicetree
|
||||
|
||||
/ {
|
||||
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…
Reference in a new issue