gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
};
- wlan2g {
- label = "blue:wlan2g";
- gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy0tpt";
- };
-
wps {
function = LED_FUNCTION_WPS;
color = <LED_COLOR_ID_BLUE>;
gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
};
};
+};
- leds-ath9k {
- compatible = "gpio-leds";
+&ath9k {
+ led {
+ led-sources = <0>;
+ led-active-low;
+ };
+};
- wlan5g {
- label = "blue:wlan5g";
- gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy1tpt";
- };
+&wmac {
+ led {
+ led-sources = <13>;
+ led-active-low;
};
};