Add initial support for the Cortex-M55 Core which is an implementation of the Armv8.1-M mainline architecture and includes support for the M‑profile Vector Extension (MVE). The support is based on the Cortex-M33 support that already exists in Zephyr. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
14 lines
273 B
YAML
14 lines
273 B
YAML
description: ARMv8.1-M MPU (Memory Protection Unit)
|
|
|
|
compatible: "arm,armv8.1m-mpu"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
arm,num-mpu-regions:
|
|
required: true
|
|
type: int
|
|
description: number of MPU regions supported by hardware
|