Lines Matching +full:controller +full:- +full:number
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/ti,cp-intc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI Common Platform Interrupt Controller
10 - Bartosz Golaszewski <brgl@bgdev.pl>
13 Common Platform Interrupt Controller (cp_intc) is used on OMAP-L1x SoCs and
14 can support several configurable number of interrupts.
18 const: ti,cp-intc
23 interrupt-controller: true
25 '#interrupt-cells':
27 description: Encodes an interrupt number in the range 0–128.
29 ti,intc-size:
30 description: Number of interrupts handled by the interrupt controller.
34 - compatible
35 - reg
36 - interrupt-controller
37 - '#interrupt-cells'
38 - ti,intc-size
43 - |
44 interrupt-controller@fffee000 {
45 compatible = "ti,cp-intc";
47 interrupt-controller;
48 #interrupt-cells = <1>;
49 ti,intc-size = <101>;