Lines Matching refs:interrupt
4 system for interrupt routing. For multiple controllers they can either be
12 - interrupt-controller : Identifies the node as an interrupt controller
13 - #interrupt-cells : The number of cells to define the interrupts. Must be 1 as
14 the VIC has no configuration options for interrupt sources. The cell is a u32
15 and defines the interrupt number.
21 - valid-mask : A one cell big bit mask of valid interrupt sources. Each bit
22 represents single interrupt source, starting from source 0 at LSb and ending
25 - valid-wakeup-mask : A one cell big bit mask of interrupt sources that can be
27 valid-mask property. A set bit means that this interrupt source can be
29 interrupt sources configurable as wake up sources.
33 vic0: interrupt-controller@60000 {
35 interrupt-controller;
36 #interrupt-cells = <1>;