[En-Nut-Discussion] dev/phy.h question

Henrik Maier hmnews at proconx.com
Tue Jan 29 03:50:39 CET 2013


Hi,

I need some clarification (likely from Ulrich or Uwe).

Currently dev/phy.h contains two references to NatSemi/TI phy chips:

#define DP83838     0x20005C90  /* EVK1100, EVK1105 */
#define DP83848     0x20005CA0  /* STM3210C-EVAL */

The DP83848 however identifies as 0x20005C90 not as 0x20005CA0. And it 
appears that 0x20005CA0 would be the ID for the DP83849. I could not 
find a reference to a DP83838 on TI's web site or doing a quick Google.

Has anybody experience with these phys and are there any objections to 
change phy.h to:

#define DP83848     0x20005C90  /* EVK1100, EVK1105, STM3210C-EVAL, 
STM3220G-EVAL */
#define DP83849     0x20005CA0

Cheers,

Henrik


More information about the En-Nut-Discussion mailing list