blob: 3f35d20cff8891a57f5fe01a59b0a9a1d20cce49 [file] [log] [blame]
Simon Glasse2e947f2015-08-30 16:55:42 -06001/*
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};