Skip to content

Commit 17d1895

Browse files
bindushree98kartben
authored andcommitted
tests: drivers: gpio: gpio_basic_api: Enabled gpio test for BTL-S
Enabled gpio_basic_api test for BTL-S platform. Signed-off-by: Bindu S <[email protected]>
1 parent 6f1b491 commit 17d1895

File tree

1 file changed

+17
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)