Skip to content

Commit 0b64ab5

Browse files
committed
tmp: spi_latency: pin swap
1 parent 66459ba commit 0b64ab5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/drivers/spi/spi_latency/boards/nrf9251dk_nrf9251_cpuapp.overlay

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
dut_spi_default: dut_spi_default {
2323
group1 {
2424
psels = <NRF_PSEL(SPIM_SCK, 2, 0)>,
25-
<NRF_PSEL(SPIM_MOSI, 2, 3)>,
26-
<NRF_PSEL(SPIM_MISO, 2, 9)>;
25+
<NRF_PSEL(SPIM_MOSI, 2, 9)>,
26+
<NRF_PSEL(SPIM_MISO, 2, 3)>;
2727
};
2828
};
2929

3030
dut_spi_sleep: dut_spi_sleep {
3131
group1 {
3232
psels = <NRF_PSEL(SPIM_SCK, 2, 0)>,
33-
<NRF_PSEL(SPIM_MISO, 2, 3)>,
34-
<NRF_PSEL(SPIM_MOSI, 2, 9)>;
33+
<NRF_PSEL(SPIM_MISO, 2, 9)>,
34+
<NRF_PSEL(SPIM_MOSI, 2, 3)>;
3535
low-power-enable;
3636
};
3737
};

0 commit comments

Comments
 (0)