summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts
diff options
context:
space:
mode:
authorShiji Yang <yangshiji66@qq.com>2023-10-02 10:12:02 +0800
committerChristian Marangi <ansuelsmth@gmail.com>2023-10-17 12:07:27 +0200
commitf53fa2a0cb9c3c802ac79409330bcba3b971c8ca (patch)
tree1842964f0d1d125b67b87ac333e734f37cd2a754 /target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts
parente93f41adee3e5fa4046811890b92c9b86875911b (diff)
downloadopenwrt-f53fa2a0cb9c3c802ac79409330bcba3b971c8ca.tar.gz
openwrt-f53fa2a0cb9c3c802ac79409330bcba3b971c8ca.tar.bz2
openwrt-f53fa2a0cb9c3c802ac79409330bcba3b971c8ca.zip
ramips: convert mt76 PCIe NIC EEPROM to NVMEM format for legacy SoCs
This patch converts MT761{0,2,3} PCIe WiFi calibration data to NVMEM format for legacy Ralink SoCs (MT7620 and Mt7628). The EEPROM size of the MT7610 and MT7612 is 0x200. there are only three devices uses MT7613 NIC, ASUS RT-AC1200 V2, COMFAST CF-WR758AC V2 and Keenetic KN-1613. The EEPROM size of them is 0x4da8. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts')
-rw-r--r--target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts10
1 files changed, 9 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts b/target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts
index 4a7915b9f0..fee64bc53f 100644
--- a/target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts
+++ b/target/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts
@@ -60,9 +60,16 @@
};
art: partition@1e000 {
+ compatible = "nvmem-cells";
label = "art";
reg = <0x1e000 0x2000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
read-only;
+
+ eeprom_art_1000: eeprom@1000 {
+ reg = <0x1000 0x200>;
+ };
};
partition@20000 {
@@ -108,7 +115,8 @@
&pcie0 {
mt76@0,0 {
reg = <0x0000 0 0 0 0>;
- mediatek,mtd-eeprom = <&art 0x1000>;
+ nvmem-cells = <&eeprom_art_1000>;
+ nvmem-cell-names = "eeprom";
ieee80211-freq-limit = <5000000 6000000>;
};
};