blob: 96020b1ef71b63f89d60e590df6b31c18deb4aa2 [file] [log] [blame]
/*
* Copyright (c) 2020 STMicroelectronics.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test,gpio_basic_api";
out-gpios = <&arduino_header 6 0>; /* Arduino D0 */
in-gpios = <&arduino_header 7 0>; /* Arduino D1 */
};
};