Skip to content

Commit 1bac58a

Browse files
tomchybjarki-andreasen
authored andcommitted
[nrf fromlist] Revert "boards: nordic: Fix cpuapp_ram0x_region reg value."
This reverts commit 1e69738. Upstream PR #: 88121 Ref: NCSDK-32650 Signed-off-by: Tomasz Chyrowicz <[email protected]> This reverts commit 1e69738
1 parent c30f4cd commit 1bac58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi

+1-1
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 = <0x2f011000 DT_SIZE_K(260)>;
30+
reg = <0x2f010000 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)