Lines Matching +full:max +full:- +full:link +full:- +full:speed
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2021 Texas Instruments Incorporated - http://www.ti.com/
4 ---
5 $id: http://devicetree.org/schemas/pci/ti,am65-pci-host.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Kishon Vijay Abraham I <kishon@ti.com>
14 - $ref: /schemas/pci/pci-bus.yaml#
19 - ti,am654-pcie-rc
20 - ti,keystone-pcie
25 reg-names:
27 - const: app
28 - const: dbics
29 - const: config
30 - const: atu
32 power-domains:
35 ti,syscon-pcie-id:
39 ti,syscon-pcie-mode:
43 msi-map: true
45 dma-coherent: true
48 - compatible
49 - reg
50 - reg-names
51 - max-link-speed
52 - ti,syscon-pcie-id
53 - ti,syscon-pcie-mode
54 - ranges
60 - ti,am654-pcie-rc
63 - dma-coherent
64 - power-domains
65 - msi-map
70 - |
71 #include <dt-bindings/interrupt-controller/arm-gic.h>
72 #include <dt-bindings/interrupt-controller/irq.h>
73 #include <dt-bindings/soc/ti,sci_pm_domain.h>
76 compatible = "ti,am654-pcie-rc";
81 reg-names = "app", "dbics", "config", "atu";
82 power-domains = <&k3_pds 120 TI_SCI_PD_EXCLUSIVE>;
83 #address-cells = <3>;
84 #size-cells = <2>;
87 ti,syscon-pcie-id = <&pcie_devid>;
88 ti,syscon-pcie-mode = <&pcie0_mode>;
89 bus-range = <0x0 0xff>;
90 num-viewport = <16>;
91 max-link-speed = <2>;
92 dma-coherent;
94 msi-map = <0x0 &gic_its 0x0 0x10000>;