Skip to content

Commit 598987e

Browse files
djiatsaf-stkartben
authored andcommitted
tests: drivers: gpio: gpio_basic_api: update arduino pins header
Loopback with D4 <-> D5 to avoid a failed test with the error "physical pull-down does not read low." It looks like pins D2-D3 couldn't be configured to pull-up for some reason. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 999c4cb commit 598987e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/drivers/gpio/gpio_basic_api/boards/nucleo_wba55cg.overlay

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
/* loopback with arduino header D2 and D3 */
7+
/* loopback with arduino header D4 and D5 */
88

99
/ {
1010
resources {
1111
compatible = "test-gpio-basic-api";
1212
status = "okay";
13-
out-gpios = <&arduino_header 8 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14-
in-gpios = <&arduino_header 9 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
13+
out-gpios = <&arduino_header 11 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14+
in-gpios = <&arduino_header 10 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
1515
};
1616
};

0 commit comments

Comments
 (0)