hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts
....@@ -52,20 +52,21 @@
5252
5353 amlogic,tx-delay-ns = <2>;
5454
55
- /* External PHY reset is shared with internal PHY Led signals */
56
- snps,reset-gpio = <&gpio GPIOZ_14 0>;
57
- snps,reset-delays-us = <0 10000 1000000>;
58
- snps,reset-active-low;
59
-
6055 /* External PHY is in RGMII */
6156 phy-mode = "rgmii";
6257 };
6358
6459 &external_mdio {
6560 external_phy: ethernet-phy@0 {
66
- compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22";
61
+ /* Realtek RTL8211F (0x001cc916) */
6762 reg = <0>;
6863 max-speed = <1000>;
64
+
65
+ /* External PHY reset is shared with internal PHY Led signal */
66
+ reset-assert-us = <10000>;
67
+ reset-deassert-us = <80000>;
68
+ reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
69
+
6970 interrupt-parent = <&gpio_intc>;
7071 /* MAC_INTR on GPIOZ_15 */
7172 interrupts = <25 IRQ_TYPE_LEVEL_LOW>;