6b872561ed44dc7760d4d5deea384fca3b2c3969
[openwrt/.git] / target / linux / ath79 / dts / qca9563_ubnt_unifiac-lite.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9563_ubnt_unifiac.dtsi"
5
6 / {
7         compatible = "ubnt,unifiac-lite", "qca,qca9563";
8         model = "Ubiquiti UniFi-AC-LITE/MESH/LR";
9 };
10
11 &mdio0 {
12         status = "okay";
13
14         phy-mask = <4>;
15         phy4: ethernet-phy@4 {
16                 phy-mode = "sgmii";
17                 reg = <4>;
18         };
19 };
20
21 &eth0 {
22         status = "okay";
23
24         mtd-mac-address = <&eeprom 0x0>;
25         phy-handle = <&phy4>;
26 };