This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
We are custom board AM335x interface with DP83848 in MII mode.
How to interface working in u-boot ?
I am enabled obj-$(CONFIG_PHY_NATSEMI) += natsemi.o for DP83848
& added
static struct phy_driver DP83848_driver = {
.name = "NatSemi DP83848",
.uid = 0x20005C90,
.mask = 0x3FFFFFF0,
.features = PHY_BASIC_FEATURES,
.config = &dp83848_config,
.startup = &genphy_startup,
.shutdown = &genphy_shutdown,
};
bec i dont know flow how to work in u-boot-2014 ?
Thanks
Tejas