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.

AM67A: How to configure the PHY and switch during the initialization of the Ethernet network

Part Number: AM67A

Tool/software:

Currently, our equipment has a PHY chip and a switch chip. The address of the PHY chip is configured externally as 1, while the address of the switch is only 0.
Challenge: phy has a broadcast address of 0, which prevents AM67A from being able to use the switch in the system. Therefore, I need to disable the broadcast address 0 of the phy chip through mdio before initializing the Ethernet. I already know the configuration parameters of the register, but I'm not sure how to implement them in the driver.How should I modify the driver?