Hi,
I'm trying to port dp83848 phy to my am335x board. I have searced some forum then I had little succes but I still have some problems.
I wired RMII1_CRS,RMII1_RXER,RMII1TXEN,RMII1_TXD1,RMII1_TXD0,RMII1_RXD1,RMII1_RXD0,RMII1_RXERR,RMII1_REFCLK,MDIO_CLK,MDIO_DATA pins to the phy.
I configured all pins' mux correctly by using of {rmii1_pin_mux, PROFILE_ALL, DEV_ON_BASEBOARD} in u-boot code (mux.c) also tried to set rmii interface without gigabit speed by writing of "__raw_writel(RMII_MODE_ENABLE, MAC_MII_SEL);" and "cpsw_data.gigabit_en = 0; in the int board_eth_init function.
But when I type "dhcp" on u-boot console I am gettingbelow output.
link up on port 1, speed 100, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
BOOTP broadcast 5
BOOTP broadcast 6
BOOTP broadcast 7
BOOTP broadcast 8
BOOTP broadcast 9
BOOTP broadcast 10
Retry count exceeded; starting again
Is there anythingelse to do? And Why do I get "link up on port 1", I think it must be "port 0" because I use rgmii1 pins.