Looking at that diagram, it seems as if all the pins are predefined for a specific use. Are there open pins that can be programmed?
RPi3B+ uses GPIO03 for power on / shutdown. That pin is also predefined for I2C SCL (I2C clock), but I2C will only be activated by a dtparam at config.txt. I bet your Le Potato uses something similar to activate I2C. So I would use I2C_SCK_A0. SCK probably means SCL here.