boards: nordic: Fix cpuapp_ram0x_region reg value.

There is a mistake and the cpuapp_ram0x_region "reg" value should
start from 0x2f011000.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
This commit is contained in:
Arkadiusz Balys 2024-11-26 12:19:46 +01:00 committed by Benjamin Cabé
parent c6a1af5c17
commit 1e69738bf2

View file

@ -27,7 +27,7 @@
cpuapp_ram0x_region: memory@2f011000 {
compatible = "nordic,owned-memory";
reg = <0x2f010000 DT_SIZE_K(260)>;
reg = <0x2f011000 DT_SIZE_K(260)>;
status = "disabled";
nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RWS>;
#address-cells = <1>;