tests: drivers: gpio: basic: add it8xxx2_evb test configuration
Add basic GPIO API test configuration for the IT8XXX2. Signed-off-by: Dino Li <Dino.Li@ite.com.tw>
This commit is contained in:
parent
e77d87da65
commit
e79b6f1a81
1 changed files with 13 additions and 0 deletions
13
tests/drivers/gpio/gpio_basic_api/boards/it8xxx2_evb.overlay
Normal file
13
tests/drivers/gpio/gpio_basic_api/boards/it8xxx2_evb.overlay
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2021 ITE Corporation.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
resources {
|
||||
compatible = "test-gpio-basic-api";
|
||||
out-gpios = <&gpioa 0 0>; /* GPIOA.0 */
|
||||
in-gpios = <&gpioa 1 0>; /* GPIOA.1 */
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue