Skip to content

Commit 0cc70af

Browse files
joseppccarlescufi
authored andcommitted
boards: 96b_carbon: fix gpio for Bluetooth LED
According to the schematic, the Bluetooth LED should be on GPIOB 5: https://github.com/96boards/documentation/blob/master/iot/carbon/hardware-docs/Carbon_Schematics.pdf Tested by modifying the blinky sample to use that LED. Signed-off-by: Josep Puigdemont <josep.puigdemont@gmail.com>
1 parent ceebbf8 commit 0cc70af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/96b_carbon/96b_carbon.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
label = "USR2 LED";
3333
};
3434
bt_blue_led: led_3 {
35-
gpios = <&gpioa 15 GPIO_ACTIVE_HIGH>;
35+
gpios = <&gpiob 5 GPIO_ACTIVE_HIGH>;
3636
label = "BT LED";
3737
};
3838
};

0 commit comments

Comments
 (0)