aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/gw6000.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/dts/gw6000.dts')
-rw-r--r--target/linux/brcm63xx/dts/gw6000.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/gw6000.dts b/target/linux/brcm63xx/dts/gw6000.dts
index f0b5c54626..a9f80288b3 100644
--- a/target/linux/brcm63xx/dts/gw6000.dts
+++ b/target/linux/brcm63xx/dts/gw6000.dts
@@ -5,4 +5,18 @@
/ {
model = "TECOM GW6000";
compatible = "tecom,gw6000", "brcm,bcm6348";
+
+ gpio-keys-polled {
+ compatible = "gpio-keys-polled";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ poll-interval = <20>;
+ debounce-interval = <60>;
+
+ reset {
+ label = "reset";
+ gpios = <&gpio1 4 1>;
+ linux,code = <0x198>;
+ };
+ };
};