blob: c6240ff694ab7978f817e366901a507c72e5ce2f [file] [log] [blame]
description: >
Implement this interface to expose an I2C device as an inventory item.
Properties include the I2C bus number and the device address.
properties:
- name: Bus
type: size
description: >
The I2C adapter number as defined in the Linux kernel's i2c dev
interface document.
- name: Address
type: size
description: >
I2C address of the device as defined in the Linux kernel documents.