kernel: drop empty kmod-ledtrig-* packages
[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 &gmac0 {
6 mtd-mac-address = <&factory 0xe000>;
7 };
8
9 &wan {
10 mtd-mac-address = <&factory 0xe006>;
11 };
12
13 &state_default {
14 gpio {
15 groups = "uart3", "jtag", "wdt", "sdhci";
16 function = "gpio";
17 };
18 };
19
20 &pcie0 {
21 wifi@0,0 {
22 compatible = "mediatek,mt76";
23 reg = <0x0000 0 0 0 0>;
24 mediatek,mtd-eeprom = <&factory 0x0000>;
25 ieee80211-freq-limit = <2400000 2500000>;
26
27 led {
28 led-sources = <0>;
29 led-active-low;
30 };
31 };
32 };
33
34 &pcie1 {
35 wifi@0,0 {
36 compatible = "mediatek,mt76";
37 reg = <0x0000 0 0 0 0>;
38 mediatek,mtd-eeprom = <&factory 0x8000>;
39 ieee80211-freq-limit = <5000000 6000000>;
40
41 led {
42 led-sources = <0>;
43 led-active-low;
44 };
45 };
46 };