|
@@ -45,6 +45,18 @@
|
|
|
label = "art";
|
|
label = "art";
|
|
|
reg = <0xff0000 0x010000>;
|
|
reg = <0xff0000 0x010000>;
|
|
|
read-only;
|
|
read-only;
|
|
|
|
|
+
|
|
|
|
|
+ compatible = "nvmem-cells";
|
|
|
|
|
+ #address-cells = <1>;
|
|
|
|
|
+ #size-cells = <1>;
|
|
|
|
|
+
|
|
|
|
|
+ calibration_art_1000: calibration@1000 {
|
|
|
|
|
+ reg = <0x1000 0x440>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ calibration_art_5000: calibration@5000 {
|
|
|
|
|
+ reg = <0x5000 0x844>;
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
|
|
@@ -59,11 +71,22 @@
|
|
|
nvmem-cell-names = "mac-address";
|
|
nvmem-cell-names = "mac-address";
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-&wmac {
|
|
|
|
|
- mtd-cal-data = <&art 0x1000>;
|
|
|
|
|
|
|
+&pcie1 {
|
|
|
|
|
+ status = "okay";
|
|
|
|
|
|
|
|
- nvmem-cells = <&macaddr_uboot_1fc00>;
|
|
|
|
|
- nvmem-cell-names = "mac-address";
|
|
|
|
|
|
|
+ wifi@0,0 {
|
|
|
|
|
+ compatible = "qcom,ath10k";
|
|
|
|
|
+ reg = <0 0 0 0 0>;
|
|
|
|
|
+
|
|
|
|
|
+ mac-address-increment = <(-1)>;
|
|
|
|
|
+ nvmem-cells = <&macaddr_uboot_1fc00>, <&calibration_art_5000>;
|
|
|
|
|
+ nvmem-cell-names = "mac-address", "calibration";
|
|
|
|
|
+ };
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+&wmac {
|
|
|
|
|
+ nvmem-cells = <&macaddr_uboot_1fc00>, <&calibration_art_1000>;
|
|
|
|
|
+ nvmem-cell-names = "mac-address", "calibration";
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
&uboot {
|
|
&uboot {
|