lantiq: remove model name from LED labels
[openwrt/openwrt.git] / target / linux / lantiq / files-5.4 / arch / mips / boot / dts / lantiq / vr9_tplink_vr200v.dts
index 10c95fa87374623b7ab34d26bafe6959c5b9a2e1..110e91a7b9018fcd7d8f91107fdf8d208890e617 100644 (file)
@@ -7,85 +7,20 @@
        chosen {
                bootargs = "console=ttyLTQ0,115200 mem=126M vpe1_load_addr=0x87e00000 vpe1_mem=2M maxvpes=1 maxtcs=1 nosmp";
        };
+};
 
-       aliases {
-               led-boot = &power;
-               led-failsafe = &power;
-               led-running = &power;
-               led-upgrade = &power;
-
-               led-dsl = &dsl;
-               led-internet = &internet;
-               led-wifi = &wlan5g;
-
-               led-usb = &led_usb;
-               led-usb2 = &led_usb;
-       };
-
-       keys {
-               compatible = "gpio-keys-polled";
-               poll-interval = <100>;
-               reset {
-                       label = "reset";
-                       gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
-                       linux,code = <KEY_RESTART>;
-               };
-
-               wifi {
-                       label = "wifi";
-                       gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
-                       linux,code = <KEY_RFKILL>;
-                       linux,input-type = <EV_SW>;
-               };
-
-               wps {
-                       label = "wps";
-                       gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
-                       linux,code = <KEY_WPS_BUTTON>;
-               };
-
-               dect_paging {
-                       label = "dect_paging";
-                       gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
-                       linux,code = <KEY_PHONE>;
-               };
+&keys {
+       dect_paging {
+               label = "dect_paging";
+               gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
+               linux,code = <KEY_PHONE>;
        };
+};
 
-       leds {
-               compatible = "gpio-leds";
-               power: power {
-                       label = "vr200v:blue:power";
-                       gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
-                       default-state = "keep";
-               };
-               dsl: dsl {
-                       label = "vr200v:blue:dsl";
-                       gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
-               };
-               internet: internet {
-                       label = "vr200v:blue:internet";
-                       gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
-               };
-               led_usb: usb {
-                       label = "vr200v:blue:usb";
-                       gpios = <&gpio 25 GPIO_ACTIVE_LOW>;
-               };
-               eth {
-                       label = "vr200v:blue:lan";
-                       gpios = <&gpio 40 GPIO_ACTIVE_LOW>;
-               };
-               wlan {
-                       label = "vr200v:blue:wlan";
-                       gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
-               };
-               wlan5g: wifi {
-                       label = "vr200v:blue:wlan5g";
-                       gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
-               };
-               phone {
-                       label = "vr200v:blue:phone";
-                       gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
-               };
+&leds {
+       phone {
+               label = "blue:phone";
+               gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
        };
 };