Lines Matching full:interrupt
4 $id: http://devicetree.org/schemas/interrupt-controller/qcom,pdc.yaml#
7 title: PDC interrupt controller
16 interrupt controller that can be used to help detect edge low interrupts as
19 GIC is parent interrupt controller at the highest level. Platform interrupt
22 specify PDC as their interrupt controller and request the PDC port associated
23 with the GIC interrupt. See example below.
58 '#interrupt-cells':
61 interrupt-controller: true
80 - '#interrupt-cells'
81 - interrupt-controller
88 #include <dt-bindings/interrupt-controller/irq.h>
90 pdc: interrupt-controller@b220000 {
94 #interrupt-cells = <2>;
95 interrupt-parent = <&intc>;
96 interrupt-controller;