STM32MP157C with MII PHY not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-10 6:49 AM
I am using a KSZ9021GN PHY in MII mode. Due to supply chain issues we had to resort to this PHY. (Cube MX says I can't use GMII mode).
I am experiencing this apparently common issue:
[ 15.650981] dwmac4_dma_reset err
[ 15.652849] stm32-dwmac 5800a000.ethernet: Failed to reset the dma
[ 15.659006] stm32-dwmac 5800a000.ethernet eth0: stmmac_hw_setup: DMA engine initialization failed
[ 15.668518] stm32-dwmac 5800a000.ethernet eth0: stmmac_open: Hw setup failed
I have read over https://wiki.st.com/stm32mpu/wiki/Ethernet_overview#How_to_debug
and it says typically that the clock(s) are not present at reset, but I am not clear on what clocks are involved in MII mode.
Any thoughts on what might be wrong?
Solved! Go to Solution.
- Labels:
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-10 7:22 AM
Hi @BillR ,
from your schematics abstract, I see a major issue (which explain your error message):
- PHY TX_CLK is not connected.
- PHY TX_CLK output (2.5/25MHs clock) should be connected to STM32MP1 pin ETH_TX_CLK (which is an input).
- PHY GTX_CLK input is useless in MII mode.
In addition, few points to be double checked/corrected:
- COL, CRS, TX_ER and RX_ER are usually connected to the MAC in MII mode.
- PG5 ETH_CLK_125 is useless in MII mode (only for GMII) and could be disconnected and disabled on the PHY mode strapping
- PHY TX_CLK direction is wrong on your device schematics library (it is an output)
Once those HW issues are ok, if you still have issues, please share your Ecosystem version and DT config for further analysis.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-10 7:22 AM
Hi @BillR ,
from your schematics abstract, I see a major issue (which explain your error message):
- PHY TX_CLK is not connected.
- PHY TX_CLK output (2.5/25MHs clock) should be connected to STM32MP1 pin ETH_TX_CLK (which is an input).
- PHY GTX_CLK input is useless in MII mode.
In addition, few points to be double checked/corrected:
- COL, CRS, TX_ER and RX_ER are usually connected to the MAC in MII mode.
- PG5 ETH_CLK_125 is useless in MII mode (only for GMII) and could be disconnected and disabled on the PHY mode strapping
- PHY TX_CLK direction is wrong on your device schematics library (it is an output)
Once those HW issues are ok, if you still have issues, please share your Ecosystem version and DT config for further analysis.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-10 7:44 AM
Patrick, thanks for the fast response. This major issue you described was starting to dawn on me just as you replied. We need to respin the board anyway and will take all these changes into account. Thanks a lot!
Bill.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-10 7:53 AM
Hope that it will run smoothly then.
(maybe you could already try by removing R101 and connecting signal to PHY pin 57)
Regards,
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
