cy8cproto_062_4343w: board: fix polarity for LED_0

Update polarity for LED_0 from GPIO_ACTIVE_HIGH to
GPIO_ACTIVE_LOW.

Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
This commit is contained in:
Nazar Palamar 2024-06-19 09:58:41 +03:00 committed by Alberto Escolar
parent f9d7385879
commit f343a1a677

View file

@ -15,7 +15,7 @@
compatible = "gpio-leds";
user_led: led_0 {
label = "LED_0";
gpios = <&gpio_prt13 7 GPIO_ACTIVE_HIGH>;
gpios = <&gpio_prt13 7 GPIO_ACTIVE_LOW>;
};
};