Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > eedb6634b44b6f17fb2629c71380546b > files > 2613

kernel-doc-5.5.9-1.mga7.noarch.rpm

EZchip NPS Interrupt Controller

Required properties:

- compatible : should be "ezchip,nps400-ic"
- interrupt-controller : Identifies the node as an interrupt controller
- #interrupt-cells : Specifies the number of cells needed to encode an
  interrupt source. The value shall be 1.


Example:

intc: interrupt-controller {
	compatible = "ezchip,nps400-ic";
	interrupt-controller;
	#interrupt-cells = <1>;
};