dt-bindings: phy-mmp3-usb: Add bindings
This is the PHY chip for USB OTG on MMP3 platform. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
f79a13fe5c
commit
e50a0c6247
|
@ -0,0 +1,13 @@
|
|||
Marvell MMP3 USB PHY
|
||||
--------------------
|
||||
|
||||
Required properties:
|
||||
- compatible: must be "marvell,mmp3-usb-phy"
|
||||
- #phy-cells: must be 0
|
||||
|
||||
Example:
|
||||
usb-phy: usb-phy@d4207000 {
|
||||
compatible = "marvell,mmp3-usb-phy";
|
||||
reg = <0xd4207000 0x40>;
|
||||
#phy-cells = <0>;
|
||||
};
|
Loading…
Reference in New Issue