1/*
2 * Copyright (c) 2021 Telink Semiconductor
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	resources {
9		compatible = "test-gpio-basic-api";
10		out-gpios = <&gpioc 6 0>; /* Port C 6 */
11		in-gpios = <&gpioc 7 0>;  /* Port C 7 */
12	};
13};
14