arm64: dts: meson-gxl-s905d-phicomm-n1: add status LED
There is a white LED on the front panel behind the logo and the manufacturer uses that LED to indicate network and USB drive status. Signed-off-by: Chuanhong Guo <gch981213@gmail.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
0fa724c51e
commit
7e09092aee
@ -14,6 +14,16 @@
|
|||||||
cvbs-connector {
|
cvbs-connector {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
leds {
|
||||||
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
|
status {
|
||||||
|
label = "n1:white:status";
|
||||||
|
gpios = <&gpio_ao GPIOAO_9 GPIO_ACTIVE_HIGH>;
|
||||||
|
default-state = "on";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&cvbs_vdac_port {
|
&cvbs_vdac_port {
|
||||||
|
Loading…
Reference in New Issue
Block a user