ramips: convert MT7610 and MT7612 EEPROM to NVMEM format for MT7621
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_elecom_wrc-gs-2pci.dtsi
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include "mt7621_elecom_wrc-gs.dtsi"
4
5 &state_default {
6 gpio {
7 groups = "uart3", "jtag", "wdt", "sdhci";
8 function = "gpio";
9 };
10 };
11
12 &pcie0 {
13 wifi@0,0 {
14 compatible = "mediatek,mt76";
15 reg = <0x0000 0 0 0 0>;
16 mediatek,mtd-eeprom = <&factory 0x0000>;
17 ieee80211-freq-limit = <2400000 2500000>;
18
19 led {
20 led-sources = <0>;
21 led-active-low;
22 };
23 };
24 };
25
26 &pcie1 {
27 wifi@0,0 {
28 compatible = "mediatek,mt76";
29 reg = <0x0000 0 0 0 0>;
30 mediatek,mtd-eeprom = <&factory 0x8000>;
31 ieee80211-freq-limit = <5000000 6000000>;
32
33 led {
34 led-sources = <0>;
35 led-active-low;
36 };
37 };
38 };