1/*
2 * Copyright (c) 2025 TOKITA Hiroshi
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	resources {
9		compatible = "test-gpio-basic-api";
10		out-gpios = <&pico_header 12 GPIO_ACTIVE_HIGH>;
11		in-gpios = <&pico_header 13 GPIO_ACTIVE_HIGH>;
12	};
13};
14