forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
....@@ -70,22 +70,24 @@
7070
7171 amlogic,tx-delay-ns = <2>;
7272
73
- /* External PHY reset is shared with internal PHY Led signals */
74
- snps,reset-gpio = <&gpio GPIOZ_14 0>;
75
- snps,reset-delays-us = <0 10000 1000000>;
76
- snps,reset-active-low;
77
-
7873 /* External PHY is in RGMII */
7974 phy-mode = "rgmii";
8075 };
8176
8277 &external_mdio {
8378 external_phy: ethernet-phy@0 {
84
- compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22";
79
+ /* Realtek RTL8211F (0x001cc916) */
8580 reg = <0>;
8681 max-speed = <1000>;
82
+
83
+ /* External PHY reset is shared with internal PHY Led signal */
84
+ reset-assert-us = <10000>;
85
+ reset-deassert-us = <80000>;
86
+ reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
87
+
8788 interrupt-parent = <&gpio_intc>;
8889 interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
90
+ eee-broken-1000t;
8991 };
9092 };
9193