ramips: sercomm s1500: enable wlan LEDs activity blinking
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_zbtlink_zbt-we1026-5g.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7620a_zbtlink_zbt-we1026.dtsi"
4
5 / {
6 compatible = "zbtlink,zbt-we1026-5g", "zbtlink,zbt-we1026",
7 "ralink,mt7620a-soc";
8
9 leds {
10 compatible = "gpio-leds";
11
12 lan {
13 label = "green:lan";
14 gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
15 };
16
17 usb {
18 label = "green:usb";
19 gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
20 trigger-sources = <&ohci_port1>, <&ehci_port1>;
21 linux,default-trigger = "usbport";
22 };
23
24 wifi {
25 label = "green:wifi";
26 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
27 };
28 };
29
30 watchdog {
31 compatible = "linux,wdt-gpio";
32 gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
33 hw_algo = "toggle";
34 hw_margin_ms = <20000>;
35 always-running;
36 };
37 };
38
39 &pcie {
40 status = "okay";
41 };
42
43 &pcie0 {
44 wifi@0,0 {
45 compatible = "pci14c3,7662";
46 reg = <0x0000 0 0 0 0>;
47 nvmem-cells = <&eeprom_factory_8000>;
48 nvmem-cell-names = "eeprom";
49 ieee80211-freq-limit = <5000000 6000000>;
50 };
51 };