Lines Matching +full:multi +full:- +full:processors
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/csky,mpintc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: C-SKY Multi-processors Interrupt Controller
10 - Guo Ren <guoren@kernel.org>
13 C-SKY Multi-processors Interrupt Controller is designed for ck807/ck810/ck860
14 SMP soc, and it also could be used in non-SMP system.
17 0-15 : software irq, and we use 15 as our IPI_IRQ.
18 16-31 : private irq, and we use 16 as the co-processor timer.
19 31-1024: common irq for soc ip.
25 '#interrupt-cells':
28 interrupt-controller: true
31 - compatible
32 - "#interrupt-cells"
33 - interrupt-controller
38 - |
39 interrupt-controller {
41 #interrupt-cells = <2>;
42 interrupt-controller;