Lines Matching +full:sbs +full:- +full:battery
1 Binding for sbs-manager
4 - compatible: "<vendor>,<part-number>", "sbs,sbs-charger" as fallback. The part
7 - reg: integer, i2c address of the device. Should be <0xa>.
9 - gpio-controller: Marks the port as GPIO controller.
10 See "gpio-specifier" in .../devicetree/bindings/gpio/gpio.txt.
11 - #gpio-cells: Should be <2>. The first cell is the pin number, the second cell
13 See "gpio-specifier" in .../devicetree/bindings/gpio/gpio.txt.
15 From OS view the device is basically an i2c-mux used to communicate with up to
16 four smart battery devices at address 0xb. The driver actually implements this
17 behaviour. So standard i2c-mux nodes can be used to register up to four slave
23 compatible = "lltc,ltc1760", "sbs,sbs-manager";
25 #address-cells = <1>;
26 #size-cells = <0>;
28 gpio-controller;
29 #gpio-cells = <2>;
32 #address-cells = <1>;
33 #size-cells = <0>;
36 battery@b {
37 compatible = "ti,bq2060", "sbs,sbs-battery";
39 sbs,battery-detect-gpios = <&batman 1 1>;
44 #address-cells = <1>;
45 #size-cells = <0>;
48 battery@b {
49 compatible = "ti,bq2060", "sbs,sbs-battery";
51 sbs,battery-detect-gpios = <&batman 2 1>;
56 #address-cells = <1>;
57 #size-cells = <0>;
60 battery@b {
61 compatible = "ti,bq2060", "sbs,sbs-battery";
63 sbs,battery-detect-gpios = <&batman 3 1>;