Hi,
I am trying to use an iMX8 on a board that was designed for the iMX7, therefor I have to control the RS485 with a GPIO and not with the RTS line.
I added the required rts-gpio property, but it doesnt work:
/* Colibri UART_C */
&lpuart2 {
rts-gpios = <&gpio0 22 0>;
rs485-rts-active-low;
linux,rs485-enabled-at-boot-time;
status = "okay";
};
Does the iMX8 kernel don’t support the gpio feature for RS485?