]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx91-11x11-evk: add reset gpios for ethernet PHYs
authorJoy Zou <joy.zou@nxp.com>
Tue, 19 May 2026 11:15:18 +0000 (19:15 +0800)
committerFrank Li <Frank.Li@nxp.com>
Fri, 5 Jun 2026 17:19:06 +0000 (13:19 -0400)
Both the PHYs of the EQOS interface and the FEC interface are supported
to be reset by I2C GPIO expander. So add the support to reset PHYs.

Signed-off-by: Joy Zou <joy.zou@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx91-11x11-evk.dts

index 3fbdcb87a2f3acf44c15b98d7b6ee212fb62699f..5716febb5a50f67b7b57a3cc856410857325c206 100644 (file)
 
                ethphy1: ethernet-phy@1 {
                        reg = <1>;
+                       reset-gpios = <&pcal6524 15 GPIO_ACTIVE_LOW>;
+                       reset-assert-us = <10000>;
+                       reset-deassert-us = <80000>;
                        realtek,clkout-disable;
                };
        };
 
                ethphy2: ethernet-phy@2 {
                        reg = <2>;
+                       reset-gpios = <&pcal6524 16 GPIO_ACTIVE_LOW>;
+                       reset-assert-us = <10000>;
+                       reset-deassert-us = <80000>;
                        realtek,clkout-disable;
                };
        };