ath79: Clean up GL-AR300M DTS/DTSI inclusions
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7161_ubnt_routerstation.dtsi
index 143a4b7e80bf9f19f9443ec45164d734db9eb24d..6e4361f10f248e8cb0a5ff1e1be81b5a96d8faf7 100644 (file)
                clock-frequency = <40000000>;
        };
 
-       gpio-leds {
+       leds {
                compatible = "gpio-leds";
 
                rf: rf_green {
                        label = "ubnt:green:rf";
                        gpios = <&gpio 2 GPIO_ACTIVE_HIGH>;
-                       default-state = "off";
                };
        };
 
-       gpio-keys-polled {
+       keys {
                compatible = "gpio-keys-polled";
                poll-interval = <20>;
-               debounce-interval = <60>;
 
                wps {
                        label = "sw4";
                        linux,code = <KEY_RESTART>;
                        gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
+                       debounce-interval = <60>;
                };
        };
 };