How to enable UART CTS and RTS in yocto scarhgap IMX93
Below I have added the DTS changes for UART CTS and RTS.
Hi,
Thank you for your interest in NXP Semiconductor products,
Could you try this:
/*bluetooth {
compatible = "nxp,88w8997-bt";
};*/
Also, what is your silicon revision?
Regards
I have made the above changes then also i could not able to send and receive date through UART CTS and RTS ,
&lpuart7 {
/* M.2 KEY-E */ /* On board BT */
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart7>;
fsl,uart-has-rtscts;
status = "okay";
};
how to fix the error,
I have two imx93 module :-
Connection:-
Tx->Rx
Rx->Tx
Cts->rts
Rts->cts
Hi,
1. The added property is from another driver, it isn't needed.
fsl,uart-has-rtscts;
2. When you issue the following command are any logged errors? Does the execution take a considerable amount of time?
# stty -F /dev/ttyLPX crtscts
3. I would like to ask again for the processor part number, is it A0 or A1?
There aren't any issues addressed right now, SW patches should be already integrated to LF6.6, like this one. And the silicon revision should be A1 since you are working in such BSP.
Could you try to reproduce the missing signals on other UARTs?
Regards