tests/drivers: gpio: Add support for stm32l562e_dk

Required for board testing


Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2021-03-26 12:11:07 +01:00 committed by Anas Nashif
commit 125d82a84c

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2021 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 */
};
};