Ethernet MDIO driver

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

Ethernet MDIO driver

Jump to solution
2,357 Views
sgp_118
Contributor II

Hi All,

I have a board where only the Ethernet MDC and MDIO lines are connected to S32K148 controller and the data lines are connected to a different application processor. The S32K controller is supposed to only initialize the PHY.

For this I am looking for a sample MDIO driver, that can be used for setting up only the MDC clock and read/write over MDIO interface.

I couldn't find any such example codes in S32DS. Can someone please help with this?

Thanks in advance.

Regards,

Guru

0 Kudos
1 Solution
2,347 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

 

what about "phy_tja1101_s32k148" demo example. Could this be helpful?

It shows MDIO communication with TJA1101.

 

BR, Petr

 

View solution in original post

2 Replies
2,334 Views
sgp_118
Contributor II

Thanks Petr.

0 Kudos
2,348 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

 

what about "phy_tja1101_s32k148" demo example. Could this be helpful?

It shows MDIO communication with TJA1101.

 

BR, Petr