Lines Matching +full:interrupt +full:- +full:ranges
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/xlnx,axi-pcie-host.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thippeswamy Havalige <thippeswamy.havalige@amd.com>
13 - $ref: /schemas/pci/pci-host-bridge.yaml#
17 const: xlnx,axi-pcie-host-1.00.a
25 ranges:
27 - description: |
28 ranges for the PCI memory regions (I/O space region is not
31 "#interrupt-cells":
34 interrupt-controller:
35 description: identifies the node as an interrupt controller
38 interrupt-controller: true
40 "#address-cells":
43 "#interrupt-cells":
47 - interrupt-controller
48 - "#address-cells"
49 - "#interrupt-cells"
54 - compatible
55 - reg
56 - ranges
57 - interrupts
58 - interrupt-map
59 - "#interrupt-cells"
60 - interrupt-controller
65 - |
66 #include <dt-bindings/interrupt-controller/arm-gic.h>
67 #include <dt-bindings/interrupt-controller/irq.h>
70 compatible = "xlnx,axi-pcie-host-1.00.a";
72 #address-cells = <3>;
73 #size-cells = <2>;
74 #interrupt-cells = <1>;
77 interrupt-map-mask = <0 0 0 7>;
78 interrupt-map = <0 0 0 1 &pcie_intc 1>,
82 ranges = <0x02000000 0 0x60000000 0x60000000 0 0x10000000>;
83 pcie_intc: interrupt-controller {
84 interrupt-controller;
85 #address-cells = <0>;
86 #interrupt-cells = <1>;