Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > 6cfad67f52659f2df881d85cd7ed972f > files > 2406

kernel-doc-4.4.32-1.mga5.noarch.rpm

* Interrupt Controllers

Currently defined compatibles:
- fsl,cpm1-pic
  - only one interrupt cell
- fsl,pq1-pic
- fsl,cpm2-pic
  - second interrupt cell is level/sense:
    - 2 is falling edge
    - 8 is active low

Example:
	interrupt-controller@10c00 {
		#interrupt-cells = <2>;
		interrupt-controller;
		reg = <10c00 80>;
		compatible = "mpc8272-pic", "fsl,cpm2-pic";
	};