0001 * Xtensa Interrupt Distributor and Programmable Interrupt Controller (MX)
0002
0003 Required properties:
0004 - compatible: Should be "cdns,xtensa-mx".
0005
0006 Remaining properties have exact same meaning as in Xtensa PIC
0007 (see cdns,xtensa-pic.txt).
0008
0009 Examples:
0010 pic: pic {
0011 compatible = "cdns,xtensa-mx";
0012 /* one cell: internal irq number,
0013 * two cells: second cell == 0: internal irq number
0014 * second cell == 1: external irq number
0015 */
0016 #interrupt-cells = <2>;
0017 interrupt-controller;
0018 };