Lines Matching +full:usb +full:- +full:switch
1 Qualcomm's APQ8016/MSM8916 USB transceiver controller
3 - compatible:
6 Definition: Should contain "qcom,usb-8x16-phy".
8 - reg:
10 Value type: <prop-encoded-array>
11 Definition: USB PHY base address and length of the register map
13 - clocks:
15 Value type: <prop-encoded-array>
16 Definition: See clock-bindings.txt section "consumers". List of
20 - clock-names:
25 - vddcx-supply:
30 - v1p8-supply:
35 - v3p3-supply:
40 - resets:
42 Value type: <prop-encoded-array>
45 - reset-names:
50 - switch-gpio:
52 Value type: <prop-encoded-array>
53 Definition: Some boards are using Dual SPDT USB Switch, witch is
54 controlled by GPIO to de/multiplex D+/D- USB lines
59 compatible = "qcom,usb-8x16-phy";
62 vddcx-supply = <&pm8916_s1_corner>;
63 v1p8-supply = <&pm8916_l7>;
64 v3p3-supply = <&pm8916_l13>;
68 clock-names = "iface", "core";
71 reset-names = "phy";
73 // D+/D- lines: 1 - Routed to HUB, 0 - Device connector
74 switch-gpio = <&pm8916_gpios 4 GPIO_ACTIVE_HIGH>;