4d278805d40707f8fe68d24061d64ba9d92703ba
[openwrt/staging/hauke.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 gpios = <&pio 0x43 GPIO_ACTIVE_LOW>;
17 };
18
19 led_blue: dome_blue {
20 label = "blue:dome";
21 gpios = <&pio 0x44 GPIO_ACTIVE_HIGH>;
22 };
23 };
24 };