Skip to content

Commit abc8a5a

Browse files
nordic-piksgithub-actions[bot]
authored andcommitted
[nrf fromlist] tests: drivers: gpio: gpio_basic_api: enable for nrf54l15dk
Incorrectly removed during transfer pdk->dk. Upstream PR #: 81107 Signed-off-by: Piotr Kosycarz <[email protected]> (cherry picked from commit 5b1dd8b)
1 parent 8026f58 commit abc8a5a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
resources {
9+
compatible = "test-gpio-basic-api";
10+
out-gpios = <&gpio1 10 0>;
11+
in-gpios = <&gpio1 11 0>;
12+
};
13+
};
14+
15+
&gpiote20 {
16+
status = "okay";
17+
};
18+
19+
&gpio1 {
20+
status = "okay";
21+
};

0 commit comments

Comments
 (0)