Do we have documentation anywhere detailing which pin is used or not in the 9161 DK and 7002 DK? I see docs like this:
I selected pin 21 thinking it's unused, but I think it's actually set to the value of a button or something else, so I'm unable to use it. I have this set to I/O expander thinking it would at least free up some pins:
However that does not work at all, as some of those pins still hold the value of the buttons/LED states or something else.
The short of it is I'm trying to set up UART1 on this device (9161 DK), and I've got a device tree like so (trying various pins):
I am using pins 10-13 for my SD card, pins 30-31 for another peripheral, and those work fine. I've been trying to see what other pins I can use for UART1, tried various pins and I keep getting conflicts.
Is there a comprehensive doc somewhere showing which pins are actually free to use on this board?