|
|
@@ -27,16 +27,26 @@
|
|
|
leds {
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
- ethblack_act {
|
|
|
- label = "green:ethblack_act";
|
|
|
+ ethblack-green {
|
|
|
+ label = "green:ethblack";
|
|
|
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
|
|
|
};
|
|
|
|
|
|
- ethblue_act {
|
|
|
- label = "green:ethblue_act";
|
|
|
+ ethblue-green {
|
|
|
+ label = "green:ethblue";
|
|
|
gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
|
|
|
};
|
|
|
|
|
|
+ ethyellow-green {
|
|
|
+ label = "green:ethyellow";
|
|
|
+ gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
|
|
|
+ };
|
|
|
+
|
|
|
+ ethyellow-orange {
|
|
|
+ label = "orange:ethyellow";
|
|
|
+ gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
|
+ };
|
|
|
+
|
|
|
power {
|
|
|
label = "green:power";
|
|
|
gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
|