Lines Matching +full:pcie +full:- +full:x1
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
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
22 reg-names:
24 - const: reg
25 - const: cfg
28 - reg
29 - reg-names
34 - |
36 #address-cells = <2>;
37 #size-cells = <2>;
39 pcie@fb000000 {
40 compatible = "cdns,cdns-pcie-host";
42 #address-cells = <3>;
43 #size-cells = <2>;
44 bus-range = <0x0 0xff>;
45 linux,pci-domain = <0>;
46 vendor-id = <0x17cd>;
47 device-id = <0x0200>;
51 reg-names = "reg", "cfg";
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";