ramips: Add support for Cudy WR1300 v3
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_ampedwireless_b1200ex.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7620a_edimax_ew-747x.dtsi"
4
5 / {
6 compatible = "ampedwireless,b1200ex", "ralink,mt7620a-soc";
7 model = "Amped Wireless B1200EX";
8
9 leds {
10 wlan2g {
11 label = "green:wlan2g";
12 gpios = <&gpio2 30 GPIO_ACTIVE_LOW>;
13 linux,default-trigger = "phy1radio";
14 };
15
16 wlan5g {
17 label = "green:wlan5g";
18 gpios = <&gpio2 31 GPIO_ACTIVE_LOW>;
19 linux,default-trigger = "phy0radio";
20 };
21
22 signal_strength {
23 label = "green:signal_strength";
24 gpios = <&gpio2 29 GPIO_ACTIVE_LOW>;
25 };
26 };
27 };