lantiq: dts: drop superfluous unit address
[openwrt/staging/lynxis.git] / target / linux / lantiq / files / arch / mips / boot / dts / danube.dtsi
index 4d3ebb2aa1697a4aed8d393f4b20751f62911dff..bcb4cc2d4b65afcfa8b2a60405662a6add7e59b5 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>;
                                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>;
                };