Part Number: SK-AM64
Hi Team,
we are developping a new custom board based on the AM64x CPU. When looking at the SK-AM64 schematics for TI implementation ideas, we noticed that certain periphery components are supplied with a dedicated reset signal:
CPSW_RGMII1_RESETn: Dedicated reset for PHY 1
CPSW_RGMII2_RESETn: Dedicated reset for PHY 1
OSPI_RSTn: Dedicated reset for OSPI NOR-Flash
The reset signals above can be activated by one GPIO each. We guess that the goal behind this implementation is to provide a possibility to recover these components from hardware dead-locks. However, we think this would require some driver support to work properly.
Is there any driver support that manages the reset signals or is it up to a userspace application to handle them ?
What is the idea behind this dedicated reset signal concept ?