mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
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:
parent
6a4c90093b
commit
cf03330549
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
phy-mode = "rgmii-id";
|
||||
max-speed = <1000>;
|
||||
phy-handle = <&phy0>;
|
||||
phy-reset-gpios = <&gpiog 0 GPIO_ACTIVE_LOW>;
|
||||
st,ext-phyclk;
|
||||
|
||||
mdio0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue