Skip to content

Commit 485fba4

Browse files
committed
[nrf fromlist] boards: nrf54h20dk: Add XIP region definition to memory 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]>
1 parent 222054e commit 485fba4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,15 @@
174174
zephyr,memory-region = "DMA_RAM3x_RAD";
175175
zephyr,memory-attr = <( DT_MEM_DMA )>;
176176
};
177+
178+
xip_region: memory@60000000 {
179+
compatible = "nordic,owned-memory";
180+
reg = <0x60000000 0x20000000>;
181+
status = "disabled";
182+
#address-cells = <1>;
183+
#size-cells = <1>;
184+
ranges = <0x0 0x60000000 0x20000000>;
185+
};
177186
};
178187
};
179188

0 commit comments

Comments
 (0)