18c2ecf20Sopenharmony_ciSBS sbs-charger
28c2ecf20Sopenharmony_ci~~~~~~~~~~
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci - compatible: "<vendor>,<part-number>", "sbs,sbs-charger" as fallback. The part
68c2ecf20Sopenharmony_ci     number compatible string might be used in order to take care of vendor
78c2ecf20Sopenharmony_ci     specific registers.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciOptional properties:
108c2ecf20Sopenharmony_ci- interrupts: Interrupt mapping for GPIO IRQ. Use in conjunction with
118c2ecf20Sopenharmony_ci    "interrupt-parent". If an interrupt is not provided the driver will switch
128c2ecf20Sopenharmony_ci    automatically to polling.
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciExample:
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci	ltc4100@9 {
178c2ecf20Sopenharmony_ci		compatible = "lltc,ltc4100", "sbs,sbs-charger";
188c2ecf20Sopenharmony_ci		reg = <0x9>;
198c2ecf20Sopenharmony_ci		interrupt-parent = <&gpio6>;
208c2ecf20Sopenharmony_ci		interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
218c2ecf20Sopenharmony_ci	};
22