Hi All,
This is just a knowledge share. We are in the process of bringing up a new board and noticed that UART5 would not receive on the UART5_RX_DATA pin. I tracked this down to the UART5_RX_DATA_SELECT_INPUT DAISY register being incorrectly set as 5 instead of 7. This is because the imx6ULL-pinfunc.h file inherits from the the imx6UL-pinfunc.h file which requires this register to be 5 instead of 7. Simple fix is to add the following to the imx6ull-pinfunc.h
Thank you for sharing your insights. I'm going to raise a ticket to the software team to fix the issue.
Best Regards,
Artur