ath79: wndap360: fix ethernet

Users report pll-data is needed for gigabit speeds.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22735
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev 2026-04-01 15:29:50 -07:00 committed by Robert Marko
parent c38d4da72c
commit 469c6676b7

View File

@ -49,6 +49,8 @@
&eth0 {
status = "okay";
pll-data = <0x11110000 0x00001099 0x00991099>;
phy-mode = "rgmii";
phy-handle = <&phy1>;