]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/arm/dts/cros-ec-sbs.dtsi
rockchip: Add basic support for jerry
[karo-tx-uboot.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 };