ramips: improve netis WF-2881 support
[oweals/openwrt.git] / target / linux / ramips / dts / mt7620a_zbtlink_zbt-we1026-h.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "mt7620a_zbtlink_zbt-we1026.dtsi"
5
6 / {
7         compatible = "zbtlink,zbt-we1026-h", "zbtlink,zbt-we1026",
8                 "ralink,mt7620a-soc";
9
10         leds {
11                 compatible = "gpio-leds";
12
13                 usb {
14                         label = "we1026-h:green:usb";
15                         gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
16                 };
17
18                 lan {
19                         label = "we1026-h:green:lan";
20                         gpios = <&gpio2 3 GPIO_ACTIVE_LOW>;
21                 };
22
23                 wan {
24                         label = "we1026-h:green:wan";
25                         gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
26                 };
27
28                 wifi {
29                         label = "we1026-h:green:wifi";
30                         gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
31                 };
32         };
33 };