1Fairchild FUSB302 Type-C Port controllers 2 3Required properties : 4- compatible : "fcs,fusb302" 5- reg : I2C slave address 6- interrupts : Interrupt specifier 7 8Optional properties : 9- fcs,operating-sink-microwatt : 10 Minimum amount of power accepted from a sink 11 when negotiating 12 13Example: 14 15fusb302: 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}; 24