blob: 7647643bc6fc5baf23621ca1281fb6813387f9fe [file] [log] [blame]
/*
* Copyright (c) 2020 STMicroelectronics.
*
* 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 */
};
};