The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/usb/ehci-omap.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 OMAP HS USB EHCI controller
    2 
    3 This device is usually the child of the omap-usb-host
    4 Documentation/devicetree/bindings/mfd/omap-usb-host.txt
    5 
    6 Required properties:
    7 
    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
   11 
   12 Optional properties:
   13 
   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
   17 
   18 To specify the port mode, see
   19 Documentation/devicetree/bindings/mfd/omap-usb-host.txt
   20 
   21 Example for OMAP4:
   22 
   23 usbhsehci: ehci@4a064c00 {
   24         compatible = "ti,ehci-omap";
   25         reg = <0x4a064c00 0x400>;
   26         interrupts = <0 77 0x4>;
   27 };
   28 
   29 &usbhsehci {
   30         phys = <&hsusb1_phy 0 &hsusb3_phy>;
   31 };

Cache object: 47ef01cbb3608afd457bd587fe825cd0


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.