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};
14