Bogdan Davidoaia | 5b02ba8 | 2017-02-06 15:09:30 +0200 | [diff] [blame] | 1 | --- |
Ioannis Glaropoulos | cf36cb2 | 2018-02-07 23:06:52 +0100 | [diff] [blame] | 2 | title: ARMv6-M NVIC Interrupt Controller |
Kumar Gala | db1075e | 2018-07-05 13:55:36 -0500 | [diff] [blame^] | 3 | id: arm,v6m-nvic |
Bogdan Davidoaia | 5b02ba8 | 2017-02-06 15:09:30 +0200 | [diff] [blame] | 4 | version: 0.1 |
| 5 | |
| 6 | description: > |
Ioannis Glaropoulos | cf36cb2 | 2018-02-07 23:06:52 +0100 | [diff] [blame] | 7 | This binding describes the ARMv6-M Nested Vectored Interrupt Controller. |
Bogdan Davidoaia | 5b02ba8 | 2017-02-06 15:09:30 +0200 | [diff] [blame] | 8 | |
| 9 | properties: |
Erwan Gouriou | 104553d | 2017-11-23 08:48:10 +0100 | [diff] [blame] | 10 | compatible: |
Bogdan Davidoaia | 5b02ba8 | 2017-02-06 15:09:30 +0200 | [diff] [blame] | 11 | category: required |
| 12 | type: string |
| 13 | description: compatible strings |
Kumar Gala | fbc5519 | 2017-03-27 11:57:52 -0500 | [diff] [blame] | 14 | constraint: "arm,v6m-nvic" |
Bogdan Davidoaia | 5b02ba8 | 2017-02-06 15:09:30 +0200 | [diff] [blame] | 15 | |
Erwan Gouriou | 104553d | 2017-11-23 08:48:10 +0100 | [diff] [blame] | 16 | reg: |
Bogdan Davidoaia | 5b02ba8 | 2017-02-06 15:09:30 +0200 | [diff] [blame] | 17 | category: required |
| 18 | type: int |
| 19 | description: mmio register space |
| 20 | generation: define |
| 21 | |
Erwan Gouriou | 104553d | 2017-11-23 08:48:10 +0100 | [diff] [blame] | 22 | arm,num-irq-priority-bits: |
Bogdan Davidoaia | 5b02ba8 | 2017-02-06 15:09:30 +0200 | [diff] [blame] | 23 | category: required |
| 24 | type: int |
| 25 | description: number of bits of IRQ priorities |
| 26 | generation: define |
| 27 | |
Bogdan Davidoaia | 5b02ba8 | 2017-02-06 15:09:30 +0200 | [diff] [blame] | 28 | "#cells": |
| 29 | - irq |
Kumar Gala | 94107bc | 2017-03-23 13:41:32 -0500 | [diff] [blame] | 30 | - priority |
Bogdan Davidoaia | 5b02ba8 | 2017-02-06 15:09:30 +0200 | [diff] [blame] | 31 | ... |