1 Fairchild FUSB302 Type-C Port controllers
4 - compatible : "fcs,fusb302"
5 - reg : I2C slave address
6 - interrupts : Interrupt specifier
9 - fcs,max-sink-microvolt : Maximum voltage to negotiate when configured as sink
10 - fcs,max-sink-microamp : Maximum current to negotiate when configured as sink
11 - fcs,max-sink-microwatt : Maximum power to negotiate when configured as sink
12 If this is less then max-sink-microvolt *
13 max-sink-microamp then the configured current will
15 - fcs,operating-sink-microwatt :
16 Minimum amount of power accepted from a sink
21 fusb302: typec-portc@54 {
22 compatible = "fcs,fusb302";
24 interrupt-parent = <&nmi_intc>;
25 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
26 fcs,max-sink-microvolt = <12000000>;
27 fcs,max-sink-microamp = <3000000>;
28 fcs,max-sink-microwatt = <36000000>;