Skip to content

Commit 7ae1312

Browse files
committed
[nrf fromlist] tests: drivers: gpio: Enable test on nrf54l20pdk
Add overlay required to run gpio_basic_api test on nrf54l20pdk. Upstream PR #: TBD Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 10a6bd0 commit 7ae1312

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)