mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 01:44:54 +00:00
27 lines
476 B
Plaintext
27 lines
476 B
Plaintext
|
#include "mt7622-ubnt-unifi-6-lr.dtsi"
|
||
|
|
||
|
/ {
|
||
|
aliases {
|
||
|
led-boot = &led_white;
|
||
|
led-failsafe = &led_white;
|
||
|
led-running = &led_blue;
|
||
|
led-upgrade = &led_blue;
|
||
|
};
|
||
|
|
||
|
gpio-leds {
|
||
|
compatible = "gpio-leds";
|
||
|
|
||
|
led_white: dome_white {
|
||
|
label = "white:dome";
|
||
|
linux,default-trigger = "default-on";
|
||
|
gpios = <&pio 0x43 GPIO_ACTIVE_HIGH>;
|
||
|
};
|
||
|
|
||
|
led_blue: dome_blue {
|
||
|
label = "blue:dome";
|
||
|
default-state = "off";
|
||
|
gpios = <&pio 0x44 GPIO_ACTIVE_HIGH>;
|
||
|
};
|
||
|
};
|
||
|
};
|