Skip to content

Commit f18e0ff

Browse files
r-c-njhedberg
authored andcommitted
boards: seeed: xiao_nrf54l15: fix led0 polarity
led0 in this board is active low according to the schematic. Tested on a XIAO-nRF54L15 and a XIAO-nRF54L15 sense. Signed-off-by: Ricardo Cañuelo Navarro <[email protected]>
1 parent dd06e7e commit f18e0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/seeed/xiao_nrf54l15/xiao_nrf54l15_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
compatible = "gpio-leds";
1111

1212
led0: led_0 {
13-
gpios = <&gpio2 0 GPIO_ACTIVE_HIGH>;
13+
gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
1414
label = "LED 0";
1515
};
1616
};

0 commit comments

Comments
 (0)