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.

SITARA ARM5718 how to disable drivers in dtsi

Hi All,

I'm working on sitara arm5718 evm board. I want to disable drivers in dtsi and enable minimal peripeherals like uart, ethernet,gpio,wdt . In which file i have to change in ti/sdk/board-support/linux-4.19..../

and need to change in kernel menuconfig those drivers. Can anyone suggest me how to disable and enable minimal things and boot in evm board.

Thanks in advance

  • Hi Sravanthi,

    You can add:

    status = "disabled";


    To the nodes that are not needed for your boot in the kernel. Like you have mentioned in the question. You can only
    enable the minimal peripherals like the console UART, needed GPIOs, wdt.

    - Keerthy