Back to home page

OSCL-LXR

 
 

    


0001 * Marvell Berlin USB PHY
0002 
0003 Required properties:
0004 - compatible: "marvell,berlin2-usb-phy" or "marvell,berlin2cd-usb-phy"
0005 - reg: base address and length of the registers
0006 - #phys-cells: should be 0
0007 - resets: reference to the reset controller
0008 
0009 Example:
0010 
0011         usb-phy@f774000 {
0012                 compatible = "marvell,berlin2-usb-phy";
0013                 reg = <0xf774000 0x128>;
0014                 #phy-cells = <0>;
0015                 resets = <&chip 0x104 14>;
0016         };