1Binding for EC Battery 2 3Required properties: 4- compatible: Should contain one of the following: 5 * "rockchip,ec-battery" 6- reg: integer, smbus address of the device. 7- tvirtual_power: integer, test power, if battery is not exist; 8- monitor_sec: integer, delay time of queue_delayed_work (s); 9 10 11Optional properties: 12 13Example: 14 15ec_battery: ec_battery09 { 16 compatible = "rockchip,ec-battery"; 17 reg = <0x76>; 18 virtual_power = <0>; 19 monitor_sec = <5>; 20}; 21