Skip to content

Commit

Permalink
Fix eth0 and its timings
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMarco committed Apr 1, 2024
1 parent 0c8bccc commit 94dd167
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion target/linux/ath79/dts/ar9344_huawei_ap6010dn.dts
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,17 @@
};
};

&ref {
clock-frequency = <40000000>;
};

&eth0 {
status = "okay";

nvmem-cells = <&macaddr_art_2005b 0>;
nvmem-cell-names = "mac-address";

pll-data = <0x02000000 0x00000101 0x00001313>;
pll-data = <0x06000000 0x04000101 0x0c001313>;
phy-mode = "rgmii-id";
phy-handle = <&phy>;

Expand Down

0 comments on commit 94dd167

Please sign in to comment.