Skip to content

Commit 9761d26

Browse files
nordic-seglrlubos
authored andcommitted
[nrf fromtree] tests: drivers: gpio: gpio_basic_api: Enable test on nrf54l20pdk
Add overlay required to run gpio_basic_api test on nrf54l20pdk. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 7c606c2)
1 parent ebcb537 commit 9761d26

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
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)