ramips: improve Skylab SKW92A support
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / PSG1218B.dts
index 2dfa7635d12758032e400d63e2afcb28e0d8d409..8b6b8c037254cf5fe00db44005b91f63cb91075b 100644 (file)
@@ -6,21 +6,31 @@
        compatible = "phicomm,psg1218b", "phicomm,psg1218", "ralink,mt7620a-soc";
        model = "Phicomm PSG1218 rev.B";
 
+       aliases {
+               led-boot = &led_blue;
+               led-failsafe = &led_blue;
+               led-running = &led_blue;
+               led-upgrade = &led_blue;
+       };
+
        gpio-leds {
                compatible = "gpio-leds";
-               blue {
+               led_blue: blue {
                        label = "psg1218b:blue:status";
                        gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
+                       default-state = "on";
                };
 
                yellow {
                        label = "psg1218b:yellow:status";
                        gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
+                       default-state = "off";
                };
 
                red {
                        label = "psg1218b:red:status";
-                               gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
+                       default-state = "off";
                };
        };
 };