blob: 37989a6bbb5e38fdcf5904998d0579a2eda1f7e0 [file] [log] [blame]
/*
* Copyright (c) 2021 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test,gpio_basic_api";
out-gpios = <&arduino_header 0 0>; /* Arduino A0 */
in-gpios = <&arduino_header 1 0>; /* Arduino A1 */
};
};