From fbf209e5c8f7c476e432dfaea8d970d5224cdf7e Mon Sep 17 00:00:00 2001 From: Ryan McClelland Date: Tue, 18 Jun 2024 10:42:32 -0700 Subject: [PATCH] dts: bindings: cpu: add definition for arm,cortex-m55 A binding for the m55 cpu was missing. Add the yaml files. Signed-off-by: Ryan McClelland --- dts/bindings/cpu/arm,cortex-m55.yaml | 8 ++++++++ dts/bindings/cpu/arm,cortex-m55f.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 dts/bindings/cpu/arm,cortex-m55.yaml create mode 100644 dts/bindings/cpu/arm,cortex-m55f.yaml diff --git a/dts/bindings/cpu/arm,cortex-m55.yaml b/dts/bindings/cpu/arm,cortex-m55.yaml new file mode 100644 index 00000000000..21c55105bc4 --- /dev/null +++ b/dts/bindings/cpu/arm,cortex-m55.yaml @@ -0,0 +1,8 @@ +# Copyright (c) 2024 Meta Platforms +# SPDX-License-Identifier: Apache-2.0 + +description: ARM Cortex-M55 CPU + +compatible: "arm,cortex-m55" + +include: arm,cortex-m.yaml diff --git a/dts/bindings/cpu/arm,cortex-m55f.yaml b/dts/bindings/cpu/arm,cortex-m55f.yaml new file mode 100644 index 00000000000..ca6d8574605 --- /dev/null +++ b/dts/bindings/cpu/arm,cortex-m55f.yaml @@ -0,0 +1,8 @@ +# Copyright (c) 2024 Meta Platforms +# SPDX-License-Identifier: Apache-2.0 + +description: ARM Cortex-M55F CPU + +compatible: "arm,cortex-m55f" + +include: arm,cortex-m.yaml