xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/universal_charger.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Binding for UNIVERSAL Charger
2
3Required properties:
4- compatible: Should contain one of the following:
5    * "universal-charger"
6- extcon: extcon specifier for the Charger.
7- dc-det-gpio: gpio for dc detect.
8
9Example:
10
11	universal_charger {
12		status = "okay";
13		compatible = "universal-charger";
14		extcon = <&u2phy0>;
15		dc-det-gpio = <&gpio3 1 GPIO_ACTIVE_HIGH>;
16	};
17