Part Number: AM3352
Tool/software: Linux
Hi,
I have a board based on the beagle bone black except that instead of PHY I have an ethernet switch.
In the DTS I changed to (fixed link)
&cpsw_emac0 {
//phy_id = <&davinci_mdio>, <0>;
fixed-link = <1 1 100 0 0>;
phy-mode = "mii";
};
The network is working, but the MDIO is not working:
When I read 0x4a101004 I get 0x8100007C
That mean the the MDIO is idle and not enabled
What should I do (I assume in the dts file) in order to make the MDIO work?
Thanks
Avner