Hi All,
I am working on AM335x starter kit with Linux SDK 7.
I am working on USB gadget/device functionality with USB0 port. On the starter kit USB0 is coming with JTAG+UART+USB.
I believe, i need to disable UART0 which comes with USB0 to simplify the USB stuffs. What should be the steps to disable the UART0.
I believe i need to
1. disable uart0 initialisation in kernel
2. plus i want to modify some device drivers for USB gadget functions.
thanks in advance.