Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
19 lines
471 B
Plaintext
19 lines
471 B
Plaintext
Marvell PXA USB PHY
|
|
-------------------
|
|
|
|
Required properties:
|
|
- compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy",
|
|
"marvell,pxa168-usb-phy",
|
|
- #phy-cells: must be 0
|
|
|
|
Example:
|
|
usb-phy: usbphy@d4207000 {
|
|
compatible = "marvell,mmp2-usb-phy";
|
|
reg = <0xd4207000 0x40>;
|
|
#phy-cells = <0>;
|
|
status = "okay";
|
|
};
|
|
|
|
This document explains the device tree binding. For general
|
|
information about PHY subsystem refer to Documentation/driver-api/phy/phy.rst
|