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:
parent
e753af063f
commit
3606a507a8
1 changed files with 0 additions and 8 deletions
|
@ -13,7 +13,6 @@
|
||||||
compatible = "espressif,esp32";
|
compatible = "espressif,esp32";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
sw0 = &user_button;
|
|
||||||
uart-0 = &uart0;
|
uart-0 = &uart0;
|
||||||
i2c-0 = &i2c0;
|
i2c-0 = &i2c0;
|
||||||
sw0 = &button0;
|
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 {
|
&cpu0 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue