2017-02-06 21:09:30 +08:00
|
|
|
---
|
2018-02-08 06:06:52 +08:00
|
|
|
title: ARMv6-M NVIC Interrupt Controller
|
2017-02-06 21:09:30 +08:00
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
2018-02-08 06:06:52 +08:00
|
|
|
This binding describes the ARMv6-M Nested Vectored Interrupt Controller.
|
2017-02-06 21:09:30 +08:00
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-02-06 21:09:30 +08:00
|
|
|
category: required
|
|
|
|
type: string
|
|
|
|
description: compatible strings
|
2017-03-28 00:57:52 +08:00
|
|
|
constraint: "arm,v6m-nvic"
|
2018-08-20 19:45:55 +08:00
|
|
|
generation: define
|
2017-02-06 21:09:30 +08:00
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-02-06 21:09:30 +08:00
|
|
|
category: required
|
|
|
|
type: int
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
arm,num-irq-priority-bits:
|
2017-02-06 21:09:30 +08:00
|
|
|
category: required
|
|
|
|
type: int
|
|
|
|
description: number of bits of IRQ priorities
|
|
|
|
generation: define
|
|
|
|
|
|
|
|
"#cells":
|
|
|
|
- irq
|
2017-03-24 02:41:32 +08:00
|
|
|
- priority
|
2017-02-06 21:09:30 +08:00
|
|
|
...
|