1/*
2 * Copyright (c) 2023 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 = <&gpiob 2 0>; /* UNO D0 */
11		in-gpios = <&gpiob 3 0>;  /* UNO D1 */
12	};
13};
14