extcon-rt8973a.txt 932 B

12345678910111213141516171819202122232425
  1. * Richtek RT8973A - Micro USB Switch device
  2. The Richtek RT8973A is Micro USB Switch with OVP and I2C interface. The RT8973A
  3. is a USB port accessory detector and switch that is optimized to protect low
  4. voltage system from abnormal high input voltage (up to 28V) and supports high
  5. speed USB operation. Also, RT8973A support 'auto-configuration' mode.
  6. If auto-configuration mode is enabled, RT8973A would control internal h/w patch
  7. for USB D-/D+ switching.
  8. Required properties:
  9. - compatible: Should be "richtek,rt8973a-muic"
  10. - reg: Specifies the I2C slave address of the MUIC block. It should be 0x14
  11. - interrupt-parent: Specifies the phandle of the interrupt controller to which
  12. the interrupts from rt8973a are delivered to.
  13. - interrupts: Interrupt specifiers for detection interrupt sources.
  14. Example:
  15. rt8973a@14 {
  16. compatible = "richtek,rt8973a-muic";
  17. interrupt-parent = <&gpx1>;
  18. interrupts = <5 0>;
  19. reg = <0x14>;
  20. };