ath79: convert ath10k calibration data to NVMEM (binary MAC)
[openwrt/staging/jow.git] / target / linux / ath79 / dts / qca9558_openmesh_mr.dtsi
index 218d5eb944d51b570f66b0fa4b2bf400b41c37e2..3bb793db7fd42e6aae6bed799a175cd956b8e52b 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 16>;
+               nvmem-cell-names = "calibration", "mac-address";
+       };
 };