]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/cros-ec-sbs.dtsi
Merge git://git.denx.de/u-boot-sunxi
[people/ms/u-boot.git] / arch / arm / dts / cros-ec-sbs.dtsi
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 };