ramips: enable wireless LEDs activity blinking for TP-Link EC330-G5u v1
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_vocore_vocore2-lite.dts
1 #include "mt7628an_vocore_vocore2.dtsi"
2
3 / {
4 compatible = "vocore,vocore2-lite", "vocore,vocore2", "mediatek,mt7628an-soc";
5 model = "VoCore2-Lite";
6
7 aliases {
8 led-boot = &led_status;
9 led-failsafe = &led_status;
10 led-running = &led_status;
11 led-upgrade = &led_status;
12 };
13
14 leds {
15 compatible = "gpio-leds";
16
17 led_status: status {
18 label = "green:status";
19 gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
20 };
21 };
22 };
23
24 &firmware {
25 reg = <0x50000 0x7b0000>;
26 };