2021-02-14 05:07:37 +08:00
|
|
|
description: ARMv8.1-M NVIC (Nested Vectored Interrupt Controller)
|
|
|
|
|
|
|
|
compatible: "arm,v8.1m-nvic"
|
|
|
|
|
|
|
|
include: [interrupt-controller.yaml, base.yaml]
|
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2021-02-14 05:07:37 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
arm,num-irq-priority-bits:
|
|
|
|
required: true
|
|
|
|
type: int
|
|
|
|
description: number of bits of IRQ priorities
|
2021-02-14 05:07:37 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
"#interrupt-cells":
|
|
|
|
const: 2
|
2021-02-14 05:07:37 +08:00
|
|
|
|
|
|
|
interrupt-cells:
|
|
|
|
- irq
|
|
|
|
- priority
|