ramips: convert to new LED color/function format where possible
[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 function = LED_FUNCTION_STATUS;
19 color = <LED_COLOR_ID_GREEN>;
20 gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
21 };
22 };
23 };
24
25 &firmware {
26 reg = <0x50000 0x7b0000>;
27 #include <dt-bindings/leds/common.h>
28
29 };