Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
Extension
.yaml
Size
2221 bytes
Lines
101
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/input/mediatek,pmic-keys.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: MediaTek PMIC Keys

maintainers:
  - Chen Zhong <chen.zhong@mediatek.com>

allOf:
  - $ref: input.yaml#

description: |
  There are two key functions provided by MT6397, MT6323 and other MediaTek
  PMICs: pwrkey and homekey.
  The key functions are defined as the subnode of the function node provided
  by the PMIC that is defined as a Multi-Function Device (MFD).

  For MediaTek MT6323/MT6397 PMIC bindings see
  Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml

properties:
  compatible:
    oneOf:
      - enum:
          - mediatek,mt6323-keys
          - mediatek,mt6328-keys
          - mediatek,mt6331-keys
          - mediatek,mt6357-keys
          - mediatek,mt6358-keys
          - mediatek,mt6359-keys
          - mediatek,mt6397-keys
      - items:
          - enum:
              - mediatek,mt6365-keys
          - const: mediatek,mt6359-keys

  power-off-time-sec: true

  mediatek,long-press-mode:
    description: |
      Key long-press force shutdown setting
      0 - disabled
      1 - pwrkey
      2 - pwrkey+homekey
    $ref: /schemas/types.yaml#/definitions/uint32
    default: 0
    maximum: 2

patternProperties:
  "^((power|home)|(key-[a-z0-9-]+|[a-z0-9-]+-key))$":
    $ref: input.yaml#

    properties:
      interrupts:
        minItems: 1
        items:
          - description: Key press interrupt
          - description: Key release interrupt

      interrupt-names: true

      linux,keycodes:
        maxItems: 1

      wakeup-source: true

    required:

Annotation

Implementation Notes