1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,irqsteer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale IRQSTEER Interrupt Multiplexer
10 - Lucas Stach <l.stach@pengutronix.de>
15 - const: fsl,imx-irqsteer
21 - fsl,imx8qxp-irqsteer
22 - const: fsl,imx-irqsteer
29 should contain the up to 8 parent interrupt lines used to multiplex
30 the input interrupts. They should be specified sequentially from
33 - description: output interrupt 0
34 - description: output interrupt 1
35 - description: output interrupt 2
36 - description: output interrupt 3
37 - description: output interrupt 4
38 - description: output interrupt 5
39 - description: output interrupt 6
40 - description: output interrupt 7
52 interrupt-controller: true
58 $ref: /schemas/types.yaml#/definitions/uint32
60 u32 value representing the output channel that all input IRQs should be
64 $ref: /schemas/types.yaml#/definitions/uint32
66 u32 value representing the number of input interrupts of this channel,
67 should be multiple of 32 input interrupts and up to 512 interrupts.
75 - interrupt-controller
88 - fsl,imx8qxp-irqsteer
96 additionalProperties: false
100 #include <dt-bindings/clock/imx8mq-clock.h>
101 #include <dt-bindings/interrupt-controller/arm-gic.h>
103 interrupt-controller@32e2d000 {
104 compatible = "fsl,imx-irqsteer";
105 reg = <0x32e2d000 0x1000>;
106 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
107 clocks = <&clk IMX8MQ_CLK_DISP_APB_ROOT>;
111 interrupt-controller;
112 #interrupt-cells = <1>;