Documentation/devicetree/bindings/pci/mediatek-pcie-mt7623.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/pci/mediatek-pcie-mt7623.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/pci/mediatek-pcie-mt7623.yaml
Extension
.yaml
Size
4669 bytes
Lines
165
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/pci/mediatek-pcie-mt7623.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: PCIe controller on MediaTek SoCs

maintainers:
  - Christian Marangi <ansuelsmth@gmail.com>

properties:
  compatible:
    enum:
      - mediatek,mt2701-pcie
      - mediatek,mt7623-pcie

  reg:
    minItems: 4
    maxItems: 4

  reg-names:
    items:
      - const: subsys
      - const: port0
      - const: port1
      - const: port2

  clocks:
    minItems: 4
    maxItems: 4

  clock-names:
    items:
      - const: free_ck
      - const: sys_ck0
      - const: sys_ck1
      - const: sys_ck2

  resets:
    minItems: 3
    maxItems: 3

  reset-names:
    items:
      - const: pcie-rst0
      - const: pcie-rst1
      - const: pcie-rst2

  phys:
    minItems: 3
    maxItems: 3

  phy-names:
    items:
      - const: pcie-phy0
      - const: pcie-phy1
      - const: pcie-phy2

  power-domains:
    maxItems: 1

required:
  - compatible
  - reg
  - reg-names
  - ranges
  - clocks
  - clock-names
  - '#interrupt-cells'

Annotation

Implementation Notes