From 2b09576d67bb5df64002ac1b70d818cb36c7d2e3 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 30 Jan 2021 00:53:08 +0000 Subject: [PATCH] fix(nrf52840_m2): remove gpio button as it's NOT universal --- app/boards/arm/nrf52840_m2/nrf52840_m2.dts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/boards/arm/nrf52840_m2/nrf52840_m2.dts b/app/boards/arm/nrf52840_m2/nrf52840_m2.dts index 81059db2..a2497152 100644 --- a/app/boards/arm/nrf52840_m2/nrf52840_m2.dts +++ b/app/boards/arm/nrf52840_m2/nrf52840_m2.dts @@ -48,15 +48,6 @@ label = "Blue PWM LED"; }; }; - - buttons { - compatible = "gpio-keys"; - button0: button_0 { - gpios = <&gpio0 19 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; - label = "Push button"; - }; - }; - }; &adc {