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 <ryanmcclelland@meta.com>
This commit is contained in:
Ryan McClelland 2024-06-18 10:42:32 -07:00 committed by Anas Nashif
parent b93453fe56
commit fbf209e5c8
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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