Skip to content

Commit b6fe7e0

Browse files
committed
Revert "snippets: sdp: mspi: remove unused pins configuration"
This reverts commit 5b0c9b0. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
1 parent 22e9155 commit b6fe7e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snippets/sdp/mspi/soc/nrf54l15_cpuapp.overlay

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
psels = <NRF_PSEL(SDP_MSPI_SCK, 2, 1)>,
8181
<NRF_PSEL(SDP_MSPI_DQ0, 2, 2)>,
8282
<NRF_PSEL(SDP_MSPI_DQ1, 2, 4)>,
83+
<NRF_PSEL(SDP_MSPI_DQ2, 2, 3)>,
84+
<NRF_PSEL(SDP_MSPI_DQ3, 2, 0)>,
8385
<NRF_PSEL(SDP_MSPI_CS0, 2, 5)>;
8486
nordic,drive-mode = <NRF_DRIVE_S0S1>;
8587
};
@@ -89,6 +91,8 @@
8991
psels = <NRF_PSEL(SDP_MSPI_SCK, 2, 1)>,
9092
<NRF_PSEL(SDP_MSPI_DQ0, 2, 2)>,
9193
<NRF_PSEL(SDP_MSPI_DQ1, 2, 4)>,
94+
<NRF_PSEL(SDP_MSPI_DQ2, 2, 3)>,
95+
<NRF_PSEL(SDP_MSPI_DQ3, 2, 0)>,
9296
<NRF_PSEL(SDP_MSPI_CS0, 2, 5)>;
9397
low-power-enable;
9498
};

0 commit comments

Comments
 (0)