aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-23 19:16:05 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-23 19:16:05 +0000
commitd17888808ef28d9580b4bd92c027932baaa80291 (patch)
treec1ebfa7f9ac79d76649dbda02acd03529f86d242 /package
parent514aa754c2e9b1295d8bd22488f8b70304cc1d4c (diff)
downloadupstream-d17888808ef28d9580b4bd92c027932baaa80291.tar.gz
upstream-d17888808ef28d9580b4bd92c027932baaa80291.tar.bz2
upstream-d17888808ef28d9580b4bd92c027932baaa80291.zip
install the new lzma version (4.65) in staging_dir/host as lzma-new
SVN-Revision: 16017
Diffstat (limited to 'package')
0 files changed, 0 insertions, 0 deletions
href='#n94'>94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "mt7628an.dtsi"

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>

/ {
	aliases {
		label-mac-device = &ethernet;
	};

	keys {
		compatible = "gpio-keys";

		reset {
			label = "reset";
			gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
			linux,code = <KEY_RESTART>;
			debounce-interval = <60>;
		};

		wps {
			label = "wps";
			gpios = <&gpio 45 GPIO_ACTIVE_LOW>;
			linux,code = <KEY_WPS_BUTTON>;
			debounce-interval = <60>;
		};
	};
};

&spi0 {
	status = "okay";