5 - compatible: "<vendor>,<part-number>", "sbs,sbs-charger" as fallback. The part
6 number compatible string might be used in order to take care of vendor
10 - interrupt-parent: Should be the phandle for the interrupt controller. Use in
11 conjunction with "interrupts".
12 - interrupts: Interrupt mapping for GPIO IRQ. Use in conjunction with
13 "interrupt-parent". If an interrupt is not provided the driver will switch
14 automatically to polling.
19 compatible = "lltc,ltc4100", "sbs,sbs-charger";
21 interrupt-parent = <&gpio6>;
22 interrupts = <7 IRQ_TYPE_LEVEL_LOW>;