1c81e5926SSebastian ReichelTexas Instruments TWL family (twl4030) pwrbutton module 2c81e5926SSebastian Reichel 3c81e5926SSebastian ReichelThis module is part of the TWL4030. For more details about the whole 4*50bbd62cSJonathan Neuschäferchip see Documentation/devicetree/bindings/mfd/twl-family.txt. 5c81e5926SSebastian Reichel 6c81e5926SSebastian ReichelThis module provides a simple power button event via an Interrupt. 7c81e5926SSebastian Reichel 8c81e5926SSebastian ReichelRequired properties: 9c81e5926SSebastian Reichel- compatible: should be one of the following 10c81e5926SSebastian Reichel - "ti,twl4030-pwrbutton": For controllers compatible with twl4030 11c81e5926SSebastian Reichel- interrupts: should be one of the following 12c81e5926SSebastian Reichel - <8>: For controllers compatible with twl4030 13c81e5926SSebastian Reichel 14c81e5926SSebastian ReichelExample: 15c81e5926SSebastian Reichel 16c81e5926SSebastian Reichel&twl { 17c81e5926SSebastian Reichel twl_pwrbutton: pwrbutton { 18c81e5926SSebastian Reichel compatible = "ti,twl4030-pwrbutton"; 19c81e5926SSebastian Reichel interrupts = <8>; 20c81e5926SSebastian Reichel }; 21c81e5926SSebastian Reichel}; 22