diff --git a/board/aarch64/dts/alder/alder.dtsi b/board/aarch64/dts/alder/alder.dtsi index 9f6655e7..815330fa 100644 --- a/board/aarch64/dts/alder/alder.dtsi +++ b/board/aarch64/dts/alder/alder.dtsi @@ -6,6 +6,7 @@ * Device tree for Alder board */ +#include #include #include @@ -647,9 +648,19 @@ }; }; +/* Reset button */ +/ { + gpio-keys { + compatible = "gpio-keys"; + up { + label = "factory-reset"; + linux,code = ; + gpios = <&GPIO_RESET_BUTTON>; + }; + }; +}; /* System LEDs */ - / { power-a { compatible = "gpio-charger"; diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 6f8399cd..940fccfe 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -134,6 +134,7 @@ BR2_PACKAGE_KLISH_PLUGIN_INFIX=y BR2_PACKAGE_LOWDOWN=y BR2_PACKAGE_TETRIS=y BR2_PACKAGE_QUERIERD=y +BR2_PACKAGE_LIBINPUT=y DISK_IMAGE_BOOT_BIN=y GNS3_APPLIANCE_RAM=512 GNS3_APPLIANCE_IFNUM=10