lantiq: dts: add missing size and address cells
[openwrt/staging/lynxis.git] / target / linux / lantiq / files / arch / mips / boot / dts / danube.dtsi
index 4d3ebb2aa1697a4aed8d393f4b20751f62911dff..a91ee9590f24db9661035df4750e28d47ab58fb7 100644 (file)
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "mips,mips24Kc";
+                       reg = <0>;
                };
        };
 
+       reboot {
+               compatible = "syscon-reboot";
+
+               regmap = <&rcu0>;
+               offset = <0x10>;
+               mask = <0x40000000>;
+       };
+
        biu@1f800000 {
                #address-cells = <1>;
                #size-cells = <1>;
@@ -79,6 +91,8 @@
                };
 
                rcu0: rcu@203000 {
+                       #address-cells = <1>;
+                       #size-cells = <1>;
                        compatible = "lantiq,danube-rcu", "simple-mfd", "syscon";
                        reg = <0x203000 0x1000>;
                        ranges = <0x0 0x203000 0x100>;
                                reset-names = "ctrl";
                                #phy-cells = <0>;
                        };
-
-                       reboot@10 {
-                               compatible = "syscon-reboot";
-                               reg = <0x10 4>;
-
-                               regmap = <&rcu0>;
-                               offset = <0x10>;
-                               mask = <0x40000000>;
-                       };
                };
        };
 
 
                mei@e116000 {
                        compatible = "lantiq,mei-xway";
+                       reg = <0xe116000 0x400>;
                        interrupt-parent = <&icu0>;
                        interrupts = <63>;
                };
 
                ppe@e234000 {
                        compatible = "lantiq,ppe-danube";
+                       reg = <0xe234000 0x40000>;
                        interrupt-parent = <&icu0>;
                        interrupts = <96>;
                };