Lines Matching +full:msi +full:- +full:parent
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/al,alpine-msix.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Antoine Tenart <atenart@kernel.org>
14 const: al,alpine-msix
19 interrupt-parent: true
21 msi-controller: true
23 al,msi-base-spi:
24 description: SPI base of the MSI frame
27 al,msi-num-spis:
28 description: number of SPIs assigned to the MSI frame, relative to SPI0
32 - compatible
33 - reg
34 - msi-controller
35 - al,msi-base-spi
36 - al,msi-num-spis
41 - |
42 msi-controller@fbe00000 {
43 compatible = "al,alpine-msix";
45 interrupt-parent = <&gic>;
46 msi-controller;
47 al,msi-base-spi = <160>;
48 al,msi-num-spis = <160>;