Skip to main content

Section outline

    • Linux Device Model Overview:

      • Device Model Goals and Platform Drivers.
      • Transition from Platform Devices to DTB.
    • Linux I2C Framework Components:

      • Adapter, Client, Algorithm interaction.
      • Adapter and Client Registration Process.
    • Exercises:

      • Write a platform driver and device.
      • Integrate a low-level driver with the I2C framework.
      • Register a dummy adapter and client driver.
      • Add device tree nodes for I2C devices.