Skip to content

Commit

Permalink
[nrf fromlist] boards: nrf54h20dk: Add XIP region definition to memor…
Browse files Browse the repository at this point in the history
…y map

Access to this region must be requested through UICR by a local
domain that want to use the Execute In Place (XIP) feature of
the EXMIF peripheral.

Upstream PR #: 80042

Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl authored and jukkar committed Dec 16, 2024
1 parent 51933f6 commit 71cc8b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,15 @@
zephyr,memory-region = "DMA_RAM3x_RAD";
zephyr,memory-attr = <( DT_MEM_DMA )>;
};

xip_region: memory@60000000 {
compatible = "nordic,owned-memory";
reg = <0x60000000 0x20000000>;
status = "disabled";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x60000000 0x20000000>;
};
};
};

Expand Down

0 comments on commit 71cc8b6

Please sign in to comment.