mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
f53fa2a0cb
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>
38 lines
548 B
Plaintext
38 lines
548 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7628an_asus_rt-ac1200.dtsi"
|
|
|
|
/ {
|
|
compatible = "asus,rt-ac1200-v2", "mediatek,mt7628an-soc";
|
|
model = "ASUS RT-AC1200 V2";
|
|
};
|
|
|
|
&eeprom_factory_8000 {
|
|
/* V2 has different eeprom size '0x4da8' for MT7613 */
|
|
reg = <0x8000 0x4da8>;
|
|
};
|
|
|
|
&state_default {
|
|
spis {
|
|
groups = "spis";
|
|
function = "spis";
|
|
};
|
|
|
|
gpio {
|
|
groups = "refclk", "i2c", "wled_an";
|
|
function = "gpio";
|
|
};
|
|
};
|
|
|
|
&usbphy {
|
|
status = "disabled";
|
|
};
|
|
|
|
&ehci {
|
|
status = "disabled";
|
|
};
|
|
|
|
&ohci {
|
|
status = "disabled";
|
|
};
|