kernel: bump 6.1 to 6.1.89
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_ubnt_unifiac-pro.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 phy0: ethernet-phy@0 {
15 reg = <0>;
16 phy-mode = "sgmii";
17 qca,ar8327-initvals = <
18 0x04 0x00080080 /* PORT0 PAD MODE CTRL */
19 0x7c 0x0000007e /* PORT0_STATUS */
20 >;
21 };
22 };
23
24 &eth0 {
25 status = "okay";
26
27 nvmem-cells = <&macaddr_art_0>;
28 nvmem-cell-names = "mac-address";
29 phy-handle = <&phy0>;
30 };