Back to home page

OSCL-LXR

 
 

    


0001 OMAP HS USB EHCI controller
0002 
0003 This device is usually the child of the omap-usb-host
0004 Documentation/devicetree/bindings/mfd/omap-usb-host.txt
0005 
0006 Required properties:
0007 
0008 - compatible: should be "ti,ehci-omap"
0009 - reg: should contain one register range i.e. start and length
0010 - interrupts: description of the interrupt line
0011 
0012 Optional properties:
0013 
0014 - phys: list of phandles to PHY nodes.
0015   This property is required if at least one of the ports are in
0016   PHY mode i.e. OMAP_EHCI_PORT_MODE_PHY
0017 
0018 To specify the port mode, see
0019 Documentation/devicetree/bindings/mfd/omap-usb-host.txt
0020 
0021 Example for OMAP4:
0022 
0023 usbhsehci: ehci@4a064c00 {
0024         compatible = "ti,ehci-omap";
0025         reg = <0x4a064c00 0x400>;
0026         interrupts = <0 77 0x4>;
0027 };
0028 
0029 &usbhsehci {
0030         phys = <&hsusb1_phy 0 &hsusb3_phy>;
0031 };