brcm63xx: dts: Unify naming of gpio-keys nodes
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm963268bu_p300.dts
index 19d713c03d8104eaf923662f7821d8a0439ebd5e..57046a787827995907d59cee68a1c98f923ffc9e 100644 (file)
                stdout-path = "serial0:115200n8";
        };
 
-       gpio-keys-polled {
+       keys {
                compatible = "gpio-keys-polled";
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <20>;
-               debounce-interval = <60>;
 
                reset {
                        label = "reset";
                        gpios = <&pinctrl 32 0>;
                        linux,code = <KEY_RESTART>;
+                       debounce-interval = <60>;
                };
 
                wps {
                        label = "wps";
                        gpios = <&pinctrl 33 0>;
                        linux,code = <KEY_WPS_BUTTON>;
+                       debounce-interval = <60>;
                };
-        };
+       };
 };
 
 &hsspi {
@@ -47,8 +48,6 @@
                #address-cells = <1>;
                #size-cells = <1>;
 
-               linux,part-probe = "bcm63xxpart";
-
                partitions {
                        compatible = "brcm,bcm963xx-cfe-nor-partitions";
                };