Path: blob/master/Documentation/devicetree/bindings/extcon/extcon-rt8973a.txt
26308 views
1* Richtek RT8973A - Micro USB Switch device23The Richtek RT8973A is Micro USB Switch with OVP and I2C interface. The RT8973A4is a USB port accessory detector and switch that is optimized to protect low5voltage system from abnormal high input voltage (up to 28V) and supports high6speed USB operation. Also, RT8973A support 'auto-configuration' mode.7If auto-configuration mode is enabled, RT8973A would control internal h/w patch8for USB D-/D+ switching.910Required properties:11- compatible: Should be "richtek,rt8973a-muic"12- reg: Specifies the I2C slave address of the MUIC block. It should be 0x1413- interrupts: Interrupt specifiers for detection interrupt sources.1415Example:1617rt8973a@14 {18compatible = "richtek,rt8973a-muic";19interrupt-parent = <&gpx1>;20interrupts = <5 0>;21reg = <0x14>;22};232425