I2C

The QB I2C driver can be instanced using the i2c node in QB-DTB. Since the QB I2C driver only support one-byte read/write operations, adding a controller instance is sufficient. For example:

i2c { 
    /* Instance numbering starts from 0 */
    i2c@0 {
        Instance = <0>;
    };
};