ARM: dts: stm32: add phy-reset-gpios property to ethernet node for stm32mp157c-odyssey

In Odyssey board, we should reset the PHY chipset, toggling G0 pin.

Signed-off-by: Heesub Shin <heesub@gmail.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
Heesub Shin 2024-04-28 23:24:06 +09:00 committed by Patrice Chotard
parent 6a4c90093b
commit cf03330549

View file

@ -75,6 +75,7 @@
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
max-speed = <1000>; max-speed = <1000>;
phy-handle = <&phy0>; phy-handle = <&phy0>;
phy-reset-gpios = <&gpiog 0 GPIO_ACTIVE_LOW>;
st,ext-phyclk; st,ext-phyclk;
mdio0 { mdio0 {