brcm63xx: dts: Unify naming of gpio-led nodes
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / v2110.dts
index a400d5ab9af5949e4e2acb63e4347774fe220e83..a1b6c2177b028f8c52fe0653650cfe9e6768c088 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 33 1>;
                        linux,code = <KEY_RESTART>;
+                       debounce-interval = <60>;
                };
        };
 
-       gpio-leds {
+       leds {
                compatible = "gpio-leds";
 
                power_green {