Commit 1e69738b authored by Arkadiusz Balys's avatar Arkadiusz Balys Committed by Benjamin Cabé
Browse files

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: default avatarArkadiusz Balys <arkadiusz.balys@nordicsemi.no>
parent c6a1af5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;