Skip to content

Commit dc1ee19

Browse files
mstasiaknordicnordic-piks
authored andcommitted
tests: zephyr: drivers: spi: change pins for nRF54LM20 0.2.0
Pins P1.30 and P1.31 are connected to leds, thus do not work properly in high-frequency signals, causing 8MHZ SPI testcases to fail. Moved to other loopback Signed-off-by: Michał Stasiak <[email protected]>
1 parent 1da9b3e commit dc1ee19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/zephyr/drivers/spi/spi_controller_peripheral/boards/nrf54lm20pdk_nrf54lm20a_cpuapp.overlay

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/* Test requires following loopbacks:
88
* SCK: P1.18 - P1.24
9-
* MISO: P1.30 - P1.31
9+
* MISO: P1.19 - P1.29
1010
* MOSI: P1.15 - P1.16
1111
* CS: P0.03 - P1.03
1212
*/
@@ -15,15 +15,15 @@
1515
spi22_default_alt: spi22_default_alt {
1616
group1 {
1717
psels = <NRF_PSEL(SPIM_SCK, 1, 18)>,
18-
<NRF_PSEL(SPIM_MISO, 1, 30)>,
18+
<NRF_PSEL(SPIM_MISO, 1, 19)>,
1919
<NRF_PSEL(SPIM_MOSI, 1, 15)>;
2020
};
2121
};
2222

2323
spi22_sleep_alt: spi22_sleep_alt {
2424
group1 {
2525
psels = <NRF_PSEL(SPIM_SCK, 1, 18)>,
26-
<NRF_PSEL(SPIM_MISO, 1, 30)>,
26+
<NRF_PSEL(SPIM_MISO, 1, 19)>,
2727
<NRF_PSEL(SPIM_MOSI, 1, 15)>;
2828
low-power-enable;
2929
};
@@ -32,7 +32,7 @@
3232
spi21_default_alt: spi21_default_alt {
3333
group1 {
3434
psels = <NRF_PSEL(SPIS_SCK, 1, 24)>,
35-
<NRF_PSEL(SPIS_MISO, 1, 31)>,
35+
<NRF_PSEL(SPIS_MISO, 1, 29)>,
3636
<NRF_PSEL(SPIS_MOSI, 1, 16)>,
3737
<NRF_PSEL(SPIS_CSN, 1, 3)>;
3838
};
@@ -41,7 +41,7 @@
4141
spi21_sleep_alt: spi21_sleep_alt {
4242
group1 {
4343
psels = <NRF_PSEL(SPIS_SCK, 1, 24)>,
44-
<NRF_PSEL(SPIS_MISO, 1, 31)>,
44+
<NRF_PSEL(SPIS_MISO, 1, 29)>,
4545
<NRF_PSEL(SPIS_MOSI, 1, 16)>,
4646
<NRF_PSEL(SPIS_CSN, 1, 3)>;
4747
low-power-enable;

0 commit comments

Comments
 (0)