lantiq: dts: add reg if unit address is set
[openwrt/staging/dedeckeh.git] / target / linux / lantiq / files / arch / mips / boot / dts / ar9.dtsi
index 687db7cc61f2d9c6133e7d14ae529e9b45272f06..637de57662d0760c52404729a74e621de2f56fc9 100644 (file)
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "mips,mips34K";
+                       reg = <0>;
                };
        };
 
 
                mei@e116000 {
                        compatible = "lantiq,mei-xway";
+                       reg = <0xe116000 0x9c>;
                        interrupt-parent = <&icu0>;
                        interrupts = <63>;
                };
 
                ppe@e234000 {
                        compatible = "lantiq,ppe-arx100";
+                       reg = <0xe234000 0x3ffd>;
                        interrupt-parent = <&icu0>;
                        interrupts = <96>;
                };