mirror of
https://github.com/padavanonly/immortalwrt-mt798x.git
synced 2025-12-16 16:56:38 +00:00
dts:fix typo error1
This commit is contained in:
parent
677c9ed4ed
commit
effbd33ba5
@ -79,6 +79,18 @@
|
|||||||
pause;
|
pause;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gmac1: mac@1 {
|
||||||
|
compatible = "mediatek,eth-mac";
|
||||||
|
reg = <1>;
|
||||||
|
phy-mode = "2500base-x";
|
||||||
|
|
||||||
|
fixed-link {
|
||||||
|
speed = <2500>;
|
||||||
|
full-duplex;
|
||||||
|
pause;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
mdio: mdio-bus {
|
mdio: mdio-bus {
|
||||||
@ -144,6 +156,7 @@
|
|||||||
|
|
||||||
&hnat {
|
&hnat {
|
||||||
mtketh-wan = "eth1";
|
mtketh-wan = "eth1";
|
||||||
|
mtketh-ppd = "eth1";
|
||||||
mtketh-lan = "lan";
|
mtketh-lan = "lan";
|
||||||
mtketh-max-gmac = <2>;
|
mtketh-max-gmac = <2>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user