cdns,xtensa-mx.txt 488 B

123456789101112131415161718
  1. * Xtensa Interrupt Distributor and Programmable Interrupt Controller (MX)
  2. Required properties:
  3. - compatible: Should be "cdns,xtensa-mx".
  4. Remaining properties have exact same meaning as in Xtensa PIC
  5. (see cdns,xtensa-pic.txt).
  6. Examples:
  7. pic: pic {
  8. compatible = "cdns,xtensa-mx";
  9. /* one cell: internal irq number,
  10. * two cells: second cell == 0: internal irq number
  11. * second cell == 1: external irq number
  12. */
  13. #interrupt-cells = <2>;
  14. interrupt-controller;
  15. };