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:
Dino Li 2021-12-21 16:23:06 +08:00 committed by Anas Nashif
commit e79b6f1a81

View 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 */
};
};