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>
22 lines
389 B
YAML
22 lines
389 B
YAML
description: ARMv8.1-M NVIC (Nested Vectored Interrupt Controller)
|
|
|
|
compatible: "arm,v8.1m-nvic"
|
|
|
|
include: [interrupt-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
arm,num-irq-priority-bits:
|
|
required: true
|
|
type: int
|
|
description: number of bits of IRQ priorities
|
|
|
|
"#interrupt-cells":
|
|
const: 2
|
|
|
|
interrupt-cells:
|
|
- irq
|
|
- priority
|