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:
Peter Bigot 2020-04-16 13:14:57 -05:00 committed by Ioannis Glaropoulos
commit 033cb11db2

View file

@ -11,3 +11,7 @@
in-gpios = <&gpio1 2 0>; /* Arduino D1 */
};
};
&uart1 {
status = "disabled";
};