1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 3 --- 4 $id: http://devicetree.org/schemas/input/max77 5 $schema: http://devicetree.org/meta-schemas/co 6 7 title: Onkey driver for MAX77650 PMIC from Max 8 9 maintainers: 10 - Bartosz Golaszewski <bgolaszewski@baylibre. 11 12 description: | 13 This module is part of the MAX77650 MFD devi 14 see Documentation/devicetree/bindings/mfd/ma 15 16 The onkey controller is represented as a sub 17 the device tree. 18 19 allOf: 20 - $ref: input.yaml# 21 22 properties: 23 compatible: 24 const: maxim,max77650-onkey 25 26 linux,code: 27 default: 116 # KEY_POWER 28 29 maxim,onkey-slide: 30 $ref: /schemas/types.yaml#/definitions/fla 31 description: 32 The system's button is a slide switch, n 33 34 required: 35 - compatible 36 additionalProperties: false 37 38 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.