Skip to content

Commit

Permalink
[nrf fromtree] dts: nordic: nrf54h20_enga: Add erase-block-size to mr…
Browse files Browse the repository at this point in the history
…am1x

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)
  • Loading branch information
57300 authored and jfischer-no committed Mar 8, 2024
1 parent ad03431 commit cce721b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dts/common/nordic/nrf54h20_enga.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
mram1x: mram@e000000 {
compatible = "nordic,mram";
reg = <0xe000000 DT_SIZE_K(2048)>;
erase-block-size = <4096>;
write-block-size = <16>;
};

Expand Down

0 comments on commit cce721b

Please sign in to comment.