Skip to content

Commit 062e6e1

Browse files
tomchykartben
authored andcommitted
Revert "boards: nordic: Fix cpuapp_ram0x_region reg value."
This reverts commit 1e69738. Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent db34319 commit 062e6e1

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
@@ -9,7 +9,7 @@
99
reserved-memory {
1010
cpuapp_ram0x_region: memory@2f010000 {
1111
compatible = "nordic,owned-memory";
12-
reg = <0x2f011000 DT_SIZE_K(260)>;
12+
reg = <0x2f010000 DT_SIZE_K(260)>;
1313
status = "disabled";
1414
nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RWS>;
1515
#address-cells = <1>;

0 commit comments

Comments
 (0)