aboutsummaryrefslogtreecommitdiff
path: root/src/arm/stm32f769-disco.dts
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/stm32f769-disco.dts')
-rw-r--r--src/arm/stm32f769-disco.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/stm32f769-disco.dts b/src/arm/stm32f769-disco.dts
index 1626e00bb2cb..0ce7fbc20fa4 100644
--- a/src/arm/stm32f769-disco.dts
+++ b/src/arm/stm32f769-disco.dts
@@ -66,11 +66,11 @@
leds {
compatible = "gpio-leds";
- green {
+ led-green {
gpios = <&gpioj 5 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
- red {
+ led-red {
gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>;
};
};