aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/dgnd3700v1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/dts/dgnd3700v1.dts')
-rw-r--r--target/linux/brcm63xx/dts/dgnd3700v1.dts10
1 files changed, 6 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/dts/dgnd3700v1.dts b/target/linux/brcm63xx/dts/dgnd3700v1.dts
index b349576239..8c8c0bf844 100644
--- a/target/linux/brcm63xx/dts/dgnd3700v1.dts
+++ b/target/linux/brcm63xx/dts/dgnd3700v1.dts
@@ -1,6 +1,8 @@
/dts-v1/;
-/include/ "bcm6368.dtsi"
+#include "bcm6368.dtsi"
+
+#include <dt-bindings/input/input.h>
/ {
model = "Netgear DGND3700v1/DGND3800B";
@@ -16,17 +18,17 @@
wlan {
label = "wlan";
gpios = <&gpio0 10 1>;
- linux,code = <0xee>;
+ linux,code = <KEY_WLAN>;
};
reset {
label = "reset";
gpios = <&gpio0 12 1>;
- linux,code = <0x198>;
+ linux,code = <KEY_RESTART>;
};
wps {
label = "wps";
gpios = <&gpio1 3 1>;
- linux,code = <0x211>;
+ linux,code = <KEY_WPS_BUTTON>;
};
};