Skip to content

Commit 497433f

Browse files
jaz1-nordicmasz-nordic
authored andcommitted
snippets: sdp: mspi: remove unused pins configuration
Current memory configuration is SINGLE mode. We need to remove unused pins in this mode until SDP app supports it properly. Otherwise it causes problems with reset ans WP pins. Signed-off-by: Jakub Zymelka <[email protected]>
1 parent 579dd25 commit 497433f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

snippets/sdp/mspi/soc/nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@
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)>,
8583
<NRF_PSEL(SDP_MSPI_CS0, 2, 5)>;
8684
nordic,drive-mode = <NRF_DRIVE_S0S1>;
8785
};
@@ -91,8 +89,6 @@
9189
psels = <NRF_PSEL(SDP_MSPI_SCK, 2, 1)>,
9290
<NRF_PSEL(SDP_MSPI_DQ0, 2, 2)>,
9391
<NRF_PSEL(SDP_MSPI_DQ1, 2, 4)>,
94-
<NRF_PSEL(SDP_MSPI_DQ2, 2, 3)>,
95-
<NRF_PSEL(SDP_MSPI_DQ3, 2, 0)>,
9692
<NRF_PSEL(SDP_MSPI_CS0, 2, 5)>;
9793
low-power-enable;
9894
};

0 commit comments

Comments
 (0)