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/arm/arm,scu.yaml

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 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/arm/arm,scu.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: ARM Snoop Control Unit (SCU)
    8 
    9 maintainers:
   10   - Linus Walleij <linus.walleij@linaro.org>
   11 
   12 description: |
   13   As part of the MPCore complex, Cortex-A5 and Cortex-A9 are provided
   14   with a Snoop Control Unit. The register range is usually 256 (0x100)
   15   bytes.
   16 
   17   References:
   18     - Cortex-A9: see DDI0407E Cortex-A9 MPCore Technical Reference Manual
   19       Revision r2p0
   20     - Cortex-A5: see DDI0434B Cortex-A5 MPCore Technical Reference Manual
   21       Revision r0p1
   22     - ARM11 MPCore: see DDI0360F ARM 11 MPCore Processor Technical Reference
   23       Manial Revision r2p0
   24 
   25 properties:
   26   compatible:
   27     enum:
   28       - arm,cortex-a9-scu
   29       - arm,cortex-a5-scu
   30       - arm,arm11mp-scu
   31 
   32   reg:
   33     maxItems: 1
   34 
   35 required:
   36   - compatible
   37   - reg
   38 
   39 additionalProperties: false
   40 
   41 examples:
   42   - |
   43     scu@a0410000 {
   44             compatible = "arm,cortex-a9-scu";
   45             reg = <0xa0410000 0x100>;
   46     };

Cache object: eb611d873fdbf9de7f52a8d3b325a7de


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