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.
- UA_8_DATA_BITS, /**< Size of data */
- UA_1_STOP_BIT, /**< Number of stop bits */
- UA_NO_PARITY, /**< Byte parity */
- 57600u, /**< Bit rate of uart channel */
- UA_HANDSHAKE_NONE, /**< Handshake type */
I also want to do same configuration in Uboot?
Regards,
Gangadhar