Other Parts Discussed in Thread: AM3352
Hi Team!
We are working on a custom board with am3352 SoC and are updating to the tisdk version 08.02.00.24. We are facing a problem in RS485 communication. Seemingly the issue is related to the serial driver. In the older tisdk, the device tree node property for uart node - "rs485-enabled-at-boot-time" sufficed the task to configure the port for RS485 communication along with a gpio pin configuration. However the same changes are not working with the latest tisdk.
Additionally, the 'ttyOx' devnode used previously for the aforementioned purpose is no longer available with the latest tisdk and so we have made the changes to use 'ttySx' nodes.
We wanted to clarify if this property is specific to the omap uart drivers. As we observed that ttyOx was handled by omap uart drivers but ttySx is now binding to 8250 driver. Does 8250 driver also come along with the capability to support RS485 communication with the same property change in device tree node? If not which additional changes will be required?