ramips: move compatible for Ubiquiti Edgerouter X to DTS file
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / rt5350_intenso_memory2move.dts
index 122c70e21f3b3198fddda5d2d575b1003afd8d1f..57a9bec410f241cb94f8bf6a0e8b1a969277830c 100644 (file)
                compatible = "gpio-leds";
 
                led_wifi: wifi {
-                       label = "m2m:blue:wifi";
+                       label = "memory2move:blue:wifi";
                        gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
                };
 
                wan {
-                       label = "m2m:green:wan";
+                       label = "memory2move:green:wan";
                        gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
                };
        };
@@ -78,7 +78,7 @@
                        };
 
                        factory: partition@40000 {
-                               label = "Factory";
+                               label = "factory";
                                reg = <0x40000 0x10000>;
                                read-only;
                        };
        };
 };
 
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "i2c", "uartf";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       gpio {
+               ralink,group = "i2c", "uartf";
+               ralink,function = "gpio";
        };
 };