brcm63xx: dts: Unify naming of gpio-led nodes
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / v2110.dts
index b5a7f9ecbf3264121712c4e0769e68ad47ebc209..a1b6c2177b028f8c52fe0653650cfe9e6768c088 100644 (file)
@@ -9,25 +9,25 @@
        compatible = "bt,v2110", "brcm,bcm6348";
 
        chosen {
-               bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
                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 {
@@ -56,8 +56,6 @@
 &pflash {
        status = "ok";
 
-       linux,part-probe = "bcm63xxpart";
-
        partitions {
                compatible = "fixed-partitions";
                #address-cells = <1>;