Hi @rk4!
Your UART7 is configured as a rs485 in file ccimx93-dvk.dts
&lpuart7 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart7>;
linux,rs485-enabled-at-boot-time;
digi,rts-gpio = <&gpio2 10 GPIO_ACTIVE_HIGH>;
/delete-property/dmas;
/delete-property/dma-names;
status = "okay";
};
only delete the line linux,rs485-enabled-at-boot-time; and the uart7 should be listed in the device folder with the name ttyLP6
Best Regards!
Chavira