Skip to content

Commit

Permalink
[nrf fromlist] dts: arm: nordic: nrf54l15 write block size
Browse files Browse the repository at this point in the history
write-block-size correction.

Upstream PR: zephyrproject-rtos/zephyr#70412

Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
  • Loading branch information
michalek-no authored and nordicjm committed Mar 21, 2024
1 parent 80d7115 commit 78c194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/arm/nordic/nrf54l_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
rram0: rram@0 {
compatible = "soc-nv-flash";
erase-block-size = <4096>;
write-block-size = <1>;
write-block-size = <16>;
};
};
};
Expand Down

0 comments on commit 78c194b

Please sign in to comment.