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