Skip to content

Commit

Permalink
dts:fix typo error1
Browse files Browse the repository at this point in the history
  • Loading branch information
padavanonly committed Sep 17, 2024
1 parent 677c9ed commit effbd33
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@
pause;
};
};

gmac1: mac@1 {
compatible = "mediatek,eth-mac";
reg = <1>;
phy-mode = "2500base-x";

fixed-link {
speed = <2500>;
full-duplex;
pause;
};
};


mdio: mdio-bus {
Expand Down Expand Up @@ -144,6 +156,7 @@

&hnat {
mtketh-wan = "eth1";
mtketh-ppd = "eth1";
mtketh-lan = "lan";
mtketh-max-gmac = <2>;
status = "okay";
Expand Down

0 comments on commit effbd33

Please sign in to comment.