Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/input/zii,rave-sp-pwrbutton.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Zodiac Inflight Innovations RAVE Supervisory Processor Power Button
8
9maintainers:
10 - Frank Li <Frank.li@nxp.com>
11
12description:
13 RAVE SP input device is a "MFD cell" device corresponding to power
14 button functionality of RAVE Supervisory Processor. It is expected
15 that its Device Tree node is specified as a child of the node
16 corresponding to the parent RAVE SP device (as documented in
17 Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml)
18
19properties:
20 compatible:
21 const: zii,rave-sp-pwrbutton
22
23required:
24 - compatible
25
26allOf:
27 - $ref: input.yaml
28
29unevaluatedProperties: false
30
31examples:
32 - |
33 pwrbutton {
34 compatible = "zii,rave-sp-pwrbutton";
35 };
36