1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/pci/cdns,cdns-pcie-host.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cadence PCIe host controller
10 - Tom Joseph <tjoseph@cadence.com>
13 - $ref: cdns-pcie-host.yaml#
17 const: cdns,cdns-pcie-host
31 unevaluatedProperties: false
40 compatible = "cdns,cdns-pcie-host";
44 bus-range = <0x0 0xff>;
45 linux,pci-domain = <0>;
49 reg = <0x0 0xfb000000 0x0 0x01000000>,
50 <0x0 0x41000000 0x0 0x00001000>;
51 reg-names = "reg", "cfg";
53 ranges = <0x02000000 0x0 0x42000000 0x0 0x42000000 0x0 0x1000000>,
54 <0x01000000 0x0 0x43000000 0x0 0x43000000 0x0 0x0010000>;
55 dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x1 0x00000000>;
57 #interrupt-cells = <0x1>;
59 interrupt-map = <0x0 0x0 0x0 0x1 &gic 0x0 0x0 0x0 14 0x1>,
60 <0x0 0x0 0x0 0x2 &gic 0x0 0x0 0x0 15 0x1>,
61 <0x0 0x0 0x0 0x3 &gic 0x0 0x0 0x0 16 0x1>,
62 <0x0 0x0 0x0 0x4 &gic 0x0 0x0 0x0 17 0x1>;
64 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
66 msi-parent = <&its_pci>;
69 phy-names = "pcie-phy";