Skip to content

Commit 495b90e

Browse files
ankeXiaoaescolar
authored andcommitted
tests: drivers: gpio: gpio_basic_api: add overlay for ke17z512
The gpio_basic_api sample for gpio driver was tested for frdm_ke17z512 Signed-off-by: Anke Xiao <[email protected]>
1 parent 2b2791e commit 495b90e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright NXP 2024
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
resources {
9+
compatible = "test-gpio-basic-api";
10+
out-gpios = <&gpioe 0 0>; /* Arduino D13 */
11+
in-gpios = <&gpioe 1 0>; /* Arduino D12 */
12+
};
13+
};

0 commit comments

Comments
 (0)