mt7986: improve phy support for rg-x60

This commit is contained in:
Yuzhii0718
2026-04-09 16:10:54 +08:00
committed by zerowrt-bot
parent b02395fecf
commit a11e9de397

View File

@@ -92,11 +92,16 @@
#size-cells = <0>; #size-cells = <0>;
phy15: phy@f { phy15: phy@f {
compatible = "ethernet-phy-id03a2.a411", "ethernet-phy-ieee802.3-c45"; compatible = "ethernet-phy-id03a2.a411";
reg = <15>; reg = <15>;
reset-gpios = <&pio 6 GPIO_ACTIVE_LOW>; reset-gpios = <&pio 6 1>;
reset-assert-us = <10000>; reset-assert-us = <10000>;
reset-deassert-us = <20000>; reset-deassert-us = <10000>;
phy-mode = "2500base-x";
airoha,polarity = <1>;
airoha,surge = <0>;
airoha,phy-handle;
}; };
}; };
}; };