Skip to content

Commit b298faa

Browse files
nordic-krchkartben
authored andcommitted
boards: nordic: nrf54l09pdk: Change pin used for led0
P1.7 used for led 0 was not passing gpio_api_1pin test (probably shortened with another pin in the test setup. Use different pin that passes the gpio_api_1pin test. At current stage this PDK is 'virtual' so this pin is not attached to any LED and it can be changed. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 738549e commit b298faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nordic/nrf54l09pdk/nrf54l09pdk_nrf54l09-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
leds {
1111
compatible = "gpio-leds";
1212
led0: led_0 {
13-
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
13+
gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
1414
label = "Green LED 1";
1515
};
1616
led1: led_1 {

0 commit comments

Comments
 (0)