brcm63xx: make use of dt-includes
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / bcm963268bu_p300.dts
index cbf63ef41ce98c1a8fd3e1c3cab00d4ed46d0f22..f659b396be4d46c4ea39e88822d79f73b90df92f 100644 (file)
@@ -1,6 +1,8 @@
 /dts-v1/;
 
-/include/ "bcm63268.dtsi"
+#include "bcm63268.dtsi"
+
+#include <dt-bindings/input/input.h>
 
 / {
        model = "Broadcom BCM963268BU_P300 reference board";
                reset {
                        label = "reset";
                        gpios = <&gpio1 0 0>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
 
                wps {
                        label = "wps";
                        gpios = <&gpio1 1 0>;
-                       linux,code = <0x211>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
         };
 };