Commit 89866b26 authored by Petr Štetiar's avatar Petr Štetiar Committed by Maxime Ripard

arm64: dts: allwinner: a64: olinuxino: add user red LED

There is a red LED marked as `GPIO_LED1` on the silkscreen and connected
to PE17 by default. So lets add this missing bit in the current hardware
description.
Signed-off-by: default avatarPetr Štetiar <ynezz@true.cz>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent 4a0cc312
......@@ -32,6 +32,15 @@ hdmi_con_in: endpoint {
};
};
leds {
compatible = "gpio-leds";
led-0 {
label = "a64-olinuxino:red:user";
gpios = <&pio 4 17 GPIO_ACTIVE_HIGH>; /* PE17 */
};
};
reg_usb1_vbus: usb1-vbus {
compatible = "regulator-fixed";
regulator-name = "usb1-vbus";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment