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.

Configure UART

Hi,

I want to configure one of the UARTs with below values. I could not find these properties in am33xx.dtsi or Documentation/devicetree/bindings/serial/omap_serial.txt

I could change only baudrate by using clock-frequency = <921600>; in dts file.

Please tell me the file where I can change the values.
 

  1. UA_8_DATA_BITS,     /**< Size of data */
  2. UA_1_STOP_BIT,      /**< Number of stop bits */
  3. UA_NO_PARITY,       /**< Byte parity */
  4. 57600u,             /**< Bit rate of uart channel */
  5. UA_HANDSHAKE_NONE,  /**< Handshake type */

I also want to do same configuration in Uboot?

Regards,

Gangadhar