ODROIDC:dtd: add gpio-based LED as heartbeat

Change-Id: I9ef503fe3f581b4f84de57c7119d3ec6333d3d21
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2014-12-05 13:49:36 +09:00
parent 9d68b65bc5
commit ec75b65d38

View File

@@ -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 / */