From a5bcab9f3a7e82cca256ce1340b65717c1775c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Stasiak?= Date: Thu, 22 May 2025 08:09:47 +0200 Subject: [PATCH] tests: drivers: spi: spi_loopback: test SPIM00 with constlat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MichaƂ Stasiak --- .../nrf54lm20pdk_nrf54lm20a_cpuapp_spi00.overlay | 14 ++++++++------ .../zephyr/drivers/spi/spi_loopback/testcase.yaml | 2 ++ west.yml | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) 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