Open main menu

DAVE Developer's Wiki β

Changes

Reference
|-
|1.0.0
|Apri Apr 2022
|[[BORA_SOM/BELK-L/General/Release_Notes#BELK_4.1.5|4.1.5]]
|First release
=== Reference ===
The BORA and BORA Xpress ethernet and USB PHY reset signals are actually managed by the two MIO pins dedicated to this functionality. The MIO pins are documented in the Power and Reset wiki page for [[BORA_SOM/BORA_Hardware/Power_and_Reset/Reset_scheme_and_control_signals#PS_MIO51_501 PS_MIO51_501_.28Ethernet_PHY_reset.29 | PS MIO51 501]] and [[BORA_SOM/BORA_Hardware/Power_and_Reset/Reset_scheme_and_control_signals#PS_MIO51_500 PS_MIO50_501_.28USB_PHY_reset.29 | PS MIO50 501]] pins.
== Hardware reset using MIO pins ==
== Software reset ==
The ethernet PHY - in general - supports a software reset toovia the BCMR register. The MAC kernel driver issues a software reset during the ''phy attach'' to the ethernet device: <pre>ret = phy_write(phydev, MII_BMCR, BMCR_RESET);</pre> in the <code>genphy_soft_reset</code> function.
8,226
edits