Lines Matching +full:phy +full:- +full:ref +full:- +full:clk
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/usb/fsl,imx8mp-dwc3.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Li Jun <jun.li@nxp.com>
15 const: fsl,imx8mp-dwc3
19 - description: Address and length of the register set for HSIO Block Control
20 - description: Address and length of the register set for the wrapper of dwc3 core on the SOC.
22 "#address-cells":
25 "#size-cells":
28 dma-ranges:
41 A list of phandle and clock-specifier pairs for the clocks
42 listed in clock-names.
44 - description: system hsio root clock.
45 - description: suspend clock, used for usb wakeup logic.
47 clock-names:
49 - const: hsio
50 - const: suspend
52 fsl,permanently-attached:
58 fsl,disable-port-power-control:
64 fsl,over-current-active-low:
69 fsl,power-active-low:
77 "^usb@[0-9a-f]+$":
78 $ref: snps,dwc3.yaml#
81 - compatible
82 - reg
83 - "#address-cells"
84 - "#size-cells"
85 - dma-ranges
86 - ranges
87 - clocks
88 - clock-names
89 - interrupts
94 - |
95 #include <dt-bindings/clock/imx8mp-clock.h>
96 #include <dt-bindings/interrupt-controller/arm-gic.h>
98 compatible = "fsl,imx8mp-dwc3";
101 clocks = <&clk IMX8MP_CLK_HSIO_ROOT>,
102 <&clk IMX8MP_CLK_USB_ROOT>;
103 clock-names = "hsio", "suspend";
105 #address-cells = <1>;
106 #size-cells = <1>;
107 dma-ranges = <0x40000000 0x40000000 0xc0000000>;
113 clocks = <&clk IMX8MP_CLK_HSIO_AXI>,
114 <&clk IMX8MP_CLK_USB_CORE_REF>,
115 <&clk IMX8MP_CLK_USB_ROOT>;
116 clock-names = "bus_early", "ref", "suspend";
117 assigned-clocks = <&clk IMX8MP_CLK_HSIO_AXI>;
118 assigned-clock-parents = <&clk IMX8MP_SYS_PLL2_500M>;
119 assigned-clock-rates = <500000000>;
122 phy-names = "usb2-phy", "usb3-phy";
123 snps,dis-u2-freeclk-exists-quirk;