We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b556e1 commit ab0a30bCopy full SHA for ab0a30b
tests/drivers/gpio/gpio_basic_api/boards/em_starterkit.overlay
@@ -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