Lines Matching +full:trigger +full:- +full:address
1 * Meta External Trigger Controller Binding
4 representation of a Meta external trigger controller.
8 - compatible: Specifies the compatibility list for the interrupt controller.
9 The type shall be <string> and the value shall include "img,meta-intc".
11 - num-banks: Specifies the number of interrupt banks (each of which can
14 - interrupt-controller: The presence of this property identifies the node
17 - #interrupt-cells: Specifies the number of cells needed to encode an
20 - #address-cells: Specifies the number of cells needed to encode an
21 address. The type shall be <u32> and the value shall be 0. As such,
22 'interrupt-map' nodes do not have to specify a parent unit address.
26 - no-mask: The controller doesn't have any mask registers.
32 - <1st-cell>: The interrupt-number that identifies the interrupt source.
34 - <2nd-cell>: The Linux interrupt flags containing level-sense information,
37 4 = level-sensitive
44 * Meta external trigger block
48 interrupt-controller;
50 // No address cells so that 'interrupt-map' nodes which
52 // address specifier.
53 #address-cells = <0>;
56 #interrupt-cells = <2>;
59 num-banks = <2>;
62 no-mask;
64 // Compatible with Meta hardware trigger block.
65 compatible = "img,meta-intc";
72 * trigger block.
75 // Interrupt source '5' that is level-sensitive.
77 // interrupt parent's '#interrupt-cells' property.
81 interrupt-parent = <&intc>;