Lines Matching +full:core +full:- +full:supply
3 - compatible:
6 Definition: Should contain "qcom,usb-8x16-phy".
8 - reg:
10 Value type: <prop-encoded-array>
13 - clocks:
15 Value type: <prop-encoded-array>
16 Definition: See clock-bindings.txt section "consumers". List of
17 two clock specifiers for interface and core controller
20 - clock-names:
23 Definition: Must contain "iface" and "core" strings.
25 - vddcx-supply:
28 Definition: phandle to the regulator VDCCX supply node.
30 - v1p8-supply:
33 Definition: phandle to the regulator 1.8V supply node.
35 - v3p3-supply:
38 Definition: phandle to the regulator 3.3V supply node.
40 - resets:
42 Value type: <prop-encoded-array>
45 - reset-names:
50 - switch-gpio:
52 Value type: <prop-encoded-array>
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>;