|
@@ -138,6 +138,16 @@
|
|
|
reg = <0x3f0000 0x10000>;
|
|
reg = <0x3f0000 0x10000>;
|
|
|
label = "art";
|
|
label = "art";
|
|
|
read-only;
|
|
read-only;
|
|
|
|
|
+
|
|
|
|
|
+ nvmem-layout {
|
|
|
|
|
+ compatible = "fixed-layout";
|
|
|
|
|
+ #address-cells = <1>;
|
|
|
|
|
+ #size-cells = <1>;
|
|
|
|
|
+
|
|
|
|
|
+ cal_art_1000: calibration@1000 {
|
|
|
|
|
+ reg = <0x1000 0x3d8>;
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
@@ -151,9 +161,10 @@
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
|
|
|
|
|
ath9k: wifi@0,0 {
|
|
ath9k: wifi@0,0 {
|
|
|
- compatible = "pci168c,002b";
|
|
|
|
|
|
|
+ compatible = "pci168c,002e";
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
- qca,no-eeprom;
|
|
|
|
|
|
|
+ nvmem-cells = <&cal_art_1000>;
|
|
|
|
|
+ nvmem-cell-names = "calibration";
|
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
|
gpio-controller;
|
|
gpio-controller;
|
|
|
};
|
|
};
|