Skip to content

Commit 125d82a

Browse files
erwangonashif
authored andcommitted
tests/drivers: gpio: Add support for stm32l562e_dk
Required for board testing Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 46f33bc commit 125d82a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2021 Linaro Limited
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
resources {
9+
compatible = "test,gpio_basic_api";
10+
out-gpios = <&arduino_header 0 0>; /* Arduino A0 */
11+
in-gpios = <&arduino_header 1 0>; /* Arduino A1 */
12+
};
13+
};

0 commit comments

Comments
 (0)