openwrt/target/linux/ramips/dts/mt7621_netgear_r6260.dts
David Bauer 4716c843d6 ramips: fix NETGEAR R6260 EEPROM offset
The EEPROM offset for the NETGEAR R6260 is incorrect, thus no valid
calibration data is used.

Fix this only for the NETGEAR R6260, as it's currently unknown whether
or not other boards are affected.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-01-29 15:11:10 +01:00

34 lines
473 B
Plaintext

// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
#include "mt7621_netgear_sercomm_chj.dtsi"
/ {
compatible = "netgear,r6260", "mediatek,mt7621-soc";
model = "Netgear R6260";
};
&led_power {
label = "r6260:green:power";
};
&led_usb {
label = "r6260:green:usb";
};
&led_internet {
label = "r6260:green:wan";
};
&led_wifi {
label = "r6260:green:wifi";
};
&wifi2 {
mediatek,mtd-eeprom = <&factory 0x20000>;
};
&wifi5 {
mediatek,mtd-eeprom = <&factory 0x28000>;
};