blob: 05dad16b30fb8e745737abbf70dd06a232d99481 [file] [log] [blame]
/*
* Copyright (c) 2023-2024 Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test-gpio-basic-api";
out-gpios = <&gpio2 7 0>;
in-gpios = <&gpio2 8 0>;
};
};