blob: e1cf111a50c87a344ebbc77a91e53aedee5c7b22 [file] [log] [blame]
/*
* Copyright (c) 2019 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test-gpio-basic-api";
out-gpios = <&arduino_header 4 0>; /* Arduino A4 */
in-gpios = <&arduino_header 5 0>; /* Arduino A5 */
};
};