blob: c6240ff694ab7978f817e366901a507c72e5ce2f [file] [log] [blame]
Santosh Puranik523dc362021-02-04 16:03:29 +05301description: >
2 Implement this interface to expose an I2C device as an inventory item.
3 Properties include the I2C bus number and the device address.
4
5properties:
6 - name: Bus
7 type: size
8 description: >
9 The I2C adapter number as defined in the Linux kernel's i2c dev
10 interface document.
11
12 - name: Address
13 type: size
14 description: >
15 I2C address of the device as defined in the Linux kernel documents.