ath79: convert remaining mtd-mac-address cases to nvmem
[openwrt/staging/hauke.git] / target / linux / ath79 / dts / qca9563_elecom_wrc-1750ghbk2-i.dts
index b4f7718230a61c1a566990ae69fd3d54ed6b9353..510b577d190df3b912e871d6a0f9594589b66f63 100644 (file)
 &pcie {
        status = "okay";
 };
+
+&eth0 {
+       nvmem-cells = <&macaddr_art_1002>;
+       nvmem-cell-names = "mac-address";
+       mac-address-increment = <(-1)>;
+};
+
+&wmac {
+       mtd-cal-data = <&art 0x1000>;
+};
+
+&art {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_art_1002: macaddr@1002 {
+               reg = <0x1002 0x6>;
+       };
+};