brintos

brintos / linux-shallow public Read only

0
0
Text · 1.5 KiB · cff1cda Raw
46 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/arm/arm,corstone1000.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: ARM Corstone10008 9maintainers:10  - Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>11  - Hugues Kamba Mpiana <hugues.kambampiana@arm.com>12 13description: |+14  ARM's Corstone1000 includes pre-verified Corstone SSE-710 subsystem that15  provides a flexible compute architecture that combines Cortex‑A and Cortex‑M16  processors.17 18  Support for Cortex‑A32, Cortex‑A35 and Cortex‑A53 processors. Two expansion19  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 build21  a secure SoC for a range of rich IoT applications, for example gateways, smart22  cameras and embedded systems.23 24  Integrated Secure Enclave providing hardware Root of Trust and supporting25  seamless integration of the optional CryptoCell™-312 cryptographic26  accelerator.27 28properties:29  $nodename:30    const: '/'31  compatible:32    oneOf:33      - description: Corstone1000 MPS3 it has 1 Cortex-A35 CPU core in a FPGA34          implementation of the Corstone1000 in the MPS3 prototyping board. See35          ARM document DAI0550.36        items:37          - const: arm,corstone1000-mps338      - description: Corstone1000 FVP is the Fixed Virtual Platform39          implementation of this system. See ARM ecosystems FVP's.40        items:41          - const: arm,corstone1000-fvp42 43additionalProperties: true44 45...46