ramips: convert MT7613 and MT7615 EEPROM to NVMEM format for MT7621
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7621_elecom_wrc-gs-1pci.dtsi
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include "mt7621_elecom_wrc-gs.dtsi"
4
5 &leds {
6 wlan2g {
7 label = "white:wlan2g";
8 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
9 };
10
11 wlan5g {
12 label = "white:wlan5g";
13 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
14 };
15 };
16
17 &state_default {
18 gpio {
19 groups = "i2c", "uart3", "jtag", "wdt", "sdhci";
20 function = "gpio";
21 };
22 };
23
24 &pcie0 {
25 wifi: wifi@0,0 {
26 compatible = "mediatek,mt76";
27 reg = <0x0000 0 0 0 0>;
28 nvmem-cells = <&eeprom_factory_0>;
29 nvmem-cell-names = "eeprom";
30 };
31 };