tests/drivers/gpio: fix nrf52840dk_nrf52840 overlay
Changes to Kconfig vs devicetree resulted in uart1 being enabled, which steals the test pins away from the test. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
16a9cb81eb
commit
033cb11db2
1 changed files with 4 additions and 0 deletions
|
@ -11,3 +11,7 @@
|
|||
in-gpios = <&gpio1 2 0>; /* Arduino D1 */
|
||||
};
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue