ramips: remove redundant status for USB controllers
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_skylab_skw92a.dts
index addcabd7f99e1c606b251c24b11a41ce6965d34c..6e1cb396b8942c1ad7ac7106fbcaf5178d525293 100644 (file)
@@ -1,12 +1,11 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
 
 #include "mt7628an.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-/{
+/ {
        compatible = "skylab,skw92a", "mediatek,mt7628an-soc";
        model = "SKYLAB SKW92A";
 
                led-failsafe = &led_power;
        };
 
-       chosen {
-               bootargs = "console=ttyS0,57600";
-       };
-
        leds {
                compatible = "gpio-leds";
 
                led_power: wps {
-                       label = "skw92a:green:wps";
-                       gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
+                       label = "green:wps";
+                       gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                };
 
                wlan {
-                       label = "skw92a:green:wlan";
-                       gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
+                       label = "green:wlan";
+                       gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
        };
 
 
                reset {
                        label = "reset";
-                       gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
        };
 };
 
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "wdt", "refclk", "wled_an";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       gpio {
+               groups = "wdt", "refclk", "wled_an";
+               function = "gpio";
        };
 };
 
 &uart1 {
        status = "okay";
 };
-
-&ehci {
-       status = "okay";
-};
-
-&ohci {
-       status = "okay";
-};