提交 2fbbc4bf 编写于 作者: A Andreas Färber 提交者: Kevin Hilman

ARM64: dts: meson-gxbb-vega-s95: Add LED

There is one blue LED on the front of the device. Keep it lit and
configure it as panic indicator.
Signed-off-by: NAndreas Färber <afaerber@suse.de>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
上级 261e1d5c
......@@ -53,6 +53,17 @@
stdout-path = "serial0:115200n8";
};
leds {
compatible = "gpio-leds";
blue {
label = "vega-s95:blue:on";
gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_HIGH>;
default-state = "on";
panic-indicator;
};
};
usb_vbus: regulator-usb0-vbus {
compatible = "regulator-fixed";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册