956407292d
Fix the PLL register value for 10 Mbit/s link modes on the UniFi AC Lite / Mesh / LR. Otherwise, 10 Mbit/s links do not transfer data. Signed-off-by: David Bauer <mail@david-bauer.net>
30 lines
408 B
Plaintext
30 lines
408 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "qca9563_ubnt_unifiac.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
label-mac-device = ð0;
|
|
};
|
|
};
|
|
|
|
&mdio0 {
|
|
status = "okay";
|
|
|
|
phy-mask = <4>;
|
|
phy4: ethernet-phy@4 {
|
|
phy-mode = "sgmii";
|
|
reg = <4>;
|
|
};
|
|
};
|
|
|
|
ð0 {
|
|
status = "okay";
|
|
|
|
mtd-mac-address = <&art 0x0>;
|
|
phy-mode = "sgmii";
|
|
phy-handle = <&phy4>;
|
|
|
|
pll-data = <0x03000000 0x00000101 0x00001313>;
|
|
};
|