The art partition containing the radio calibration data is in the same
location for all supported devices. Move the definition to the base file
so the reference from the wmac node can refer to the same file.
Cc: Sebastian Schaper <openwrt@sebastianschaper.net>
Signed-off-by: Sander Vanheule <sander@svanheule.net>
reg = <0xf50000 0xa0000>;
read-only;
};
-
- art: partition@ff0000 {
- label = "art";
- reg = <0xff0000 0x10000>;
- read-only;
- };
};
&mdio0 {
reg = <0xf50000 0xa0000>;
read-only;
};
-
- art: partition@ff0000 {
- label = "art";
- reg = <0xff0000 0x10000>;
- read-only;
- };
};
&mdio0 {
reg = <0xfe0000 0x010000>;
read-only;
};
-
- art: partition@ff0000 {
- label = "art";
- reg = <0xff0000 0x010000>;
- read-only;
- };
};
&mdio0 {
reg = <0xf60000 0x90000>;
read-only;
};
-
- art: partition@ff0000 {
- label = "art";
- reg = <0xff0000 0x10000>;
- read-only;
- };
};
&mdio0 {
reg = <0x60000 0x10000>;
read-only;
};
+
+ art: partition@ff0000 {
+ label = "art";
+ reg = <0xff0000 0x10000>;
+ read-only;
+ };
};
};
};