diff --git a/tests/zephyr/drivers/spi/spi_loopback/boards/nrf54lm20pdk_nrf54lm20a_cpuapp_spi00.overlay b/tests/zephyr/drivers/spi/spi_loopback/boards/nrf54lm20pdk_nrf54lm20a_cpuapp_spi00.overlay index 9fec2a800aed..94b3c005db03 100644 --- a/tests/zephyr/drivers/spi/spi_loopback/boards/nrf54lm20pdk_nrf54lm20a_cpuapp_spi00.overlay +++ b/tests/zephyr/drivers/spi/spi_loopback/boards/nrf54lm20pdk_nrf54lm20a_cpuapp_spi00.overlay @@ -11,25 +11,27 @@ &pinctrl { spi00_default: spi00_default { group1 { - psels = ; + psels = ; }; group2 { - psels = , - ; + psels = , + ; nordic,drive-mode = ; }; }; spi00_sleep: spi00_sleep { group1 { - psels = , - , - ; + psels = , + , + ; low-power-enable; }; }; }; +/delete-node/ &mx25r64; + &spi00 { status = "okay"; pinctrl-0 = <&spi00_default>; diff --git a/tests/zephyr/drivers/spi/spi_loopback/testcase.yaml b/tests/zephyr/drivers/spi/spi_loopback/testcase.yaml index c17c3f0666e5..61ccc9689bf7 100644 --- a/tests/zephyr/drivers/spi/spi_loopback/testcase.yaml +++ b/tests/zephyr/drivers/spi/spi_loopback/testcase.yaml @@ -48,6 +48,8 @@ tests: harness: ztest harness_config: fixture: spi_fast_loopback + extra_configs : + - CONFIG_NRFX_POWER=y extra_args: - DTC_OVERLAY_FILE="boards/nrf54lm20pdk_nrf54lm20a_cpuapp_spi00.overlay" platform_allow: diff --git a/west.yml b/west.yml index 29e68e592f37..f14620c4d25c 100644 --- a/west.yml +++ b/west.yml @@ -65,7 +65,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 085b8eac6118dcbe96037d10f0e1016642be810a + revision: pull/2902/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above