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.

AM5728: Ethernet PHY configuration

Part Number: AM5728


Hi,

I designed my am5728 board based on AM57XEVM, but ar8031 is used on my board, and the phy init pin is connected to gpio3_29. And I know ksz9031 is used on am57xevm and phy init pin is connected to gpio7_26, what should i do to make the ethernet work? 

  • Hi,

    Please post which Linux version you are using.

  • Hi,

    I'm using sdk ti-processor-sdk-linux-am57xx-evm-04.01.00.06.

  • Hi,

    I am not sure I have enough information to answer your question. Which interface are you using for example such as CPSW or PRU-ETH and which TI DTS file you are referencing.

    I will try to answer based on assuming here that you are asking about how to use the reset line that is tied to the GPIO.

    Please take a look at the dtsi file used on the AM57x IDK class boards, here is the path to the dtsi file in the linux source tree:

    arch/arm/boot/dts/am57xx-idk-common.dtsi.

    In the above file look at the appended node pruss2_mdio. You will see the same gpio line tied to both PHYs on the PRU in the interrupt parent field. Remember to set the pin mux for the gpio that you want to use. 

    Best Regards,

    Schuyler