lantiq: add support for indicating the boot state using three leds
[openwrt/openwrt.git] / target / linux / lantiq / dts / TDW89X0.dtsi
index 3d9e59e2efdedb65e6a96d0b7377359440c7288f..04bb5a45038304c1d7153c7e5f585706eb983ff3 100644 (file)
@@ -5,10 +5,12 @@
                bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
 
                leds {
+                       /* the power led can't be controlled, use the wps led instead */
+                       boot = &wps;
+                       failsafe = &wps;
+
                        dsl = &dsl;
                        internet = &internet;
-                       /* the power led can't be controlled, use the wps led instead */
-                       power = &wps;
                        usb = &usb0;
                        usb2 = &usb2;
                };