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: Petr Štetiar <ynezz@true.cz> Signed-off-by: Maxime Ripard <maxime@cerno.tech>
This commit is contained in:
parent
4a0cc31244
commit
89866b2667
|
@ -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 {
|
reg_usb1_vbus: usb1-vbus {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "usb1-vbus";
|
regulator-name = "usb1-vbus";
|
||||||
|
|
Loading…
Reference in New Issue