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