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/mfd/atmel-matrix.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 * Device tree bindings for Atmel Bus Matrix
    2 
    3 The Bus Matrix registers are used to configure Atmel SoCs internal bus
    4 behavior (master/slave priorities, undefined burst length type, ...)
    5 
    6 Required properties:
    7 - compatible:           Should be one of the following
    8                         "atmel,at91sam9260-matrix", "syscon"
    9                         "atmel,at91sam9261-matrix", "syscon"
   10                         "atmel,at91sam9263-matrix", "syscon"
   11                         "atmel,at91sam9rl-matrix", "syscon"
   12                         "atmel,at91sam9g45-matrix", "syscon"
   13                         "atmel,at91sam9n12-matrix", "syscon"
   14                         "atmel,at91sam9x5-matrix", "syscon"
   15                         "atmel,sama5d3-matrix", "syscon"
   16                         "microchip,sam9x60-matrix", "syscon"
   17 - reg:                  Contains offset/length value of the Bus Matrix
   18                         memory region.
   19 
   20 Example:
   21 
   22 matrix: matrix@ffffec00 {
   23         compatible = "atmel,sama5d3-matrix", "syscon";
   24         reg = <0xffffec00 0x200>;
   25 };

Cache object: 1d44f24d9ac73cc5a413bc995369096e


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