|
@@ -14,7 +14,7 @@
|
|
|
serial0 = &uart;
|
|
serial0 = &uart;
|
|
|
led-boot = &status;
|
|
led-boot = &status;
|
|
|
led-failsafe = &status;
|
|
led-failsafe = &status;
|
|
|
- led-running = &status;
|
|
|
|
|
|
|
+ led-running = &running;
|
|
|
led-upgrade = &status;
|
|
led-upgrade = &status;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
@@ -36,13 +36,13 @@
|
|
|
leds {
|
|
leds {
|
|
|
compatible = "gpio-leds";
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
- power_amber {
|
|
|
|
|
|
|
+ status: power_amber {
|
|
|
label = "pcs:amber:power";
|
|
label = "pcs:amber:power";
|
|
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
|
default-state = "off";
|
|
default-state = "off";
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- status: power_green {
|
|
|
|
|
|
|
+ running: power_green {
|
|
|
label = "pcs:green:power";
|
|
label = "pcs:green:power";
|
|
|
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
|
|
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
|
|
|
default-state = "on";
|
|
default-state = "on";
|