Skip to content

Commit 23f4395

Browse files
[nrf noup] boards: nordic: nrf54h20dk: add mpcconf_region node
Because 'ranges' has not yet been added for 'mram1x', the memory region created by adding zephyr,memory-region to 'mpcconf_partition' gets the wrong address, relative to MRAM1x, instead of getting an absolute address. To work around this, add a different 'reserved-memory' node with an absolute address to be used instead. Signed-off-by: Jonathan Nilsen <jonathan.nilsen@nordicsemi.no>
1 parent 6c9fca0 commit 23f4395

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@
114114
zephyr,memory-attr = <( DT_MEM_DMA )>;
115115
};
116116

117+
mpcconf_region: memory@e1c2000 {
118+
reg = <0xe1c2000 512>;
119+
};
120+
121+
secondary_mpcconf_region: memory@e1c2200 {
122+
reg = <0xe1c2200 512>;
123+
};
124+
117125
xip_region: memory@60000000 {
118126
compatible = "nordic,owned-memory";
119127
reg = <0x60000000 0x20000000>;

0 commit comments

Comments
 (0)