Lines Matching +full:pmu +full:- +full:gate
9 -------------------------------------------------------------------------------
11 - compatible : Should be one of
12 "lantiq,ase-usb2-phy"
13 "lantiq,danube-usb2-phy"
14 "lantiq,xrx100-usb2-phy"
15 "lantiq,xrx200-usb2-phy"
16 "lantiq,xrx300-usb2-phy"
17 - reg : Defines the following sets of registers in the parent
19 - Offset of the USB PHY configuration register
20 - Offset of the USB Analog configuration
22 - clocks : References to the (PMU) "phy" clk gate.
23 - clock-names : Must be "phy"
24 - resets : References to the RCU USB configuration reset bits.
25 - reset-names : Must be one of the following:
29 -------------------------------------------------------------------------------
31 usb_phy0: usb2-phy@18 {
32 compatible = "lantiq,xrx200-usb2-phy";
35 clocks = <&pmu PMU_GATE_USB0_PHY>;
36 clock-names = "phy";
38 reset-names = "phy", "ctrl";
39 #phy-cells = <0>;