From the schematics it seems the MXL7704 is connected to I2C0. So I tried to enable the I2C0 by putting this on /boot/config.txt
dtparam=i2c0=on dtparam=i2c1=on Unfortunately after a reboot I don't get any device on this bus:
root@raspberrypi:/home/pi# i2cdetect -y 0 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- -- What's wrong?
Perhaps the INT_SDA and INT_SCL are not connected to any I2C?
What I would like to achieve is to read the 3.3V which is not possible through vcgencmd measure_volts.