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/brcm,bdc.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 USB Device Controller (BDC)
    2 ====================================
    3 
    4 Required properties:
    5 
    6 - compatible: must be one of:
    7                 "brcm,bdc-udc-v2"
    8                 "brcm,bdc"
    9 - reg: the base register address and length
   10 - interrupts: the interrupt line for this controller
   11 
   12 Optional properties:
   13 
   14 On Broadcom STB platforms, these properties are required:
   15 
   16 - phys: phandle to one or two USB PHY blocks
   17         NOTE: Some SoC's have a single phy and some have
   18         USB 2.0 and USB 3.0 phys
   19 - clocks: phandle to the functional clock of this block
   20 
   21 Example:
   22 
   23         bdc@f0b02000 {
   24                 compatible = "brcm,bdc-udc-v2";
   25                 reg = <0xf0b02000 0xfc4>;
   26                 interrupts = <0x0 0x60 0x0>;
   27                 phys = <&usbphy_0 0x0>;
   28                 clocks = <&sw_usbd>;
   29         };

Cache object: 48c722a6eeb74a58385ef736a4648c21


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