Browse Source

Merge pull request #104 from Nicell/boards/cleanup-nn-bm

Cleanup nice!nano DT and fix BlueMicro LED
xmkb
Pete Johanson 4 years ago committed by GitHub
parent
commit
f9163f7a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/boards/arm/bluemicro52840_v1/bluemicro52840_v1.dts
  2. 1
      app/boards/arm/nice_nano/Kconfig
  3. 2
      app/boards/arm/nice_nano/Kconfig.defconfig
  4. 2
      app/boards/arm/nice_nano/nice_nano.dts

2
app/boards/arm/bluemicro52840_v1/bluemicro52840_v1.dts

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

1
app/boards/arm/nice_nano/Kconfig

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
# SPDX-License-Identifier: MIT
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"

2
app/boards/arm/nice_nano/Kconfig.defconfig

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
# Electronut Labs Papyr board configuration
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT

2
app/boards/arm/nice_nano/nice_nano.dts

@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
leds {
compatible = "gpio-leds";
blue_led: led_0 {
gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
label = "Blue LED";
};
};

Loading…
Cancel
Save