This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PHY driver for Teridian 78Q2133

Hi,
is there someone having a driver for the Teridian 78Q2133 ethernet PHY?
I adapted the example out of the AT91SAM9260 software package from Atmel to wotk with this PHY, but the auto negotiation always fails, resulting in a time out.

Thanks for your help.

Parents
  • I don't know much about this; but Linux supports this device.

    lwn.net/.../

    diff --git a/drivers/net/arm/at91_ether.h b/drivers/net/arm/at91_ether.h
    index b6b665d..a38fd2d 100644
    --- a/drivers/net/arm/at91_ether.h
    +++ b/drivers/net/arm/at91_ether.h
    @@ -17,39 +17,46 @@
    
    
     /* Davicom 9161 PHY */
    -#define MII_DM9161_ID  0x0181b880
    -#define MII_DM9161A_ID 0x0181b8a0
    -
    -/* Davicom specific registers */
    -#define MII_DSCR_REG   16
    -#define MII_DSCSR_REG  17
    -#define MII_DSINTR_REG 21
    +#define MII_DM9161_ID          0x0181b880
    +#define MII_DM9161A_ID         0x0181b8a0
    +#define MII_DSCR_REG           16
    +#define MII_DSCSR_REG          17
    +#define MII_DSINTR_REG         21
    
     /* Intel LXT971A PHY */
    -#define MII_LXT971A_ID 0x001378E0
    -
    -/* Intel specific registers */
    -#define MII_ISINTE_REG 18
    -#define MII_ISINTS_REG 19
    -#define MII_LEDCTRL_REG        20
    +#define MII_LXT971A_ID         0x001378E0
    +#define MII_ISINTE_REG         18
    +#define MII_ISINTS_REG         19
    +#define MII_LEDCTRL_REG                20
    
     /* Realtek RTL8201 PHY */
    -#define MII_RTL8201_ID 0x00008200
    +#define MII_RTL8201_ID         0x00008200
    
     /* Broadcom BCM5221 PHY */
    -#define MII_BCM5221_ID 0x004061e0
    -
    -/* Broadcom specific registers */
    -#define MII_BCMINTR_REG        26
    +#define MII_BCM5221_ID         0x004061e0
    +#define MII_BCMINTR_REG                26
    
     /* National Semiconductor DP83847 */
    -#define MII_DP83847_ID 0x20005c30
    +#define MII_DP83847_ID         0x20005c30
    +
    +/* National Semiconductor DP83848 */
    +#define MII_DP83848_ID         0x20005c90
    +#define MII_DPPHYSTS_REG       16
    +#define MII_DPMICR_REG         17
    +#define MII_DPMISR_REG         18
    
     /* Altima AC101L PHY */
    -#define MII_AC101L_ID  0x00225520
    +#define MII_AC101L_ID          0x00225520
    
     /* Micrel KS8721 PHY */
    -#define MII_KS8721_ID  0x00221610
    +#define MII_KS8721_ID          0x00221610
    +
    +/* Teridian 78Q2123/78Q2133 */
    +#define MII_T78Q21x3_ID                0x000e7230
    +#define MII_T78Q21INT_REG      17
    

Reply
  • I don't know much about this; but Linux supports this device.

    lwn.net/.../

    diff --git a/drivers/net/arm/at91_ether.h b/drivers/net/arm/at91_ether.h
    index b6b665d..a38fd2d 100644
    --- a/drivers/net/arm/at91_ether.h
    +++ b/drivers/net/arm/at91_ether.h
    @@ -17,39 +17,46 @@
    
    
     /* Davicom 9161 PHY */
    -#define MII_DM9161_ID  0x0181b880
    -#define MII_DM9161A_ID 0x0181b8a0
    -
    -/* Davicom specific registers */
    -#define MII_DSCR_REG   16
    -#define MII_DSCSR_REG  17
    -#define MII_DSINTR_REG 21
    +#define MII_DM9161_ID          0x0181b880
    +#define MII_DM9161A_ID         0x0181b8a0
    +#define MII_DSCR_REG           16
    +#define MII_DSCSR_REG          17
    +#define MII_DSINTR_REG         21
    
     /* Intel LXT971A PHY */
    -#define MII_LXT971A_ID 0x001378E0
    -
    -/* Intel specific registers */
    -#define MII_ISINTE_REG 18
    -#define MII_ISINTS_REG 19
    -#define MII_LEDCTRL_REG        20
    +#define MII_LXT971A_ID         0x001378E0
    +#define MII_ISINTE_REG         18
    +#define MII_ISINTS_REG         19
    +#define MII_LEDCTRL_REG                20
    
     /* Realtek RTL8201 PHY */
    -#define MII_RTL8201_ID 0x00008200
    +#define MII_RTL8201_ID         0x00008200
    
     /* Broadcom BCM5221 PHY */
    -#define MII_BCM5221_ID 0x004061e0
    -
    -/* Broadcom specific registers */
    -#define MII_BCMINTR_REG        26
    +#define MII_BCM5221_ID         0x004061e0
    +#define MII_BCMINTR_REG                26
    
     /* National Semiconductor DP83847 */
    -#define MII_DP83847_ID 0x20005c30
    +#define MII_DP83847_ID         0x20005c30
    +
    +/* National Semiconductor DP83848 */
    +#define MII_DP83848_ID         0x20005c90
    +#define MII_DPPHYSTS_REG       16
    +#define MII_DPMICR_REG         17
    +#define MII_DPMISR_REG         18
    
     /* Altima AC101L PHY */
    -#define MII_AC101L_ID  0x00225520
    +#define MII_AC101L_ID          0x00225520
    
     /* Micrel KS8721 PHY */
    -#define MII_KS8721_ID  0x00221610
    +#define MII_KS8721_ID          0x00221610
    +
    +/* Teridian 78Q2123/78Q2133 */
    +#define MII_T78Q21x3_ID                0x000e7230
    +#define MII_T78Q21INT_REG      17
    

Children