Lines Matching +full:poll +full:- +full:retry +full:- +full:count
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $id: http://devicetree.org/schemas/i2c/google,cros-ec-i2c-tunnel.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: I2C bus that tunnels through the ChromeOS EC (cros-ec)
11 - Doug Anderson <dianders@chromium.org>
12 - Benson Leung <bleung@chromium.org>
20 The node for this device should be under a cros-ec node like
21 google,cros-ec-spi or google,cros-ec-i2c.
24 - $ref: i2c-controller.yaml#
28 const: google,cros-ec-i2c-tunnel
30 google,remote-bus:
35 - compatible
36 - google,remote-bus
41 - |
43 #address-cells = <1>;
44 #size-cells = <0>;
46 cros-ec@0 {
47 compatible = "google,cros-ec-spi";
49 spi-max-frequency = <5000000>;
52 i2c-tunnel {
53 compatible = "google,cros-ec-i2c-tunnel";
54 #address-cells = <1>;
55 #size-cells = <0>;
57 google,remote-bus = <0>;
59 battery: sbs-battery@b {
60 compatible = "sbs,sbs-battery";
62 sbs,poll-retry-count = <1>;