Skip to content

Commit 604229b

Browse files
MarekPietacarlescufi
authored andcommitted
boards: thingy52_nrf52832: Update gpio-leds binding
Change updates gpio-leds DTS binding. The colors should be defined in RGB order. Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
1 parent 5de1b09 commit 604229b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

boards/arm/thingy52_nrf52832/thingy52_nrf52832.dts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
compatible = "gpio-leds";
3434
/* Lightwell RGB */
3535
led0: led_0 {
36-
gpios = <&sx1509b 5 GPIO_ACTIVE_LOW>;
37-
label = "Green LED";
36+
gpios = <&sx1509b 7 GPIO_ACTIVE_LOW>;
37+
label = "Red LED";
3838
//vin-supply = <&vdd_pwr>;
3939
};
4040
led1: led_1 {
41-
gpios = <&sx1509b 6 GPIO_ACTIVE_LOW>;
42-
label = "Blue LED";
41+
gpios = <&sx1509b 5 GPIO_ACTIVE_LOW>;
42+
label = "Green LED";
4343
//vin-supply = <&vdd_pwr>;
4444
};
4545
led2: led_2 {
46-
gpios = <&sx1509b 7 GPIO_ACTIVE_LOW>;
47-
label = "Red LED";
46+
gpios = <&sx1509b 6 GPIO_ACTIVE_LOW>;
47+
label = "Blue LED";
4848
//vin-supply = <&vdd_pwr>;
4949
};
5050
};

0 commit comments

Comments
 (0)