Browse Source

fix(boards): 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>
xmkb
Anthony Amanse 4 years ago committed by GitHub
parent
commit
cdbfb35662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/boards/arm/bluemicro840/bluemicro840_v1.dts

2
app/boards/arm/bluemicro840/bluemicro840_v1.dts

@ -21,7 +21,7 @@ @@ -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";
};
};

Loading…
Cancel
Save