diff --git a/arch/arm/boot/dts/amlogic/meson8b_odroidc.dtd b/arch/arm/boot/dts/amlogic/meson8b_odroidc.dtd index c0b683e8ebda..40a01b932fc3 100644 --- a/arch/arm/boot/dts/amlogic/meson8b_odroidc.dtd +++ b/arch/arm/boot/dts/amlogic/meson8b_odroidc.dtd @@ -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 / */