#include #include / { gpio-keys { compatible = "gpio-keys"; power { label = "Power"; gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>; linux,code = ; debounce-interval = <200>; gpio-key,wakeup; }; }; };