xref: /freebsd/sys/contrib/device-tree/Bindings/pci/st,spear1340-pcie.yaml (revision 833e5d42ab135b0238e61c5b3c19b8619677cbfa)
1*833e5d42SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*833e5d42SEmmanuel Vadot%YAML 1.2
3*833e5d42SEmmanuel Vadot---
4*833e5d42SEmmanuel Vadot$id: http://devicetree.org/schemas/pci/st,spear1340-pcie.yaml#
5*833e5d42SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*833e5d42SEmmanuel Vadot
7*833e5d42SEmmanuel Vadottitle: ST SPEAr1340 PCIe controller
8*833e5d42SEmmanuel Vadot
9*833e5d42SEmmanuel Vadotmaintainers:
10*833e5d42SEmmanuel Vadot  - Pratyush Anand <pratyush.anand@gmail.com>
11*833e5d42SEmmanuel Vadot
12*833e5d42SEmmanuel Vadotdescription:
13*833e5d42SEmmanuel Vadot  SPEAr13XX uses the Synopsys DesignWare PCIe controller and ST MiPHY as PHY
14*833e5d42SEmmanuel Vadot  controller.
15*833e5d42SEmmanuel Vadot
16*833e5d42SEmmanuel Vadotselect:
17*833e5d42SEmmanuel Vadot  properties:
18*833e5d42SEmmanuel Vadot    compatible:
19*833e5d42SEmmanuel Vadot      contains:
20*833e5d42SEmmanuel Vadot        const: st,spear1340-pcie
21*833e5d42SEmmanuel Vadot  required:
22*833e5d42SEmmanuel Vadot    - compatible
23*833e5d42SEmmanuel Vadot
24*833e5d42SEmmanuel Vadotproperties:
25*833e5d42SEmmanuel Vadot  compatible:
26*833e5d42SEmmanuel Vadot    items:
27*833e5d42SEmmanuel Vadot      - const: st,spear1340-pcie
28*833e5d42SEmmanuel Vadot      - const: snps,dw-pcie
29*833e5d42SEmmanuel Vadot
30*833e5d42SEmmanuel Vadot  phys:
31*833e5d42SEmmanuel Vadot    maxItems: 1
32*833e5d42SEmmanuel Vadot
33*833e5d42SEmmanuel Vadot  st,pcie-is-gen1:
34*833e5d42SEmmanuel Vadot    type: boolean
35*833e5d42SEmmanuel Vadot    description: Indicates forced gen1 initialization is needed.
36*833e5d42SEmmanuel Vadot
37*833e5d42SEmmanuel Vadotrequired:
38*833e5d42SEmmanuel Vadot  - compatible
39*833e5d42SEmmanuel Vadot  - phys
40*833e5d42SEmmanuel Vadot  - phy-names
41*833e5d42SEmmanuel Vadot
42*833e5d42SEmmanuel VadotallOf:
43*833e5d42SEmmanuel Vadot  - $ref: snps,dw-pcie.yaml#
44*833e5d42SEmmanuel Vadot
45*833e5d42SEmmanuel VadotunevaluatedProperties: false
46