5 - compatible : "sbs,sbs-battery"
8 - sbs,i2c-retry-count : The number of times to retry i2c transactions on i2c
10 - sbs,poll-retry-count : The number of times to try looking for new status
11 after an external change notification.
12 - sbs,battery-detect-gpios : The gpio which signals battery detection and
13 a flag specifying its polarity.
18 compatible = "sbs,sbs-battery";
20 sbs,i2c-retry-count = <2>;
21 sbs,poll-retry-count = <10>;
22 sbs,battery-detect-gpios = <&gpio-controller 122 1>;