forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: interrupt_controller: Add dts support for DesignWare controller
Add dts support for multilevel DW interrupt controller Change-Id: Ia16d6870bd3a46fca933c906aedc6ba78ed5131a Signed-off-by: Savinay Dharmappa <[email protected]>
- Loading branch information
1 parent
9ee4929
commit 7be3236
Showing
6 changed files
with
161 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: CAVS Interrupt Controller | ||
version: 0.1 | ||
|
||
description: > | ||
This binding describes CAVS Interrupt controller | ||
properties: | ||
compatible: | ||
category: required | ||
type: string | ||
description: compatible strings | ||
constraint: "intel,cavs-intc" | ||
|
||
reg: | ||
category: required | ||
type: int | ||
description: mmio register space | ||
generation: define | ||
|
||
intel,num-irq-priority-bits: | ||
category: required | ||
type: int | ||
description: number of bits of IRQ priorities | ||
generation: define | ||
|
||
interrupts: | ||
type: array | ||
category: required | ||
description: required interrupts | ||
generation: define | ||
|
||
cell_string: IRQ | ||
|
||
"#cells": | ||
- irq | ||
- sense | ||
... |
38 changes: 38 additions & 0 deletions
38
dts/bindings/interrupt-controller/snps,designware-intc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: DesignWare Interrupt Controller | ||
version: 0.1 | ||
|
||
description: > | ||
This binding describes DesignWare Programmable Interrupt controller | ||
properties: | ||
compatible: | ||
category: required | ||
type: string | ||
description: compatible strings | ||
constraint: "snps,designware-intc" | ||
|
||
reg: | ||
category: required | ||
type: int | ||
description: mmio register space | ||
generation: define | ||
|
||
snps,num-irq-priority-bits: | ||
category: required | ||
type: int | ||
description: number of bits of IRQ priorities | ||
generation: define | ||
|
||
interrupts: | ||
type: array | ||
category: required | ||
description: required interrupts | ||
generation: define | ||
|
||
cell_string: IRQ | ||
|
||
"#cells": | ||
- irq | ||
- sense | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Xtensa Core Interrupt Controller | ||
version: 0.1 | ||
|
||
description: > | ||
This binding describes Xtensa Core Interrupt controller | ||
properties: | ||
compatible: | ||
category: required | ||
type: string | ||
description: compatible strings | ||
constraint: "xtensa,core-intc" | ||
|
||
reg: | ||
category: required | ||
type: int | ||
description: mmio register space | ||
generation: define | ||
|
||
snps,num-irq-priority-bits: | ||
category: required | ||
type: int | ||
description: number of bits of IRQ priorities | ||
generation: define | ||
|
||
cell_string: IRQ | ||
|
||
"#cells": | ||
- irq | ||
- sense | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters