Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / usb / fcs,fusb302.txt
1 Fairchild FUSB302 Type-C Port controllers
2
3 Required properties :
4 - compatible             : "fcs,fusb302"
5 - reg                    : I2C slave address
6 - interrupts             : Interrupt specifier
7
8 Optional properties :
9 - fcs,operating-sink-microwatt :
10                            Minimum amount of power accepted from a sink
11                            when negotiating
12
13 Example:
14
15 fusb302: typec-portc@54 {
16         compatible = "fcs,fusb302";
17         reg = <0x54>;
18         interrupt-parent = <&nmi_intc>;
19         interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
20         fcs,max-sink-microvolt = <12000000>;
21         fcs,max-sink-microamp = <3000000>;
22         fcs,max-sink-microwatt = <36000000>;
23 };