1PMIC ESM Binding 2====================== 3 4Certain Power Management ICs contain safety handling logic within them, 5allowing automatic reset of the board in case a safety error is signaled. 6For this purpose, ESM (Error Signal Monitor) is implemented within 7the PMIC running its own state machine. 8 9Required properties : 10- compatible : "ti,tps659413-esm" 11 12Example 13======= 14 15&tps659413a { 16 esm: esm { 17 compatible = "ti,tps659413-esm"; 18 }; 19}; 20