Hi, how should I configure UART 1 to use hardware flow control? How do I assign that task to pins UART1_RTSN (GPIO number 55) and UART1_CTSN (GPIO number 54). I can’t find an overlay for that.
Current configuration of uEnv.txt:
verbosity=7
fdtfile=rockchip/rk3308-rock-pi-s.dtb
console=ttyS0,1500000n8
overlays=rk3308-uart0 rk3308-uart1
rootuuid=8b49abbc-0948-4b3d-bc16-96047a030761
initrdsize=0x87ccd6
kernelversion=4.4.143-65-rockchip-g58431d38f8f3
initrdimg=initrd.img-4.4.143-65-rockchip-g58431d38f8f3
kernelimg=vmlinuz-4.4.143-65-rockchip-g58431d38f8f3
Regards, Marcelo.