Merge tag 'media/v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[linux-block.git] / Documentation / devicetree / bindings / phy / phy-pxa-usb.txt
CommitLineData
51cc0da5
LR
1Marvell PXA USB PHY
2-------------------
3
4Required properties:
5- compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy",
6 "marvell,pxa168-usb-phy",
7- #phy-cells: must be 0
8
9Example:
10 usb-phy: usbphy@d4207000 {
11 compatible = "marvell,mmp2-usb-phy";
12 reg = <0xd4207000 0x40>;
13 #phy-cells = <0>;
14 status = "okay";
15 };
16
17This document explains the device tree binding. For general
4745dc8a 18information about PHY subsystem refer to Documentation/driver-api/phy/phy.rst