Skip to content

Commit 967d343

Browse files
committed
snippets: sdp: mspi: change frequency to 13 MHz
Real frequency will be in that case 12.8 MHz. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
1 parent ad9ca25 commit 967d343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/sdp/mspi/board/nrf54l15dk_nrf54l15_cpuapp.overlay

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
t-exit-dpd = <35000>;
2626
reset-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
2727

28-
mspi-max-frequency = <DT_FREQ_M(1)>;
28+
mspi-max-frequency = <DT_FREQ_M(13)>;
2929
mspi-io-mode = "MSPI_IO_MODE_QUAD_1_4_4";
3030
mspi-data-rate = "MSPI_DATA_RATE_SINGLE";
3131
mspi-hardware-ce-num = <0>;

0 commit comments

Comments
 (0)