lantiq: dts: add reg if unit address is set
[openwrt/staging/lynxis.git] / target / linux / lantiq / files / arch / mips / boot / dts / amazonse.dtsi
index 8b80e6a2230839c30fc6adc475ce12ea30768481..1be842094bd3acbfeee7d78c00fdfa21f3b58aa0 100644 (file)
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "mips,mips4Kc";
+                       reg = <0>;
                };
        };
 
 
                mei@e116000 {
                        compatible = "lantiq,mei-xway";
+                       reg = <0xe116000 0x400>;
                        interrupt-parent = <&icu0>;
                        interrupts = <81>;
                };
 
                ppe@e234000 {
                        compatible = "lantiq,ppe-ase";
+                       reg = <0xe234000 0x40000>;
                        interrupt-parent = <&icu0>;
                        interrupts = <85>;
                };