Lines Matching +full:axi +full:- +full:config
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Manu Gautam <mgautam@codeaurora.org>
15 - enum:
16 - qcom,msm8996-dwc3
17 - qcom,msm8998-dwc3
18 - qcom,sc7180-dwc3
19 - qcom,sdm845-dwc3
20 - qcom,sdx55-dwc3
21 - qcom,sm8150-dwc3
22 - qcom,sm8250-dwc3
23 - qcom,sm8350-dwc3
24 - const: qcom,dwc3
30 "#address-cells":
33 "#size-cells":
38 power-domains:
44 A list of phandle and clock-specifier pairs for the clocks
45 listed in clock-names.
47 - description: System Config NOC clock.
48 - description: Master/Core clock, has to be >= 125 MHz
50 - description: System bus AXI clock.
51 - description: Mock utmi clock needed for ITP/SOF generation
53 - description: Sleep clock, used for wakeup when
56 clock-names:
58 - const: cfg_noc
59 - const: core
60 - const: iface
61 - const: mock_utmi
62 - const: sleep
64 assigned-clocks:
66 - description: Phandle and clock specifier of MOCK_UTMI_CLK.
67 - description: Phandle and clock specifoer of MASTER_CLK.
69 assigned-clock-rates:
71 - description: Must be 19.2MHz (19200000).
72 - description: Must be >= 60 MHz in HS mode, >= 125 MHz in SS mode.
79 interconnect-names:
81 - const: usb-ddr
82 - const: apps-usb
86 - description: The interrupt that is asserted
88 - description: The interrupt that is asserted
90 - description: Wakeup event on DM line.
91 - description: Wakeup event on DP line.
93 interrupt-names:
95 - const: hs_phy_irq
96 - const: ss_phy_irq
97 - const: dm_hs_phy_irq
98 - const: dp_hs_phy_irq
100 qcom,select-utmi-as-pipe-clk:
110 "^dwc3@[0-9a-f]+$":
117 - compatible
118 - reg
119 - "#address-cells"
120 - "#size-cells"
121 - ranges
122 - power-domains
123 - clocks
124 - clock-names
125 - interrupts
126 - interrupt-names
131 - |
132 #include <dt-bindings/clock/qcom,gcc-sdm845.h>
133 #include <dt-bindings/interrupt-controller/arm-gic.h>
134 #include <dt-bindings/interrupt-controller/irq.h>
136 #address-cells = <2>;
137 #size-cells = <2>;
140 compatible = "qcom,sdm845-dwc3", "qcom,dwc3";
143 #address-cells = <2>;
144 #size-cells = <2>;
151 clock-names = "cfg_noc", "core", "iface", "mock_utmi",
154 assigned-clocks = <&gcc GCC_USB30_PRIM_MOCK_UTMI_CLK>,
156 assigned-clock-rates = <19200000>, <150000000>;
162 interrupt-names = "hs_phy_irq", "ss_phy_irq",
165 power-domains = <&gcc USB30_PRIM_GDSC>;
177 phy-names = "usb2-phy", "usb3-phy";