|
@@ -34,7 +34,6 @@
|
|
|
pinctrl-names = "default";
|
|
|
|
|
|
led_status_green: led-0 {
|
|
|
- label = "green:status";
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
|
|
function = LED_FUNCTION_STATUS;
|
|
|
function-enumerator = <0>;
|
|
@@ -42,7 +41,6 @@
|
|
|
};
|
|
|
|
|
|
led_status_red: led-1 {
|
|
|
- label = "red:status";
|
|
|
color = <LED_COLOR_ID_RED>;
|
|
|
function = LED_FUNCTION_STATUS;
|
|
|
function-enumerator = <1>;
|
|
@@ -50,7 +48,6 @@
|
|
|
};
|
|
|
|
|
|
led-2 {
|
|
|
- label = "green:wifi";
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
|
|
function = LED_FUNCTION_WLAN;
|
|
|
function-enumerator = <0>;
|
|
@@ -59,21 +56,18 @@
|
|
|
};
|
|
|
|
|
|
led-3 {
|
|
|
- label = "green:lan1";
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
|
|
function = LED_FUNCTION_WAN;
|
|
|
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
|
|
};
|
|
|
|
|
|
led-4 {
|
|
|
- label = "green:lan2";
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
|
|
function = LED_FUNCTION_LAN;
|
|
|
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
|
|
|
};
|
|
|
|
|
|
led-5 {
|
|
|
- label = "yellow:wifi";
|
|
|
color = <LED_COLOR_ID_YELLOW>;
|
|
|
function = LED_FUNCTION_WLAN;
|
|
|
function-enumerator = <1>;
|