Skip to content

Commit 327f8df

Browse files
GTLin08kartben
authored andcommitted
test: drivers/gpio: ite: it515xx_evb: Add gpio test
Add GPIO node for it515xx_evb test. Signed-off-by: Tim Lin <[email protected]>
1 parent 9c672fb commit 327f8df

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 (c) 2025 ITE Corporation. All Rights Reserved.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
resources {
9+
compatible = "test-gpio-basic-api";
10+
out-gpios = <&gpioa 3 0>; /* GPIOA.3 */
11+
in-gpios = <&gpioe 4 0>; /* GPIOE.4 */
12+
};
13+
};

0 commit comments

Comments
 (0)