ath79: D-Link DAP-2695 A1: convert ath10k caldata to nvmem
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_dlink_dap-2695-a1.dts
index 86f889a5dcc7475349fffdb57bdacf1442a82120..1985fa48d837cc69a3bdc234f2f7aa9da23a01e7 100644 (file)
@@ -1,9 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 
-#include "qca955x.dtsi"
-
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
+#include "qca955x_dlink_dap-2xxx.dtsi"
 
 / {
        compatible = "dlink,dap-2695-a1", "qca,qca9558";
        };
 };
 
-&spi {
-       status = "okay";
+&partitions {
+       partition@70000 {
+               label = "firmware";
+               reg = <0x070000 0xf00000>;
+               compatible = "wrg";
+       };
 
-       flash@0 {
-               #address-cells = <1>;
-               #size-cells = <1>;
-               compatible = "mx25l12805d";
-               reg = <0>;
-               spi-max-frequency = <25000000>;
-
-               partitions {
-                       compatible = "fixed-partitions";
-                       #address-cells = <1>;
-                       #size-cells = <1>;
-
-                       partition@0 {
-                               label = "u-boot";
-                               reg = <0x000000 0x040000>;
-                               read-only;
-                       };
-
-                       partition@40000 {
-                               label = "bdcfg";
-                               reg = <0x040000 0x010000>;
-                               read-only;
-                       };
-
-                       partition@50000 {
-                               label = "rgdb";
-                               reg = <0x050000 0x010000>;
-                               read-only;
-                       };
-
-                       partition@60000 {
-                               label = "langpack";
-                               reg = <0x060000 0x010000>;
-                               read-only;
-                       };
-
-                       partition@70000 {
-                               compatible = "wrg";
-                               label = "firmware";
-                               reg = <0x070000 0xf00000>;
-                       };
-
-                       partition@f70000 {
-                               label = "captival";
-                               reg = <0xf70000 0x070000>;
-                               read-only;
-                       };
-
-                       partition@fe0000 {
-                               label = "certificate";
-                               reg = <0xfe0000 0x010000>;
-                               read-only;
-                       };
-
-                       art: partition@ff0000 {
-                               label = "art";
-                               reg = <0xff0000 0x010000>;
-                               read-only;
-                       };
-               };
+       partition@f70000 {
+               label = "captival";
+               reg = <0xf70000 0x070000>;
+               read-only;
+       };
+
+       partition@fe0000 {
+               label = "certificate";
+               reg = <0xfe0000 0x010000>;
+               read-only;
        };
 };
 
 &eth1 {
        status = "okay";
 
-       phy-mask = <0>;
        pll-data = <0x03000101 0x00000101 0x00001616>;
 
        fixed-link {
 
 &pcie0 {
        status = "okay";
-};
 
-&uart {
-       status = "okay";
-};
+       wifi@0,0 {
+               compatible = "qcom,ath10k";
+               reg = <0 0 0 0 0>;
 
-&wmac {
-       status = "okay";
+               nvmem-cells = <&cal_ath10k>;
+               nvmem-cell-names = "calibration";
+       };
+};
 
-       qca,no-eeprom;
+&art {
+       cal_ath10k: calibration@5000 {
+               reg = <0x5000 0x844>;
+       };
 };