Path: blob/master/Documentation/devicetree/bindings/input/max77650-onkey.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/input/max77650-onkey.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Onkey driver for MAX77650 PMIC from Maxim Integrated.78maintainers:9- Bartosz Golaszewski <bgolaszewski@baylibre.com>1011description: |12This module is part of the MAX77650 MFD device. For more details13see Documentation/devicetree/bindings/mfd/max77650.yaml.1415The onkey controller is represented as a sub-node of the PMIC node on16the device tree.1718allOf:19- $ref: input.yaml#2021properties:22compatible:23const: maxim,max77650-onkey2425linux,code:26default: 116 # KEY_POWER2728maxim,onkey-slide:29$ref: /schemas/types.yaml#/definitions/flag30description:31The system's button is a slide switch, not the default push button.3233required:34- compatible35additionalProperties: false3637...383940