blob: aef5fe92da573c56f5483f6f1c7d37eb2785ffba [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 0 0>;
in-gpios = <&gpio2 1 0>;
};
};