Fix Blue LED pin definition in BlueMicro840

This commit fixes the pin definition for BlueMicro840. Based on the
schematics, the blue led is at pin 1.10.

Signed-off-by: Anthony Amanse <ghieamanse@gmail.com>
This commit is contained in:
Anthony Amanse 2021-05-30 21:12:28 -07:00
parent 3f838f0aaf
commit 55d273ee24
No known key found for this signature in database
GPG key ID: E0C4E2FF5196F71B

View file

@ -21,7 +21,7 @@
leds {
compatible = "gpio-leds";
blue_led: led_0 {
gpios = <&gpio0 42 GPIO_ACTIVE_HIGH>;
gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
label = "Blue LED";
};
};