mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ODROID-C3: arm64/dts: add system LED with 'heartbeat' trigger
Change-Id: I78e85d395975a0c4849b9f67915e3fa680d65e53 Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
@@ -742,6 +742,15 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
blueled {
|
||||
label = "blue:heartbeat";
|
||||
gpios = <&gpio_ao GPIOAO_11 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "heartbeat";
|
||||
};
|
||||
};
|
||||
|
||||
}; /* end of / */
|
||||
|
||||
&pwm_AO_cd {
|
||||
|
||||
Reference in New Issue
Block a user