Ok lets imagine the accelerometer will not disturb my I2C wires.
So I changed the selection of some of the pins:
CAN1: PTB 16,17 (pins B41 and B42)
PTB16,17 are also used for a push buttons but that should not be a problem if I do not touch those buttons
I2C0: PTB14,15 (pins A47 and A48)
lets hope the accelerometer does not mess things up
I2C1: PTE 27,28 (pins C52 and C53)
These pin do not seem to be used for anything else
I2C2: PTA 22,23 (pins A24 and A59)
these pins are also connected to J11 but if I do not plug anything in it it should be fine.
I2C3: PTA 30,31 (pins B34 and B33)
These pins are also connected to J11, and seem to be also related to IRQs, but if I configure the IOMUXC correctly it should work.
ADC: PTC 30 (pin B29)
This pin is connected to the board's potentiometer so I should find another one: would pin A27 work ?
GPIO: pins D16, D17, D18 (not connected to any PTx)
Would this pin selection work?
Thank you so much for taking the time to help me out.