Commit 3f0effd7 authored by Leonidas P. Papadakos's avatar Leonidas P. Papadakos Committed by Heiko Stuebner

arm64: dts: rockchip: give some life to the rk3328-roc-cc leds

Assign the LEDs to heartbeat and sdcard io, as in other RK boards.

https://github.com/armbian/build/commit/f1affad5c7be62d6e93832af3556c7609edd0858Suggested-by: default avatarJuan Cano <j3cano@outlook.com>
Signed-off-by: default avatarLeonidas P. Papadakos <papadakospan@gmail.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 3e892ed2
......@@ -81,6 +81,26 @@ vcc_phy: vcc-phy-regulator {
regulator-always-on;
regulator-boot-on;
};
leds {
compatible = "gpio-leds";
power {
label = "firefly:blue:power";
linux,default-trigger = "heartbeat";
gpios = <&rk805 1 GPIO_ACTIVE_LOW>;
default-state = "on";
mode = <0x23>;
};
user {
label = "firefly:yellow:user";
linux,default-trigger = "mmc1";
gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
default-state = "off";
mode = <0x05>;
};
};
};
&cpu0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment