blob: 40cdbad1157d7193abd39caef9490612b0d5ce40 [file] [log] [blame]
/*
* Copyright (c) 2023 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 */
};
};