Lines Matching +full:num +full:- +full:vectors
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/altr,msi-controller.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Matthew Gerlach <matthew.gerlach@linux.intel.com>
16 - altr,msi-1.0
20 - description: CSR registers
21 - description: Vectors slave port region
23 reg-names:
25 - const: csr
26 - const: vector_slave
31 msi-controller: true
33 num-vectors:
34 description: number of vectors
40 - compatible
41 - reg
42 - reg-names
43 - interrupts
44 - msi-controller
45 - num-vectors
48 - $ref: /schemas/interrupt-controller/msi-controller.yaml#
53 - |
54 #include <dt-bindings/interrupt-controller/arm-gic.h>
55 #include <dt-bindings/interrupt-controller/irq.h>
57 compatible = "altr,msi-1.0";
60 reg-names = "csr", "vector_slave";
61 interrupt-parent = <&hps_0_arm_gic_0>;
63 msi-controller;
64 num-vectors = <32>;