brcm63xx: dts: Unify naming of gpio-led nodes
[openwrt/staging/wigyori.git] / target / linux / brcm63xx / dts / bcm963269bhr.dts
index d3c709877b5f3bb4606a23c527f0a51026e1b6af..bb1609e040e870a3ee6f64d67ece3f9b86dffe57 100644 (file)
@@ -9,25 +9,25 @@
        compatible = "brcm,bcm963269bhr", "brcm,bcm63268";
 
        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 32 0>;
                        linux,code = <KEY_RESTART>;
+                       debounce-interval = <60>;
                };
-        };
+       };
 
-       gpio-leds {
+       leds {
                compatible = "gpio-leds";
 
                usb1 {
@@ -55,7 +55,9 @@
                #address-cells = <1>;
                #size-cells = <1>;
 
-               linux,part-probe = "bcm63xxpart";
+               partitions {
+                       compatible = "brcm,bcm963xx-cfe-nor-partitions";
+               };
        };
 };