Analog input on jetson nano

Im trying to setup using a potentiometer on jetson nano but cannot figure out if there are any analog input on the nano?

No analog input. You’d have to have your own ADC (or some third party carrier board with ADC).

Okej. Thanks. Are there any specific ADC that works for jetson? I was looking at mcp3008 but read somewhere it wont work on nano

I have no specific recommendations. If it is something which runs over USB and is reported to work with Linux, then it likely will work on a Nano (though you might have to add a kernel module).