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/iproc-udc.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 Broadcom IPROC USB Device controller.
    2 
    3 The device node is used for UDCs integrated into Broadcom's
    4 iProc family (Northstar2, Cygnus) of SoCs'. The UDC is based
    5 on Synopsys Designware Cores AHB Subsystem Device Controller
    6 IP.
    7 
    8 Required properties:
    9  - compatible: Add the compatibility strings for supported platforms.
   10    For Broadcom NS2 platform, add "brcm,ns2-udc","brcm,iproc-udc".
   11    For Broadcom Cygnus platform, add "brcm,cygnus-udc", "brcm,iproc-udc".
   12  - reg: Offset and length of UDC register set
   13  - interrupts: description of interrupt line
   14  - phys: phandle to phy node.
   15 
   16 Example:
   17         udc_dwc: usb@664e0000 {
   18                 compatible = "brcm,ns2-udc", "brcm,iproc-udc";
   19                 reg = <0x664e0000 0x2000>;
   20                 interrupts = <GIC_SPI 424 IRQ_TYPE_LEVEL_HIGH>;
   21                 phys = <&usbdrd_phy>;

Cache object: 872e6d00af4764636bcf7466115803e9


[ 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.