Skip to content

Commit 4ab01e8

Browse files
committed
tests: zephyr: drivers: gpio: gpio_basic_api: switch used pins for LV10
Update to not use P1.11, which is dedicated for SWO. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 4172f34 commit 4ab01e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/zephyr/drivers/gpio/gpio_basic_api/boards/nrf54lv10dk_nrf54lv10a_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/ {
22
resources {
33
compatible = "test-gpio-basic-api";
4-
out-gpios = <&gpio1 10 0>;
5-
in-gpios = <&gpio1 11 0>;
4+
out-gpios = <&gpio1 0 0>;
5+
in-gpios = <&gpio1 1 0>;
66
};
77
};
88

0 commit comments

Comments
 (0)