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

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
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -32,6 +32,15 @@
		};
	};

	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";