Documentation/devicetree/bindings/pinctrl/mediatek,mt6878-pinctrl.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/pinctrl/mediatek,mt6878-pinctrl.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/pinctrl/mediatek,mt6878-pinctrl.yaml
Extension
.yaml
Size
6037 bytes
Lines
212
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-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/pinctrl/mediatek,mt6878-pinctrl.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: MediaTek MT6878 Pin Controller

maintainers:
  - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
  - Igor Belwon <igor.belwon@mentallysanemainliners.org>

description:
  The MediaTek MT6878 Pin controller is used to control SoC pins.

properties:
  compatible:
    const: mediatek,mt6878-pinctrl

  reg:
    items:
      - description: pin controller base
      - description: bl group IO
      - description: bm group IO
      - description: br group IO
      - description: bl1 group IO
      - description: br1 group IO
      - description: lm group IO
      - description: lt group IO
      - description: rm group IO
      - description: rt group IO
      - description: EINT controller E block
      - description: EINT controller S block
      - description: EINT controller W block
      - description: EINT controller C block

  reg-names:
    items:
      - const: base
      - const: bl
      - const: bm
      - const: br
      - const: bl1
      - const: br1
      - const: lm
      - const: lt
      - const: rm
      - const: rt
      - const: eint-e
      - const: eint-s
      - const: eint-w
      - const: eint-c

  gpio-controller: true

  '#gpio-cells':
    description:
      Number of cells in GPIO specifier. Since the generic GPIO binding is used,
      the amount of cells must be specified as 2. See the below mentioned gpio
      binding representation for description of particular cells.
    const: 2

  gpio-ranges:
    maxItems: 1

  gpio-line-names:
    maxItems: 216

  interrupts:
    description: The interrupt outputs to sysirq

Annotation

Implementation Notes