mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

Add compatibility to Arm Morello Fixed Virtual Platform. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Message-Id: <20250221180349.1413089-4-vincenzo.frascino@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
36 lines
900 B
YAML
36 lines
900 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/arm,morello.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: ARM Morello Platforms
|
|
|
|
maintainers:
|
|
- Vincenzo Frascino <vincenzo.frascino@arm.com>
|
|
|
|
description: |+
|
|
The Morello architecture is an experimental extension to Armv8.2-A,
|
|
which extends the AArch64 state with the principles proposed in
|
|
version 7 of the Capability Hardware Enhanced RISC Instructions
|
|
(CHERI) ISA.
|
|
|
|
ARM's Morello Platforms are built as a research project to explore
|
|
capability architectures based on arm.
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- description: Arm Morello System Platforms
|
|
items:
|
|
- enum:
|
|
- arm,morello-sdp
|
|
- arm,morello-fvp
|
|
- const: arm,morello
|
|
|
|
additionalProperties: true
|
|
|
|
...
|