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.

AM6422: how to modify dts file?

Part Number: AM6422
Other Parts Discussed in Thread: TMDS64EVM, TCA6424

Tool/software:

Hi experts:

I am using uboot2024.04 on TMDS64EVM board, the u-boot works well.

However,I have to transplant the uboot2024.04 to my new board.

The ethernet port 1 schematics of my board is diffrent from EVM board, EVM board using the TCA6424 IO expander to expand IOs, and use the pin of IO expander to reset PHY chip.

But regarding to my board, it is using a gpio to reset PHY chip.

So my question is that how can I modify the  arch/arm/dts/k3-am642-evm.dts?

should I modify the u-boot source code?