ath79: define CONFIG_MFD_RB4XX_CPLD to fix build breakage
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9563_ubnt_unifiac-lite.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9563_ubnt_unifiac.dtsi"
4
5 / {
6         aliases {
7                 label-mac-device = &eth0;
8         };
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 = <&art 0x0>;
25         phy-mode = "sgmii";
26         phy-handle = <&phy4>;
27 };