Skip to content

Commit 1e69738

Browse files
ArekBalysNordickartben
authored andcommitted
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 <[email protected]>
1 parent c6a1af5 commit 1e69738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

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

0 commit comments

Comments
 (0)