blob: f2d6b876cdbb5a472173ddf10eb82349e7f7eb53 [file] [log] [blame]
/*
* Copyright (c) 2019 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test,gpio_basic_api";
out-gpios = <&arduino_header 11 0>; /* Arduino D5 */
in-gpios = <&arduino_header 12 0>; /* Arduino D6 */
};
};