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:
parent
46f33bcd3e
commit
125d82a84c
1 changed files with 13 additions and 0 deletions
|
@ -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 */
|
||||||
|
};
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue