Lines Matching +full:open +full:- +full:pic
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/chrp,open-pic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Open PIC Interrupt Controller
10 - Rob Herring <robh@kernel.org>
14 representation of an Open PIC compliant interrupt controller. This binding is
15 based on the binding defined for Open PIC in [1] and is a superset of that
21 - items:
22 - const: fsl,mpic
23 - const: chrp,open-pic
24 - const: chrp,open-pic
27 const: open-pci
33 interrupt-controller: true
35 '#address-cells':
38 '#interrupt-cells':
41 pic-no-reset:
42 description: Indicates the PIC shall not be reset during runtime initialization.
46 - compatible
47 - reg
48 - interrupt-controller
49 - '#address-cells'
50 - '#interrupt-cells'
55 - |
56 interrupt-controller@40000 {
57 compatible = "chrp,open-pic";
59 interrupt-controller;
60 #address-cells = <0>;
61 #interrupt-cells = <2>;
62 pic-no-reset;