ramips: mt7621: nix mac-address-increment
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_edimax_ew-7476rpc.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7620a_edimax_ew-747x.dtsi"
4
5 / {
6 compatible = "edimax,ew-7476rpc", "ralink,mt7620a-soc";
7 model = "Edimax EW-7476RPC";
8
9 keys {
10 switch_high {
11 label = "switch high";
12 gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;
13 linux,code = <BTN_0>;
14 linux,input-type = <EV_SW>;
15 };
16
17 switch_off {
18 label = "switch off";
19 gpios = <&gpio2 23 GPIO_ACTIVE_LOW>;
20 linux,code = <BTN_1>;
21 linux,input-type = <EV_SW>;
22 };
23 };
24
25 leds {
26 wlan2g {
27 label = "blue:wlan2g";
28 gpios = <&gpio2 30 GPIO_ACTIVE_LOW>;
29 linux,default-trigger = "phy1radio";
30 };
31
32 wlan5g {
33 label = "blue:wlan5g";
34 gpios = <&gpio2 31 GPIO_ACTIVE_LOW>;
35 linux,default-trigger = "phy0radio";
36 };
37
38 crossband {
39 label = "green:crossband";
40 gpios = <&gpio2 29 GPIO_ACTIVE_LOW>;
41 };
42 };
43 };