ramips: use NVMEM cells with mt76 EEPROM for Netgear R6220 & WNDR3700 v5
[openwrt/staging/hauke.git] / target / linux / ramips / dts / mt7620a_asus_rt-ac54u.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7620a_asus_rt-ac5x.dtsi"
4
5 / {
6 compatible = "asus,rt-ac54u", "ralink,mt7620a-soc";
7 model = "Asus RT-AC54U";
8 };
9
10 &pcie0 {
11 wifi@0,0 {
12 reg = <0x0000 0 0 0 0>;
13 mediatek,mtd-eeprom = <&factory 0x8000>;
14 ieee80211-freq-limit = <5000000 6000000>;
15
16 led {
17 led-sources = <2>;
18 };
19 };
20 };