Hi All,
I have currently mapped two GPIO to be used with slave devices to operate with I2C. I also have checked the mapped GPIO by writing 1/0 through command like and checking the signal through an oscilloscope.
I would like to map the I2C driver already there in the kernel to be used with these two GPIO pins.
Question:
1. How do I map the linux kernel I2C driver to GPIO so that I can communicate with the slave devices.
2. There are 4 i2c commands: i2cdetect, i2cdump, i2cget, i2cset. Is there any documentation on how to use them?