Integration of marvell 88e6352 Ethernet Switch on i.MX6S

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

Integration of marvell 88e6352 Ethernet Switch on i.MX6S

3,298 Views
ankitsoni
Contributor I

Hi..

I am new to Ethernet switches and don't know about integration here i am integrating 88e6352 switch on i.MX6 processor. This switch uses MDIO bus.  any one can help me in this?

Labels (1)
0 Kudos
2 Replies

1,739 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ankit

marvel ethernet switches are not supported in nxp bsps, just for reference one can look at

https://community.nxp.com/thread/316374
https://stackoverflow.com/questions/22194772/how-to-connect-an-ethernet-device-directly-to-a-switch-...

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

0 Kudos

1,739 Views
ankitsoni
Contributor I

Hi igorpadykov, here we have started bringing up this switch on u-boot level. and we have connected port 5(since imx support RGMII) to i.mx6s and there is no PHY between i.mx6 and port5 , but we are facing some issues here.

in u-boot we have defined RGMII, 1 Gb/s speed, always UP.. for initial implementation purpose. hence as a result wise we are able to..

1 receiving data ( probed with CRO) upto the TX pin of i.mx6 (when sending form imx6 to PC).

2 receiving data upto marvell tx pin(which is connected to imx RX pin).

Hence we are unable to ping any perticular IP.

Please share the approach

0 Kudos