How to connect MPC8309 MII to BCM53115 RvMII port

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to connect MPC8309 MII to BCM53115 RvMII port

884 Views
lijiankun198
Contributor II

Hi,
We produced a board base on MPC8309twr development board. Now I need connect MPC8309 MII (eth1) to BCM53115 RvMII port directly. But the kernel cann't detect the PHY, and abort to initialize it. What configurations need to be set in the kernel ?
Thanks!!!

Labels (1)
0 Kudos
1 Reply

608 Views
Pavel
NXP Employee
NXP Employee

Try to see if it is software issue or hardware issue is to configure the loopback mode by setting GUMR[DIAG] = 01. If the lookback works, then issue is with hardware: pin configuration error, clock, PHY,  or signal problem; if the loopback fails, it is with software configuration problem.

 

Check also Device Tree Structure of your BSP.

See the following pages:

https://www.nxp.com/docs/en/application-note/AN5125.pdf

 

https://www.kernel.org/doc/Documentation/devicetree/usage-model.txt

 

https://stackoverflow.com/questions/21670967/how-to-compile-device-tree-source-files-dts


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos