Back to home page

OSCL-LXR

 
 

    


0001 Marvell PXA USB PHY
0002 -------------------
0003 
0004 Required properties:
0005 - compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy",
0006         "marvell,pxa168-usb-phy",
0007 - #phy-cells: must be 0
0008 
0009 Example:
0010         usb-phy: usbphy@d4207000 {
0011                 compatible = "marvell,mmp2-usb-phy";
0012                 reg = <0xd4207000 0x40>;
0013                 #phy-cells = <0>;
0014                 status = "okay";
0015         };
0016 
0017 This document explains the device tree binding. For general
0018 information about PHY subsystem refer to Documentation/driver-api/phy/phy.rst