Add boards overlay to enable gpio_basic tests. Selected boards should reflect various stm32 series. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
14 lines
257 B
Plaintext
14 lines
257 B
Plaintext
/*
|
|
* Copyright (c) 2019 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 */
|
|
};
|
|
};
|