ath79: convert ath10k calibration data to NVMEM (binary MAC)
[openwrt/staging/stintel.git] / target / linux / ath79 / dts / qca9557_araknis_an-500-ap-i-ac.dts
index 6d402df13f922b3e7fed93269ef92fb030929da6..941d87657fc854bee1ec2dc23f3a888a5f1d4d89 100644 (file)
                                reg = <0x0 0x6>;
                                #nvmem-cell-cells = <1>;
                        };
+
+                       cal_art_5000: calibration@5000 {
+                               reg = <0x5000 0x844>;
+                       };
                };
        };
 };
 
 &pcie0 {
        status = "okay";
+
+       wifi@0,0 {
+               compatible = "qcom,ath10k";
+               reg = <0x0000 0 0 0 0>;
+               nvmem-cells = <&cal_art_5000>, <&macaddr_art_0 2>;
+               nvmem-cell-names = "calibration", "mac-address";
+       };
 };