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,corstone1000.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,corstone1000.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: ARM Corstone1000 Device Tree Bindings
    8 
    9 maintainers:
   10   - Vishnu Banavath <vishnu.banavath@arm.com>
   11   - Rui Miguel Silva <rui.silva@linaro.org>
   12 
   13 description: |+
   14   ARM's Corstone1000 includes pre-verified Corstone SSE-710 subsystem that
   15   provides a flexible compute architecture that combines Cortex‑A and Cortex‑M
   16   processors.
   17 
   18   Support for Cortex‑A32, Cortex‑A35 and Cortex‑A53 processors. Two expansion
   19   systems for M-Class (or other) processors for adding sensors, connectivity,
   20   video, audio and machine learning at the edge System and security IPs to build
   21   a secure SoC for a range of rich IoT applications, for example gateways, smart
   22   cameras and embedded systems.
   23 
   24   Integrated Secure Enclave providing hardware Root of Trust and supporting
   25   seamless integration of the optional CryptoCell™-312 cryptographic
   26   accelerator.
   27 
   28 properties:
   29   $nodename:
   30     const: '/'
   31   compatible:
   32     oneOf:
   33       - description: Corstone1000 MPS3 it has 1 Cortex-A35 CPU core in a FPGA
   34           implementation of the Corstone1000 in the MPS3 prototyping board. See
   35           ARM document DAI0550.
   36         items:
   37           - const: arm,corstone1000-mps3
   38       - description: Corstone1000 FVP is the Fixed Virtual Platform
   39           implementation of this system. See ARM ecosystems FVP's.
   40         items:
   41           - const: arm,corstone1000-fvp
   42 
   43 additionalProperties: true
   44 
   45 ...

Cache object: aa657f8ee8a21fa084f6ceb8cb3783c1


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