1
0
Fork 0

ARM: dts: stm32: Add leds support to stm32f469 Discovery board

Add nodes for the four user leds.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
hifive-unleashed-5.1
Benjamin Gaignard 2018-02-27 14:53:43 +01:00 committed by Alexandre Torgue
parent 9137b8498c
commit 6ce12a7463
1 changed files with 17 additions and 0 deletions

View File

@ -78,6 +78,23 @@
dma-ranges = <0xc0000000 0x0 0x10000000>;
};
leds {
compatible = "gpio-leds";
green {
gpios = <&gpiog 6 GPIO_ACTIVE_LOW>;
linux,default-trigger = "heartbeat";
};
orange {
gpios = <&gpiod 4 GPIO_ACTIVE_LOW>;
};
red {
gpios = <&gpiod 5 GPIO_ACTIVE_LOW>;
};
blue {
gpios = <&gpiok 3 GPIO_ACTIVE_LOW>;
};
};
/* This turns on vbus for otg for host mode (dwc2) */
vcc5v_otg: vcc5v-otg-regulator {
compatible = "regulator-fixed";