Lines Matching refs:interrupt
6 - #interrupt-cells: specifies the number of cells needed to encode an
7 interrupt source. The value must be 1.
11 - interrupts: Should contain AXI PCIe interrupt
12 - interrupt-map-mask,
13 interrupt-map: standard PCI properties to define the mapping of the
14 PCI interface to interrupt numbers.
26 - interrupt-controller: identifies the node as an interrupt controller
29 - #interrupt-cells: specifies the number of cells needed to encode an
30 interrupt source. The value must be 1.
33 The core provides a single interrupt for both INTx/MSI messages. So,
34 created a interrupt controller node to support 'interrupt-map' DT
45 #interrupt-cells = <1>;
50 interrupt-map-mask = <0 0 0 7>;
51 interrupt-map = <0 0 0 1 &pcie_intc 1>,
57 pcie_intc: interrupt-controller {
58 interrupt-controller;
60 #interrupt-cells = <1>;
69 #interrupt-cells = <1>;
73 interrupt-parent = <µblaze_0_intc>;
75 interrupt-map-mask = <0 0 0 7>;
76 interrupt-map = <0 0 0 1 &pcie_intc 1>,
82 pcie_intc: interrupt-controller {
83 interrupt-controller;
85 #interrupt-cells = <1>;