Lines Matching +full:cros +full:- +full:ec +full:- +full:i2c
1 U-Boot I2C
2 ----------
4 U-Boot's I2C model has the concept of an offset within a chip (I2C target
9 Apart from the controller-specific I2C bindings, U-Boot supports a special
13 - u-boot,i2c-offset-len - length of chip offset in bytes. If omitted the
18 -------
20 i2c4: i2c@12ca0000 {
21 cros-ec@1e {
23 compatible = "google,cros-ec";
24 i2c-max-frequency = <100000>;
25 u-boot,i2c-offset-len = <0>;
26 ec-interrupt = <&gpx1 6 GPIO_ACTIVE_LOW>;