Is it possible to change the ports the way you want on the connectors, like all custom?
Also is it possible to add more CAN and add LIN port?
I see that it has RS485 but what I use is J1708. I usually need to create some adapter for the UART, it is slightly different thatn RS485.
No. You will have to examine the schematic carefully,
to determine whether the connector pins are mapped to the GPIOs in bank 1
or end up in bank 0 or 2, which are fixed processor pins.
If you can find suitable IP blocks for CAN / LIN, there’s only the size
of the FPGA and available pins to set an upper limit on how many you can cram in there.
Thank you.