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