mediatek: add Ubiquiti UniFi 6 LR v2 targets
[openwrt/staging/dedeckeh.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 0>;
13
14 red {
15 label = "red";
16 };
17
18 green {
19 label = "green";
20 };
21
22 led_blue: blue {
23 label = "blue";
24 };
25 };
26 };
27