Skip to content

Commit 2040119

Browse files
nordic-seglnordicjm
authored andcommitted
[nrf fromtree] tests: drivers: comparator: Enable test on nrf54l15 NS
Add overlays required to run the gpio_loopback test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 07d4577)
1 parent 7b87cb6 commit 2040119

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include "nrf54l15dk_nrf54l15_cpuapp.overlay"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include "nrf54l15_cpuapp_nrf_comp.overlay"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include "nrf54l15_cpuapp_nrf_lpcomp.overlay"

tests/drivers/comparator/gpio_loopback/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ tests:
2424
- nrf5340dk/nrf5340/cpuapp
2525
- nrf54h20dk/nrf54h20/cpuapp
2626
- nrf54l15dk/nrf54l15/cpuapp
27+
- nrf54l15dk/nrf54l15/cpuapp/ns
2728
- nrf54lm20dk/nrf54lm20a/cpuapp
2829
- ophelia4ev/nrf54l15/cpuapp
2930
drivers.comparator.gpio_loopback.nrf_lpcomp:
@@ -33,5 +34,6 @@ tests:
3334
- nrf5340dk/nrf5340/cpuapp
3435
- nrf54h20dk/nrf54h20/cpuapp
3536
- nrf54l15dk/nrf54l15/cpuapp
37+
- nrf54l15dk/nrf54l15/cpuapp/ns
3638
- nrf54lm20dk/nrf54lm20a/cpuapp
3739
- ophelia4ev/nrf54l15/cpuapp

0 commit comments

Comments
 (0)