summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/phy/fsl,imx8mq-usb-phy.txt
blob: a22e853d710c7513d8f051f3a947b4f6675a5365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* Freescale i.MX8MQ USB3 PHY binding

Required properties:
- compatible:	Should be "fsl,imx8mq-usb-phy"
- #phys-cells:	must be 0 (see phy-bindings.txt in this directory)
- reg:		The base address and length of the registers
- clocks:	phandles to the clocks for each clock listed in clock-names
- clock-names:	must contain "phy"

Example:
	usb3_phy0: phy@381f0040 {
		compatible = "fsl,imx8mq-usb-phy";
		reg = <0x381f0040 0x40>;
		clocks = <&clk IMX8MQ_CLK_USB1_PHY_ROOT>;
		clock-names = "phy";
		#phy-cells = <0>;
	};