blob: d80e36a77ec58e77d1c16c616e45229e0d1c0052 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Marvell 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
18information about PHY subsystem refer to Documentation/driver-api/phy/phy.rst