Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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/f1affad5c7be62d6e93832af3556c7609edd0858



Suggested-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
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -81,6 +81,26 @@
		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 {