ath79: enable UART in SoC DTSI files
[openwrt/staging/jow.git] / target / linux / ath79 / dts / qca9558_comfast_cf-wr650ac.dtsi
index b57bcc3942d13426b8d370d7a37037c9515a7767..d8a311614f591f596052f455509043df5a3188c2 100644 (file)
                };
        };
 
+       leds {
+               compatible = "gpio-leds";
+
+               wps {
+                       label = "blue:wps";
+                       gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
+               };
+
+               network {
+                       label = "blue:network";
+                       gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
+               };
+
+               wlan2g {
+                       label = "blue:wlan2";
+                       gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
+                       linux,default-trigger = "phy1tpt";
+               };
+
+               wlan5g {
+                       label = "blue:wlan5";
+                       gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
+                       linux,default-trigger = "phy0tpt";
+               };
+       };
+
        watchdog {
                compatible = "linux,wdt-gpio";
                gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
        status = "okay";
 };
 
-&uart {
-       status = "okay";
-};
-
 &usb_phy0 {
        status = "okay";
 };