base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6358-comtrend-ct-6373.dts
index 9f982ecfaa53cda79b70221dfe806d03111d385b..2dc85f6776349e68b7c7d970c2cffe5408c3c997 100644 (file)
@@ -1,8 +1,7 @@
-/dts-v1/;
-
 #include "bcm6358.dtsi"
 
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        model = "Comtrend CT-6373";
                compatible = "gpio-leds";
 
                power_green {
-                       label = "green:power";
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&pinctrl 0 0>;
                        default-state = "on";
                };
                usb_green {
-                       label = "green:usb";
+                       function = LED_FUNCTION_USB;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&pinctrl 3 1>;
                };
                wlan_green {
-                       label = "green:wlan";
+                       function = LED_FUNCTION_WLAN;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&pinctrl 9 1>;
                };
        };