boards/xtensa/esp32/esp32.dts: remove redundant button definition

7dbb1ff276
added a redundant section for the BOOT button which was already defined.

Signed-off-by: Diego Herranz <diegoherranz@diegoherranz.com>
This commit is contained in:
Diego Herranz 2022-12-31 17:54:45 +01:00 committed by Anas Nashif
commit 3606a507a8

View file

@ -13,7 +13,6 @@
compatible = "espressif,esp32";
aliases {
sw0 = &user_button;
uart-0 = &uart0;
i2c-0 = &i2c0;
sw0 = &button0;
@ -51,13 +50,6 @@
};
};
gpio_keys {
compatible = "gpio-keys";
user_button: user_button {
label = "BOOT";
gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};
};
};
&cpu0 {