1/*
2 * Copyright (c) 2020 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 = <&gpioc 5 0>; /* GPIO header 2 */
11		in-gpios = <&gpioc 6 0>;  /* GPIO header 3 */
12	};
13};
14