Skip to content

Commit d121737

Browse files
masz-nordiccarlescufi
authored andcommitted
snippets: sdp: mspi: use QUAD mode by default
Enable MSPI_IO_MODE_QUAD_1_4_4 by default. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 9bf9ba7 commit d121737

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
@@ -26,7 +26,7 @@
2626
reset-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
2727

2828
mspi-max-frequency = <DT_FREQ_M(1)>;
29-
mspi-io-mode = "MSPI_IO_MODE_SINGLE";
29+
mspi-io-mode = "MSPI_IO_MODE_QUAD_1_4_4";
3030
mspi-data-rate = "MSPI_DATA_RATE_SINGLE";
3131
mspi-hardware-ce-num = <0>;
3232
mspi-cpp-mode = "MSPI_CPP_MODE_0";

0 commit comments

Comments
 (0)