OpenWrt – Blame information for rev 1

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  
8 phy-mask = <4>;
9 phy4: ethernet-phy@4 {
10 phy-mode = "sgmii";
11 reg = <4>;
12 };
13 };
14  
15 &eth0 {
16 status = "okay";
17  
18 mtd-mac-address = <&eeprom 0x0>;
19 phy-handle = <&phy4>;
20 };