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.

AM3352: How to enable and use the second Ethernet port in UBOOT

Part Number: AM3352

#1. How to configure and use the second Ethernet port in UBOOT in RMII mode?

#2. According to the user guide, use the .dts to configure other than change code directly.

https://software-dl.ti.com/processor-sdk-linux/esd/docs/06_03_00_106/AM335X/linux/How_to_Guides/Board_Port/U-Boot.html

but how it works? where is the function call to parse dtb file to configure?

#3. I boot up StarterKit board with default image from SD card, compare dts pinmux with memory read from UBOOT, only rgmii1 pins are configured, rgmii2 pins are still in default mode 7. dto file is not parsed and configured?