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:
Benjamin Lemouzy 2024-10-15 15:02:59 +02:00 committed by Anas Nashif
parent 454efc2338
commit 6203261ea8

View file

@ -20,9 +20,9 @@ based on the :ref:`nrf52840dk_nrf52840` board and memory layout):
.. code-block:: devicetree .. code-block:: devicetree
/ { / {
sram@2003F000 { sram@2003FC00 {
compatible = "zephyr,memory-region", "mmio-sram"; compatible = "zephyr,memory-region", "mmio-sram";
reg = <0x2003F000 DT_SIZE_K(1)>; reg = <0x2003FC00 DT_SIZE_K(1)>;
zephyr,memory-region = "RetainedMem"; zephyr,memory-region = "RetainedMem";
status = "okay"; status = "okay";