ramips: mt7621: nix mac-address-increment
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_tplink_re200-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7620a_tplink_re2x0-v1.dtsi"
4
5 / {
6 compatible = "tplink,re200-v1", "ralink,mt7620a-soc";
7 model = "TP-Link RE200 v1";
8
9 aliases {
10 led-boot = &led_power;
11 led-failsafe = &led_power;
12 led-running = &led_power;
13 led-upgrade = &led_power;
14 };
15
16 leds {
17 compatible = "gpio-leds";
18
19 led_power: power {
20 label = "green:power";
21 gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
22 };
23
24 lan {
25 label = "green:lan";
26 gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
27 };
28
29 wlan {
30 label = "green:wlan";
31 gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
32 };
33
34 qss {
35 label = "green:qss";
36 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
37 };
38
39 wlan2g_red {
40 label = "red:wlan2g";
41 gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
42 };
43
44 wlan2g_green {
45 label = "green:wlan2g";
46 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
47 linux,default-trigger = "phy1tpt";
48 };
49 };
50 };
51
52
53 &state_default {
54 gpio {
55 groups = "i2c", "uartf", "ephy", "wled", "rgmii1", "spi refclk";
56 function = "gpio";
57 };
58 };
59
60 &gpio1 {
61 status = "okay";
62 };
63
64 &gpio2 {
65 status = "okay";
66 };
67
68 &gpio3 {
69 status = "okay";
70 };