summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/sun5i-a13-licheepi-one.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/sun5i-a13-licheepi-one.dts')
-rw-r--r--dts/src/arm/sun5i-a13-licheepi-one.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/dts/src/arm/sun5i-a13-licheepi-one.dts b/dts/src/arm/sun5i-a13-licheepi-one.dts
index ba8d75b3c7..2ce361f8fe 100644
--- a/dts/src/arm/sun5i-a13-licheepi-one.dts
+++ b/dts/src/arm/sun5i-a13-licheepi-one.dts
@@ -66,18 +66,18 @@
leds {
compatible = "gpio-leds";
- red {
+ led-0 {
label ="licheepi:red:usr";
gpios = <&pio 2 5 GPIO_ACTIVE_LOW>;
};
- green {
+ led-1 {
label ="licheepi:green:usr";
gpios = <&pio 2 19 GPIO_ACTIVE_LOW>;
default-state = "on";
};
- blue {
+ led-2 {
label ="licheepi:blue:usr";
gpios = <&pio 2 4 GPIO_ACTIVE_LOW>;
};