Lines Matching +full:num +full:- +full:irqs
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,irqsteer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lucas Stach <l.stach@pengutronix.de>
15 - const: fsl,imx-irqsteer
16 - items:
17 - const: fsl,imx8m-irqsteer
18 - const: fsl,imx-irqsteer
29 - description: output interrupt 0
30 - description: output interrupt 1
31 - description: output interrupt 2
32 - description: output interrupt 3
33 - description: output interrupt 4
34 - description: output interrupt 5
35 - description: output interrupt 6
36 - description: output interrupt 7
42 clock-names:
45 interrupt-controller: true
47 "#interrupt-cells":
53 u32 value representing the output channel that all input IRQs should be
56 fsl,num-irqs:
63 - compatible
64 - reg
65 - interrupts
66 - clocks
67 - clock-names
68 - interrupt-controller
69 - "#interrupt-cells"
70 - fsl,channel
71 - fsl,num-irqs
76 - |
77 #include <dt-bindings/clock/imx8mq-clock.h>
78 #include <dt-bindings/interrupt-controller/arm-gic.h>
80 interrupt-controller@32e2d000 {
81 compatible = "fsl,imx-irqsteer";
85 clock-names = "ipg";
87 fsl,num-irqs = <64>;
88 interrupt-controller;
89 #interrupt-cells = <1>;