ath79: convert ath10k calibration data to NVMEM (binary MAC)
[openwrt/staging/svanheule.git] / target / linux / ath79 / dts / qca9558_watchguard_ap300.dts
index 5f5ef0f968719e368218c2cfcbb0a67e4c15c1e7..68cd2777198591d08180247d138f63f7a0d2e5c9 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";
+       };
 };