Documentation: dt-bindings: rockchip: introduce dclk_source
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / mfd / fusb302.txt
1 Fairchild FUSB301 Driver
2
3 Required properties:
4 - compatible: "fairchild,fusb302"
5 - reg: I2C slave address
6 - pinctrl-names: Musb be "default"
7 - pinctrl-0: fusb1_int musb be set to pull up.
8 - vbus-5v-gpios: enable/disable 5v vbus output
9 - vbus-other-gpios: enable/disable other high-voltage vbus output
10 - int-n-gpios: I2C int pin
11
12 example:
13         fusb1: fusb30x@22 {
14                 compatible = "fairchild,fusb302";
15                 reg = <0x22>;
16                 pinctrl-names = "default";
17                 pinctrl-0 = <&fusb1_int>;
18                 vbus-5v-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
19                 vbus-other-gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
20                 int-n-gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
21                 status = "okay";
22         };
23