I2C Settings#
The Linux SDK kernel supports the standard I2C kernel interfaces for specific devices, as described in:
<_top_ >/drive-linux/kernel/source/oss_src/kernel/Documentation/i2c
This topic explains Tegra I2C settings.
Adding/Removing Devices#
Tegra I2C implementation supports the standard kernel I2C interface. You can find instructions for addition, detection, and removal of I2C devices in the kernel documentation at:
<_top_ >/drive-linux/kernel/source/oss_src/kernel/Documentation/i2c/writing-clients