359ad17f86ef2ea1d483fb4f138d4e22a2411518
[openwrt/staging/hauke.git] / target / linux / ramips / dts / mt7621_linksys_ea7300-v2.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621_linksys_ea7xxx.dtsi"
4
5 / {
6 compatible = "linksys,ea7300-v2", "mediatek,mt7621-soc";
7 model = "Linksys EA7300 v2";
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 wan_green {
20 label = "ea7300-v2:green:wan";
21 gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
22 };
23
24 lan1_green {
25 label = "ea7300-v2:green:lan1";
26 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
27 };
28
29 lan2_green {
30 label = "ea7300-v2:green:lan2";
31 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
32 };
33
34 lan3_green {
35 label = "ea7300-v2:green:lan3";
36 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
37 };
38
39 lan4_green {
40 label = "ea7300-v2:green:lan4";
41 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
42 };
43
44 led_power: power {
45 label = "ea7300-v2:white:power";
46 gpios = <&gpio 10 GPIO_ACTIVE_HIGH>;
47 };
48
49 wps {
50 label = "ea7300-v2:green:wps";
51 gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
52 };
53 };
54 };