hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
....@@ -68,10 +68,6 @@
6868
6969 amlogic,tx-delay-ns = <2>;
7070
71
- snps,reset-gpio = <&gpio GPIOZ_14 0>;
72
- snps,reset-delays-us = <0 10000 1000000>;
73
- snps,reset-active-low;
74
-
7571 mdio {
7672 compatible = "snps,dwmac-mdio";
7773 #address-cells = <1>;
....@@ -80,6 +76,11 @@
8076 eth_phy0: ethernet-phy@3 {
8177 /* Micrel KSZ9031 (0x00221620) */
8278 reg = <3>;
79
+
80
+ reset-assert-us = <10000>;
81
+ reset-deassert-us = <30000>;
82
+ reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
83
+
8384 interrupt-parent = <&gpio_intc>;
8485 /* MAC_INTR on GPIOZ_15 */
8586 interrupts = <29 IRQ_TYPE_LEVEL_LOW>;