ath79: TP-Link EAP225-Outdoor v1: convert ath10k to nvmem-cells
[openwrt/staging/jow.git] / target / linux / ath79 / dts / qca9563_tplink_eap225-outdoor-v1.dts
index fc6d3365a071e33ab952a74fcc7d12ddbfbb9edd..9e61490a5dd54fa0abbabea199fbef930a114730 100644 (file)
                };
        };
 };
+
+&art {
+       calibration_ath10k: calibration@5000 {
+               reg = <0x5000 0x2f20>;
+       };
+};
+
+&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";
+       };
+};