Skip to content

Commit ab0a30b

Browse files
committed
tests: gpio_basic_api: add board overlay for em_starterkit
This adds a board overlay for em_starterkit in the gpio_basic_api test. Signed-off-by: Daniel Leung <[email protected]>
1 parent 2b556e1 commit ab0a30b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright (c) 2019 Intel Corporation
3+
* Copyright (c) 2019 Nordic Semiconductor ASA
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
8+
/ {
9+
resources {
10+
compatible = "test,gpio_basic_api";
11+
out-gpios = <&gpio0 18 0>; /* Pmod3 pin 9 */
12+
in-gpios = <&gpio0 19 0>; /* Pmod3 pin 10 */
13+
};
14+
};

0 commit comments

Comments
 (0)