Path: blob/master/Documentation/devicetree/bindings/arm/arm,morello.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/arm/arm,morello.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ARM Morello Platforms78maintainers:9- Vincenzo Frascino <vincenzo.frascino@arm.com>1011description: |+12The Morello architecture is an experimental extension to Armv8.2-A,13which extends the AArch64 state with the principles proposed in14version 7 of the Capability Hardware Enhanced RISC Instructions15(CHERI) ISA.1617ARM's Morello Platforms are built as a research project to explore18capability architectures based on arm.1920properties:21$nodename:22const: '/'23compatible:24oneOf:25- description: Arm Morello System Platforms26items:27- enum:28- arm,morello-sdp29- arm,morello-fvp30- const: arm,morello3132additionalProperties: true3334...353637