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:
parent
c6a1af5c17
commit
1e69738bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue