brcm63xx: dtsi: add missing properties to cpu nodes
[openwrt/staging/florian.git] / target / linux / brcm63xx / dts / bcm63268.dtsi
index 6487ab2fadd2725cb272a79996cc2b254a6b370a..376f5a682d327515e9691e61fabcc297ab2f6bc4 100644 (file)
@@ -4,12 +4,19 @@
        compatible = "brcm,bcm63268";
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "brcm,bmips4350", "mips,mips4Kc";
+                       device_type = "cpu";
+                       reg = <0>;
                };
 
                cpu@1 {
                        compatible = "brcm,bmips4350", "mips,mips4Kc";
+                       device_type = "cpu";
+                       reg = <1>;
                };
        };