fcs,fusb302.txt 595 B

1234567891011121314151617181920212223
  1. Fairchild FUSB302 Type-C Port controllers
  2. Required properties :
  3. - compatible : "fcs,fusb302"
  4. - reg : I2C slave address
  5. - interrupts : Interrupt specifier
  6. Optional properties :
  7. - fcs,operating-sink-microwatt :
  8. Minimum amount of power accepted from a sink
  9. when negotiating
  10. Example:
  11. fusb302: typec-portc@54 {
  12. compatible = "fcs,fusb302";
  13. reg = <0x54>;
  14. interrupt-parent = <&nmi_intc>;
  15. interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
  16. fcs,max-sink-microvolt = <12000000>;
  17. fcs,max-sink-microamp = <3000000>;
  18. fcs,max-sink-microwatt = <36000000>;
  19. };