ath79: WNDR3700/3800/MAC: utilize nvmem for caldata fetching
[openwrt/staging/thess.git] / target / linux / ath79 / dts / ar7161_netgear_wndr3700-v2.dts
index 0a133ce52ee454f5c5f1ec668bc3decc2df867c8..351d5e03647eeae6c5650446d913dc34c9ede94c 100644 (file)
 };
 
 &ath9k0 {
-       nvmem-cells = <&macaddr_art_c>;
-       nvmem-cell-names = "mac-address";
+       nvmem-cells = <&macaddr_art_c>, <&cal_art_1000>;
+       nvmem-cell-names = "mac-address", "calibration";
 };
 
 &ath9k1 {
-       nvmem-cells = <&macaddr_art_0>;
-       nvmem-cell-names = "mac-address";
+       nvmem-cells = <&macaddr_art_0>, <&cal_art_5000>;
+       nvmem-cell-names = "mac-address", "calibration";
 };
 
 &eth0 {
        macaddr_art_c: macaddr@c {
                reg = <0xc 0x6>;
        };
+
+       cal_art_1000: cal@1000 {
+               reg = <0x1000 0xeb8>;
+       };
+
+       cal_art_5000: cal@5000 {
+               reg = <0x5000 0xeb8>;
+       };
 };