ath79: TP-Link EAP245 v1: convert ath10k to nvmem-cells
[openwrt/staging/jow.git] / target / linux / ath79 / dts / qca9563_tplink_eap245-v1.dts
index 3da450192c2ec3fbc1b0609bf034e9b11377102e..188326fd8046a2c18cd8b2bcc9ff9db8e9845930 100644 (file)
                };
        };
 };
+
+&art {
+       calibration_ath10k: calibration@5000 {
+               reg = <0x5000 0x844>;
+       };
+};
+
+&pcie {
+       wifi@0,0 {
+               compatible = "qcom,ath10k";
+               reg = <0 0 0 0 0>;
+
+               mac-address-increment = <1>;
+
+               nvmem-cells = <&macaddr_info_8>, <&calibration_ath10k>;
+               nvmem-cell-names = "mac-address", "calibration";
+       };
+};