mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
7dd3d7e1d3
rework the dts to a common unifi-ac dtsi pro network is connected via phy0 and has usb ports lite network is connected via phy4 without usb ports Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
27 lines
401 B
Plaintext
27 lines
401 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "qca9563_ubnt_unifiac.dtsi"
|
|
|
|
/ {
|
|
compatible = "ubnt,unifiac-lite", "qca,qca9563";
|
|
model = "Ubiquiti UniFi-AC-LITE/MESH/LR";
|
|
};
|
|
|
|
&mdio0 {
|
|
status = "okay";
|
|
|
|
phy-mask = <4>;
|
|
phy4: ethernet-phy@4 {
|
|
phy-mode = "sgmii";
|
|
reg = <4>;
|
|
};
|
|
};
|
|
|
|
ð0 {
|
|
status = "okay";
|
|
|
|
mtd-mac-address = <&eeprom 0x0>;
|
|
phy-handle = <&phy4>;
|
|
};
|