at91: enable 6.6 testing kernel
[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 &eth {
4 status = "okay";
5 pinctrl-names = "default";
6 pinctrl-0 = <&eth_pins>;
7
8 gmac0: mac@0 {
9 compatible = "mediatek,eth-mac";
10 reg = <0>;
11
12 phy-mode = "2500base-x";
13 phy-handle = <&phy0>;
14 phy-connection-type = "2500base-x";
15 };
16
17 mdio: mdio-bus {
18 #address-cells = <1>;
19 #size-cells = <0>;
20
21 phy0: ethernet-phy@8 {
22 compatible = "ethernet-phy-ieee802.3-c45";
23 reg = <0x8>;
24 };
25 };
26 };
27
28 &i2c0 {
29 pinctrl-names = "default";
30 pinctrl-0 = <&i2c0_pins>;
31 status = "okay";
32
33 led-controller@30 {
34 compatible = "ubnt,ledbar";
35 reg = <0x30>;
36
37 enable-gpio = <&pio 59 GPIO_ACTIVE_LOW>;
38 reset-gpio = <&pio 60 GPIO_ACTIVE_LOW>;
39
40 red {
41 label = "red";
42 };
43
44 green {
45 label = "green";
46 };
47
48 led_blue: blue {
49 label = "blue";
50 };
51 };
52 };
53