dts: boards: esp32c3_supermini: Fix active led level

Fix led active level to low according to schematic

Signed-off-by: Olexander Grin <alexander.grin.dev@gmail.com>
This commit is contained in:
Olexander Grin 2025-05-10 22:39:29 +00:00 committed by Benjamin Cabé
parent 2aacbcaab5
commit 5491bbf71a

View File

@ -42,7 +42,7 @@
leds {
compatible = "gpio-leds";
blue_led_0: led_0 {
gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
label = "Blue LED 0";
};
};