summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/phy/phy-pxa-usb.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/phy/phy-pxa-usb.txt')
-rw-r--r--dts/Bindings/phy/phy-pxa-usb.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/dts/Bindings/phy/phy-pxa-usb.txt b/dts/Bindings/phy/phy-pxa-usb.txt
new file mode 100644
index 0000000000..d80e36a77e
--- /dev/null
+++ b/dts/Bindings/phy/phy-pxa-usb.txt
@@ -0,0 +1,18 @@
+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