1/*
2 * Copyright (c) 2021 Nuvoton Technology Corporation.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	resources {
9		compatible = "test-gpio-basic-api";
10		out-gpios = <&gpioh 2 0>; /* GPIO header A12 */
11		in-gpios = <&gpioh 1 0>;  /* GPIO header B12 */
12	};
13};
14