brintos

brintos / linux-shallow public Read only

0
0
Text · 605 B · 341ae59 Raw
15 lines · plain
1TS-4800 FPGA interrupt controller2 3TS-4800 FPGA has an internal interrupt controller. When one of the4interrupts is triggered, the SoC is notified, usually using a GPIO as5parent interrupt source.6 7Required properties:8- compatible: should be "technologic,ts4800-irqc"9- interrupt-controller: identifies the node as an interrupt controller10- reg: physical base address of the controller and length of memory mapped11  region12- #interrupt-cells: specifies the number of cells needed to encode an interrupt13  source, should be 1.14- interrupts: specifies the interrupt line in the interrupt-parent controller15