Lines Matching +full:usb3 +full:- +full:otg
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/usb/rockchip,rk3399-dwc3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <heiko@sntech.de>
14 const: rockchip,rk3399-dwc3
16 '#address-cells':
19 '#size-cells':
26 - description:
28 - description:
30 - description:
33 - description:
34 USB3 aclk peri
35 - description:
36 USB3 aclk
37 - description:
40 clock-names:
42 - const: ref_clk
43 - const: suspend_clk
44 - const: bus_clk
45 - const: aclk_usb3_rksoc_axi_perf
46 - const: aclk_usb3
47 - const: grf_clk
52 reset-names:
53 const: usb3-otg
62 - compatible
63 - '#address-cells'
64 - '#size-cells'
65 - ranges
66 - clocks
67 - clock-names
68 - resets
69 - reset-names
72 - |
73 #include <dt-bindings/clock/rk3399-cru.h>
74 #include <dt-bindings/power/rk3399-power.h>
75 #include <dt-bindings/interrupt-controller/arm-gic.h>
78 #address-cells = <2>;
79 #size-cells = <2>;
82 compatible = "rockchip,rk3399-dwc3";
83 #address-cells = <2>;
84 #size-cells = <2>;
89 clock-names = "ref_clk", "suspend_clk",
93 reset-names = "usb3-otg";
101 clock-names = "ref", "bus_early", "suspend";
102 dr_mode = "otg";
104 phy-names = "usb2-phy", "usb3-phy";
107 snps,dis-u2-freeclk-exists-quirk;
109 snps,dis-del-phy-power-chg-quirk;
110 snps,dis-tx-ipgap-linecheck-quirk;
111 power-domains = <&power RK3399_PD_USB3>;