openwrt/target/linux/ramips/dts/mt7621_netgear_r6350.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
468 B
Plaintext

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