mediatek: fix ledbar of UniFi 6 LR when running custom U-Boot
[openwrt/staging/pepe2k.git] / target / linux / mediatek / dts / mt7622-ubnt-unifi-6-lr-v1.dtsi
1 #include "mt7622-ubnt-unifi-6-lr.dtsi"
2
3 &i2c0 {
4 pinctrl-names = "default";
5 pinctrl-0 = <&i2c0_pins>;
6 status = "okay";
7
8 led-controller@30 {
9 compatible = "ubnt,ledbar";
10 reg = <0x30>;
11
12 enable-gpio = <&pio 59 GPIO_ACTIVE_LOW>;
13 reset-gpio = <&pio 60 GPIO_ACTIVE_LOW>;
14
15 red {
16 label = "red";
17 };
18
19 green {
20 label = "green";
21 };
22
23 led_blue: blue {
24 label = "blue";
25 };
26 };
27 };
28