Lines Matching +full:msi +full:- +full:ranges
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/marvell,cp110-icu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 - Miquel Raynal <miquel.raynal@bootlin.com>
9 - Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 collecting all wired-interrupt sources in the CP and communicating them to the
22 const: marvell,cp110-icu
27 '#address-cells':
30 '#size-cells':
33 ranges: true
36 "^interrupt-controller@":
44 - marvell,cp110-icu-nsr
45 - marvell,cp110-icu-sr
46 - marvell,cp110-icu-sei
47 - marvell,cp110-icu-rei
52 '#interrupt-cells':
55 interrupt-controller: true
57 msi-parent:
62 - compatible
63 - reg
64 - '#interrupt-cells'
65 - interrupt-controller
66 - msi-parent
69 - compatible
70 - reg
75 - |
76 interrupt-controller@1e0000 {
77 compatible = "marvell,cp110-icu";
79 #address-cells = <1>;
80 #size-cells = <1>;
81 ranges;
83 interrupt-controller@10 {
84 compatible = "marvell,cp110-icu-nsr";
86 #interrupt-cells = <2>;
87 interrupt-controller;
88 msi-parent = <&gicp>;
91 interrupt-controller@50 {
92 compatible = "marvell,cp110-icu-sei";
94 #interrupt-cells = <2>;
95 interrupt-controller;
96 msi-parent = <&sei>;