1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/pci/xilinx-versal-cpm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: CPM Host Controller device tree for Xilinx Versal SoCs
10 - Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com>
13 - $ref: /schemas/pci/pci-bus.yaml#
17 const: xlnx,versal-cpm-host-1.00
21 - description: Configuration space region and bridge registers.
22 - description: CPM system level control and status registers.
34 Maps a Requester ID to an MSI controller and associated MSI sideband data.
43 description: Interrupt controller node for handling legacy PCI interrupts.
50 "interrupt-controller": true
51 additionalProperties: false
63 - interrupt-controller
65 unevaluatedProperties: false
73 cpm_pcie: pcie@fca10000 {
74 compatible = "xlnx,versal-cpm-host-1.00";
77 #interrupt-cells = <1>;
79 interrupts = <0 72 4>;
80 interrupt-parent = <&gic>;
81 interrupt-map-mask = <0 0 0 7>;
82 interrupt-map = <0 0 0 1 &pcie_intc_0 0>,
83 <0 0 0 2 &pcie_intc_0 1>,
84 <0 0 0 3 &pcie_intc_0 2>,
85 <0 0 0 4 &pcie_intc_0 3>;
86 bus-range = <0x00 0xff>;
87 ranges = <0x02000000 0x0 0xe0000000 0x0 0xe0000000 0x0 0x10000000>,
88 <0x43000000 0x80 0x00000000 0x80 0x00000000 0x0 0x80000000>;
89 msi-map = <0x0 &its_gic 0x0 0x10000>;
90 reg = <0x6 0x00000000 0x0 0x10000000>,
91 <0x0 0xfca10000 0x0 0x1000>;
92 reg-names = "cfg", "cpm_slcr";
93 pcie_intc_0: interrupt-controller {
95 #interrupt-cells = <1>;