Add initial support for the Cortex-M85 Core which is an implementation of the Armv8.1-M mainline architecture. The support is based on the Cortex-M55 support that already exists in Zephyr. Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
9 lines
184 B
YAML
9 lines
184 B
YAML
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: ARM Cortex-M85F CPU
|
|
|
|
compatible: "arm,cortex-m85f"
|
|
|
|
include: arm,cortex-m.yaml
|