xref: /openbmc/u-boot/arch/arm/dts/cros-ec-sbs.dtsi (revision 76b00aca4f1c13bc8f91a539e612abc70d0c692f)
1/*
2 * Smart battery dts fragment for devices that use cros-ec-sbs
3 *
4 * Copyright (c) 2015 Google, Inc
5 *
6 * SPDX-License-Identifier:	GPL-2.0
7*/
8
9&i2c_tunnel {
10	battery: sbs-battery@b {
11		compatible = "sbs,sbs-battery";
12		reg = <0xb>;
13		sbs,i2c-retry-count = <2>;
14		sbs,poll-retry-count = <1>;
15	};
16};
17