OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2  
3 #include "qca9563_ubnt_unifiac.dtsi"
4  
5 &mdio0 {
6 status = "okay";
7 phy-mask = <0>;
8  
9 phy0: ethernet-phy@0 {
10 reg = <0>;
11 phy-mode = "sgmii";
12 qca,ar8327-initvals = <
13 0x04 0x00080080 /* PORT0 PAD MODE CTRL */
14 0x7c 0x0000007e /* PORT0_STATUS */
15 >;
16 };
17 };
18  
19 &eth0 {
20 status = "okay";
21  
22 mtd-mac-address = <&eeprom 0x0>;
23 phy-handle = <&phy0>;
24 };