Skip to content

Conversation

@nordic-segl
Copy link
Contributor

@nordic-segl nordic-segl commented Nov 18, 2025

Enable (at least one) driver tests on nrf54l15 NS platform.

Plus:

  • compliance fixes to DTS overlays (like adding empty line),
  • move DTS overlay files that modify test configuration from boards sub-directory to the main application directory.

manifest-pr-skip

NordicBuilder added a commit to NordicBuilder/sdk-nrf that referenced this pull request Nov 18, 2025
Automatically created by action-manifest-pr GH action from PR:
nrfconnect/sdk-zephyr#3507

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@nordic-piks nordic-piks requested review from a team November 18, 2025 11:06
@nordic-segl nordic-segl force-pushed the NRFX-8610_Run-driver-tests-on-nrf54l15-ns branch from bd49382 to 99fe77c Compare November 18, 2025 11:44
nordic-segl added a commit to nordic-segl/sdk-nrf that referenced this pull request Nov 18, 2025
Include
Nrfx 8610 run driver tests on nrf54l15 ns
nrfconnect/sdk-zephyr#3507
Upstream PR #: 99093

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
nordic-segl and others added 20 commits November 18, 2025 15:53
…4l15 NS

drivers.uart.async_api filter is meet on nrf54l15 NS platform.
However, overlay file is needed to configure uart peripheral.

Add overlay required to pass uart_async_api test.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit eb41b8243c0ccb2669fccb822f3754c560fbfff7)
…5 NS

Enable clock control tests on nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 2e685e59d7551fe011402c2280fcd02ef860259e)
…4l15 NS

Enable gpio_basic_api test on nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 26562e6b735c018d82fa90d9428c277804650a46)
…54l15 NS

Enable nrf_grtc_timer test on nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 69fa00dc796aa3aebc00e74869c3979dbab80af7)
Enable I2S tests on nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 539b5b5)
Sort alphabetically supported features on
- nrf54l15dk/nrf54l15/cpuapp,
- nrf54l15dk/nrf54l15/cpuapp/ns,
platforms.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit ef3a97acd7a93b62700867671582e5ba15b35e47)
Enable pwm_gpio_loopback test on
nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 2a0b1d2)
…l15 NS

Enable temp_senor test on nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 8a01e8d7555bd457f0f2ee778de656fad35592f1)
Enable QDEC test on nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit e761ba1)
Enable adc_api test on nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 4689b29e85860d3665ae6eabca5f855756129f42)
…nrf54l15 NS

Enable spi_controller_peripheral test on
nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 399c0a9)
…S formatting

Fix DTS overlay file formatting as requested by
the compliance check.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 3a7afe31ed571251fe165c6d00ce8e08f20e1e18)
…est overlays

Overlay files that modify test configuration shall be stored
in the main application directory.
There is no board with f.e. '1mhz' name.

Move test overlays from boards sub-direcotry to the main
application directory.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit c359c4440ad85f10c38d012c6c2b8d0136ea9182)
…n nrf54l15 NS

Add DTS overlay required to pass the test.
Test filter is meet for nrf54l15 NS platform.
However, test fails due to missing node configuration.

Fix the counter test on nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 89723c18f96bc5d1d3cf81f87598a6c5374614c4)
Add reqired empty line as indicated by the compliance check.
Add License header.
Add information about GPIO loopbacks used by the test.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 5501999078d0cd0d597e47f2a353bae189dc2d91)
…15 NS

Enable i2c_slave test on nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 55f9d2c82c8c871dd8738332dcece5fee690b0e4)
Move DTS overlay files that modify test configuration
from boards sub-directory to the main application directory.
There is no 'i2c_speed_fast' board.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit cfe1ffa)
…rf54l15 NS

Enable wdt_basic_api test on nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 80a00b818d111ae6670c27846fcdc17f7c30e8b4)
Tests cases which needs to apply a single overlay file for testing
should not use snippets.

Cleanup the test case by reordering the snippet to be SoC specific and
adjust overlay selection using FILE_SUFFIX.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
(cherry picked from commit bbfcaa2)
Add overlays required to run the gpio_loopback test on
nrf54l15dk/nrf54l15/cpuapp/ns platform.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
(cherry picked from commit 07d45777628ffa846d386edf710a49868c844a55)
@nordic-segl nordic-segl force-pushed the NRFX-8610_Run-driver-tests-on-nrf54l15-ns branch from 99fe77c to 1b9c892 Compare November 18, 2025 14:53
nordic-segl added a commit to nordic-segl/sdk-nrf that referenced this pull request Nov 18, 2025
Include
Nrfx 8610 run driver tests on nrf54l15 ns
nrfconnect/sdk-zephyr#3507
Upstream PR #: 99093

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants