brcm63xx: dtsi: add missing properties to cpu nodes
[openwrt/staging/florian.git] / target / linux / brcm63xx / dts / bcm6328.dtsi
index b8fc3ad42f0185c4e21fe3dc917cd29658b55886..259dc69f56fc7268a79f84178ef88e88eeffed92 100644 (file)
@@ -4,8 +4,13 @@
        compatible = "brcm,bcm6328";
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "brcm,bmips4350", "mips,mips4Kc";
+                       device_type = "cpu";
+                       reg = <0>;
                };
        };