mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
feat(tc): interrupt numbers for smmu_700
Interrupt numbers definitions and names added to `smmu_700` node. Signed-off-by: Kshitij Sisodia <kshitij.sisodia@arm.com> Change-Id: Iee0b5e854e5516fce13315c1e6ad5bb2a55246ec
This commit is contained in:
parent
127eabeddf
commit
2c406ddaf7
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
|
||||
/ {
|
||||
compatible = "arm,tc";
|
||||
interrupt-parent = <&gic>;
|
||||
|
@ -501,6 +504,10 @@
|
|||
#iommu-cells = <1>;
|
||||
compatible = "arm,smmu-v3";
|
||||
reg = <0x0 0x3f000000 0x0 0x5000000>;
|
||||
interrupts = <GIC_SPI 228 IRQ_TYPE_EDGE_RISING>,
|
||||
<GIC_SPI 229 IRQ_TYPE_EDGE_RISING>,
|
||||
<GIC_SPI 230 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupt-names = "eventq", "cmdq-sync", "gerror";
|
||||
dma-coherent;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue