Skip to content

Commit cce721b

Browse files
57300jfischer-no
authored andcommitted
[nrf fromtree] dts: nordic: nrf54h20_enga: Add erase-block-size to mram1x
The MRAM has no concept of erase blocks or pages, so this is treated as driver configuration. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit beab89d)
1 parent ad03431 commit cce721b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/common/nordic/nrf54h20_enga.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
mram1x: mram@e000000 {
9797
compatible = "nordic,mram";
9898
reg = <0xe000000 DT_SIZE_K(2048)>;
99+
erase-block-size = <4096>;
99100
write-block-size = <16>;
100101
};
101102

0 commit comments

Comments
 (0)