mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
ODROIDC:dtd: add gpio-based LED as heartbeat
Change-Id: I9ef503fe3f581b4f84de57c7119d3ec6333d3d21 Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
@@ -1449,4 +1449,14 @@ void root_func(){
|
||||
reset_delay = <100>;
|
||||
};
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
/* Blue LED */
|
||||
hearbeat {
|
||||
label = "blue:heartbeart";
|
||||
gpios = "GPIOAO_13";
|
||||
default-state = "off";
|
||||
linux,default-trigger = "heartbeat";
|
||||
};
|
||||
};
|
||||
}; /* end of / */
|
||||
|
||||
Reference in New Issue
Block a user