feat(nrf52840 m.2): add power led definition to dts
This commit is contained in:
parent
2e825908dc
commit
37d41a8317
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue