Lines Matching +full:support +full:- +full:pulse +full:- +full:signal
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/csky,apb-intc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: C-SKY APB Interrupt Controller
10 - Guo Ren <guoren@kernel.org>
13 C-SKY APB Interrupt Controller is a simple soc interrupt controller on the apb
16 - csky,apb-intc is used in a lot of csky fpgas and socs, it support 64 irq nums.
17 - csky,dual-apb-intc consists of 2 apb-intc and 128 irq nums supported.
18 - csky,gx6605s-intc is gx6605s soc internal irq interrupt controller, 64 irq nums.
23 - csky,apb-intc
24 - csky,dual-apb-intc
25 - csky,gx6605s-intc
30 '#interrupt-cells':
33 interrupt-controller: true
35 csky,support-pulse-signal:
37 description: Support for pulse signal flag.
42 - compatible
43 - reg
44 - '#interrupt-cells'
45 - interrupt-controller
48 - |
49 intc: interrupt-controller@500000 {
50 compatible = "csky,apb-intc";
51 #interrupt-cells = <1>;
53 interrupt-controller;