Skip to content

Commit 3fcd907

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 <[email protected]>
1 parent 0418d66 commit 3fcd907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/sdp/mspi/board/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
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)