Skip to content

Commit 5186863

Browse files
committed
snippet: sdp: mspi: add reset timings
Include reset timings to ensure flash memory is correctly reset and able to recover before usage. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
1 parent 07c4fac commit 5186863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snippets/sdp/mspi/board/nrf54l15dk_nrf54l15_cpuapp.overlay

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
t-enter-dpd = <10000>;
2525
t-exit-dpd = <35000>;
2626
reset-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
27+
t-reset-pulse = <10000>;
28+
t-reset-recovery = <35000>;
2729

2830
mspi-max-frequency = <DT_FREQ_M(13)>;
2931
mspi-io-mode = "MSPI_IO_MODE_QUAD_1_4_4";

0 commit comments

Comments
 (0)