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.

TMDSICE3359: TMDSICE3359 ttyS0 3Mbaud

Part Number: TMDSICE3359

Good day.

I have a problem with correctley working wtih ttyS0.

Problem with reading with 3Mbaud read via edma.

Application in user space properly working with 115200 rate.

With 3Mbaud rate application read firsrt 48 byte and stop process.

I' ve written next in dts


uart0: serial@44e09000 {
compatible = "ti,am3352-uart", "ti,omap3-uart";
ti,hwmods = "uart1";
clock-frequency = <48000000>;
reg = <0x44e09000 0x2000>;
interrupts = <72>;
status = "okay";
dmas =<&edma 26 0>, <&edma 27 0>;
dma-names = "tx", "rx";
};