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