feat(nrf52840 m.2): add power led definition to dts

This commit is contained in:
KemoNine 2021-02-01 23:01:51 +00:00
parent 2e825908dc
commit 37d41a8317

View file

@ -27,6 +27,10 @@
leds {
compatible = "gpio-leds";
pwr_led: led_0 {
gpios = <&gpio1 04 GPIO_ACTIVE_HIGH>;
label = "Power LED";
};
red_led: led_1 {
gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
label = "Red LED";