1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,intmux.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale INTMUX interrupt multiplexer
10 - Joakim Zhang <qiangqing.zhang@nxp.com>
23 Should contain the parent interrupt lines (up to 8) used to multiplex
26 interrupt-controller: true
31 The 1st cell is hw interrupt number, the 2nd cell is channel index.
34 description: ipg clock.
43 - interrupt-controller
48 additionalProperties: false
52 interrupt-controller@37400000 {
53 compatible = "fsl,imx-intmux";
54 reg = <0x37400000 0x1000>;
55 interrupts = <0 16 4>,
64 interrupt-parent = <&gic>;
65 #interrupt-cells = <2>;