Lines Matching +full:sbs +full:- +full:battery
1 I2C bus that tunnels through the ChromeOS EC (cros-ec)
5 the EC (like a battery and PMIC). To get access to those devices we need
8 The node for this device should be under a cros-ec node like google,cros-ec-spi
9 or google,cros-ec-i2c.
13 - compatible: google,cros-ec-i2c-tunnel
14 - google,remote-bus: The EC bus we'd like to talk to.
17 - One node per I2C device connected to the tunnelled I2C bus.
21 cros-ec@0 {
22 compatible = "google,cros-ec-spi";
26 i2c-tunnel {
27 compatible = "google,cros-ec-i2c-tunnel";
28 #address-cells = <1>;
29 #size-cells = <0>;
31 google,remote-bus = <0>;
33 battery: sbs-battery@b {
34 compatible = "sbs,sbs-battery";
36 sbs,poll-retry-count = <1>;