mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
dt-bindings: arm: Add Morello compatibility
Add compatibility to Arm Morello System Development Platform. Note: Morello is at the same time the name of an Architecture [1], an SoC [2] and a Board [2]. To distinguish in between Architecture/SoC and Board we refer to the first as arm,morello and to the second as arm,morello-sdp. [1] https://developer.arm.com/Architectures/Morello [2] https://www.morello-project.org/ Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Message-Id: <20250221180349.1413089-3-vincenzo.frascino@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
a3b955ac91
commit
51e877f12d
33
Documentation/devicetree/bindings/arm/arm,morello.yaml
Normal file
33
Documentation/devicetree/bindings/arm/arm,morello.yaml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# 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 Development Platform
|
||||
items:
|
||||
- const: arm,morello-sdp
|
||||
- const: arm,morello
|
||||
|
||||
additionalProperties: true
|
||||
|
||||
...
|
||||
Loading…
Reference in New Issue
Block a user