1*62f0f079SAndrey SmirnovZodiac Inflight Innovations RAVE Supervisory Processor Power Button Bindings 2*62f0f079SAndrey Smirnov 3*62f0f079SAndrey SmirnovRAVE SP input device is a "MFD cell" device corresponding to power 4*62f0f079SAndrey Smirnovbutton functionality of RAVE Supervisory Processor. It is expected 5*62f0f079SAndrey Smirnovthat its Device Tree node is specified as a child of the node 6*62f0f079SAndrey Smirnovcorresponding to the parent RAVE SP device (as documented in 7*62f0f079SAndrey SmirnovDocumentation/devicetree/bindings/mfd/zii,rave-sp.txt) 8*62f0f079SAndrey Smirnov 9*62f0f079SAndrey SmirnovRequired properties: 10*62f0f079SAndrey Smirnov 11*62f0f079SAndrey Smirnov- compatible: Should be "zii,rave-sp-pwrbutton" 12*62f0f079SAndrey Smirnov 13*62f0f079SAndrey SmirnovExample: 14*62f0f079SAndrey Smirnov 15*62f0f079SAndrey Smirnov rave-sp { 16*62f0f079SAndrey Smirnov compatible = "zii,rave-sp-rdu1"; 17*62f0f079SAndrey Smirnov current-speed = <38400>; 18*62f0f079SAndrey Smirnov 19*62f0f079SAndrey Smirnov pwrbutton { 20*62f0f079SAndrey Smirnov compatible = "zii,rave-sp-pwrbutton"; 21*62f0f079SAndrey Smirnov }; 22*62f0f079SAndrey Smirnov } 23