mediatek: add Ubiquiti UniFi 6 LR v2 targets
[openwrt/staging/ldir.git] / target / linux / mediatek / dts / mt7622-ubnt-unifi-6-lr-v2.dtsi
1 #include "mt7622-ubnt-unifi-6-lr.dtsi"
2
3 / {
4 aliases {
5 led-boot = &led_white;
6 led-failsafe = &led_white;
7 led-running = &led_blue;
8 led-upgrade = &led_blue;
9 };
10
11 gpio-leds {
12 compatible = "gpio-leds";
13
14 led_white: dome_white {
15 label = "white:dome";
16 linux,default-trigger = "default-on";
17 gpios = <&pio 0x43 GPIO_ACTIVE_HIGH>;
18 };
19
20 led_blue: dome_blue {
21 label = "blue:dome";
22 default-state = "off";
23 gpios = <&pio 0x44 GPIO_ACTIVE_HIGH>;
24 };
25 };
26 };