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:
Dongjin Kim
2018-06-15 18:19:58 +09:00
committed by Kevin Kim
parent a1b86e55b2
commit 4392b94f5b

View File

@@ -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 {