ath79: TP-Link EAP225 v1: convert ath10k to nvmem-cells
[openwrt/staging/stintel.git] / target / linux / ath79 / dts / qca9563_tplink_eap225-v1.dts
index 20fd55b409e4ee462b26ff7c1999cb52d6eba7cc..f4ac2c6d8db47281eee2a9616d5873b7710276a9 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";
+       };
+};