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 reference 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;
- };
};
reg = <0xf60000 0x90000>;
read-only;
};
-
- art: partition@ff0000 {
- label = "art";
- reg = <0xff0000 0x10000>;
- read-only;
- };
};
reg = <0x60000 0x10000>;
read-only;
};
+
+ art: partition@ff0000 {
+ label = "art";
+ reg = <0xff0000 0x10000>;
+ read-only;
+ };
};
};
};