ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / usb / ehci-omap.txt
blobd77e11a975a2d0565550ecbcb548264762b66ebc
1 OMAP HS USB EHCI controller
3 This device is usually the child of the omap-usb-host
4 Documentation/devicetree/bindings/mfd/omap-usb-host.txt
6 Required properties:
8 - compatible: should be "ti,ehci-omap"
9 - reg: should contain one register range i.e. start and length
10 - interrupts: description of the interrupt line
12 Optional properties:
14 - phys: list of phandles to PHY nodes.
15   This property is required if at least one of the ports are in
16   PHY mode i.e. OMAP_EHCI_PORT_MODE_PHY
18 To specify the port mode, see
19 Documentation/devicetree/bindings/mfd/omap-usb-host.txt
21 Example for OMAP4:
23 usbhsehci: ehci@4a064c00 {
24         compatible = "ti,ehci-omap";
25         reg = <0x4a064c00 0x400>;
26         interrupts = <0 77 0x4>;
29 &usbhsehci {
30         phys = <&hsusb1_phy 0 &hsusb3_phy>;