Home | History | Annotate | Download | only in dts
      1 // SPDX-License-Identifier: GPL-2.0
      2 /*
      3  * Smart battery dts fragment for devices that use cros-ec-sbs
      4  *
      5  * Copyright (c) 2015 Google, Inc
      6  */
      7 
      8 &i2c_tunnel {
      9 	battery: sbs-battery@b {
     10 		compatible = "sbs,sbs-battery";
     11 		reg = <0xb>;
     12 		sbs,i2c-retry-count = <2>;
     13 		sbs,poll-retry-count = <1>;
     14 	};
     15 };
     16