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/net/cavium-mix.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 * MIX Ethernet controller.
    2 
    3 Properties:
    4 - compatible: "cavium,octeon-5750-mix"
    5 
    6   Compatibility with all cn5XXX and cn6XXX SOCs populated with MIX
    7   devices.
    8 
    9 - reg: The base addresses of four separate register banks.  The first
   10   bank contains the MIX registers.  The second bank the corresponding
   11   AGL registers.  The third bank are the AGL registers shared by all
   12   MIX devices present.  The fourth bank is the AGL_PRT_CTL shared by
   13   all MIX devices present.
   14 
   15 - cell-index: A single cell specifying which portion of the shared
   16   register banks corresponds to this MIX device.
   17 
   18 - interrupts: Two interrupt specifiers.  The first is the MIX
   19   interrupt routing and the second the routing for the AGL interrupts.
   20 
   21 - phy-handle: Optional, see ethernet.txt file in the same directory.
   22 
   23 Example:
   24         ethernet@1070000100800 {
   25                 compatible = "cavium,octeon-5750-mix";
   26                 reg = <0x10700 0x00100800 0x0 0x100>, /* MIX */
   27                       <0x11800 0xE0000800 0x0 0x300>, /* AGL */
   28                       <0x11800 0xE0000400 0x0 0x400>, /* AGL_SHARED  */
   29                       <0x11800 0xE0002008 0x0 0x8>;   /* AGL_PRT_CTL */
   30                 cell-index = <1>;
   31                 interrupts = <1 18>, < 1 46>;
   32                 local-mac-address = [ 00 0f b7 10 63 54 ];
   33                 phy-handle = <&phy1>;
   34         };

Cache object: 0edd4a41cc9a93ce52fa3a2182acf432


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