dts:fix typo error1

This commit is contained in:
padavanonly 2024-09-18 02:40:42 +08:00
parent 677c9ed4ed
commit effbd33ba5

View File

@ -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 {
@ -144,6 +156,7 @@
&hnat {
mtketh-wan = "eth1";
mtketh-ppd = "eth1";
mtketh-lan = "lan";
mtketh-max-gmac = <2>;
status = "okay";