ramips: add support for Linksys EA7300 v1
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_linksys_ea7300-v1.dts
diff --git a/target/linux/ramips/dts/mt7621_linksys_ea7300-v1.dts b/target/linux/ramips/dts/mt7621_linksys_ea7300-v1.dts
new file mode 100644 (file)
index 0000000..67eb317
--- /dev/null
@@ -0,0 +1,55 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/dts-v1/;
+
+#include "mt7621_linksys_ea7xxx.dtsi"
+
+/ {
+       compatible = "linksys,ea7300-v1", "mediatek,mt7621-soc";
+       model = "Linksys EA7300 v1";
+
+       aliases {
+               led-boot = &led_power;
+               led-failsafe = &led_power;
+               led-running = &led_power;
+               led-upgrade = &led_power;
+       };
+
+       leds {
+               compatible = "gpio-leds";
+
+               wan_green {
+                       label = "ea7300-v1:green:wan";
+                       gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
+               };
+
+               lan1_green {
+                       label = "ea7300-v1:green:lan1";
+                       gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
+               };
+
+               lan2_green {
+                       label = "ea7300-v1:green:lan2";
+                       gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
+               };
+
+               lan3_green {
+                       label = "ea7300-v1:green:lan3";
+                       gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
+               };
+
+               lan4_green {
+                       label = "ea7300-v1:green:lan4";
+                       gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
+               };
+
+               led_power: power {
+                       label = "ea7300-v1:white:power";
+                       gpios = <&gpio 10 GPIO_ACTIVE_HIGH>;
+               };
+
+               wps {
+                       label = "ea7300-v1:green:wps";
+                       gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
+               };
+       };
+};