summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/phy/pxa1928-usb-phy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/phy/pxa1928-usb-phy.txt')
-rw-r--r--dts/Bindings/phy/pxa1928-usb-phy.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/dts/Bindings/phy/pxa1928-usb-phy.txt b/dts/Bindings/phy/pxa1928-usb-phy.txt
new file mode 100644
index 0000000000..660a13ca90
--- /dev/null
+++ b/dts/Bindings/phy/pxa1928-usb-phy.txt
@@ -0,0 +1,18 @@
+* Marvell PXA1928 USB and HSIC PHYs
+
+Required properties:
+- compatible: "marvell,pxa1928-usb-phy" or "marvell,pxa1928-hsic-phy"
+- reg: base address and length of the registers
+- clocks - A single clock. From common clock binding.
+- #phys-cells: should be 0. From commmon phy binding.
+- resets: reference to the reset controller
+
+Example:
+
+ usbphy: phy@7000 {
+ compatible = "marvell,pxa1928-usb-phy";
+ reg = <0x7000 0xe0>;
+ clocks = <&apmu_clocks PXA1928_CLK_USB>;
+ #phy-cells = <0>;
+ };
+