blob: 2aaa3843d7ce0d71a026a8ecc53ffaf24ecefbfc [file] [log] [blame]
<root>
<include>
<name>servoflex_v2_r0_p50.xml</name>
</include>
<include>
<name>ec_common.xml</name>
</include>
<!-- ******** Controls ******** -->
<control>
<name>ec_uart_capture</name>
<doc>ec_uart_capture</doc>
<params subtype="uart_capture" interface="7" drv="uart"
map="onoff"></params>
</control>
<control>
<name>ec_uart_cmd</name>
<doc>
Set to send command to EC UART. Get to obtain the matched
results with the regular expression of ec_uart_regexp.
</doc>
<params subtype="uart_cmd" interface="7" drv="ec"
input_type="str"></params>
</control>
<control>
<name>ec_uart_multicmd</name>
<doc>Set to send multiple commands to EC UART.</doc>
<params subtype="uart_multicmd" interface="7" drv="ec"
input_type="str" cmd="set"></params>
</control>
<control>
<name>ec_uart_regexp</name>
<doc>
List of regular expressions which matches the response of
ec_uart_cmd.
</doc>
<params subtype="uart_regexp" interface="7" drv="ec"
input_type="str"></params>
</control>
<control>
<name>ec_uart_stream</name>
<doc>Ec uart stream collected while ec_uart_capture is set to 'on'</doc>
<params cmd="get" subtype="uart_stream" interface="7" drv="uart"></params>
</control>
<control>
<name>ec_uart_timeout</name>
<doc>
Timeout value for waiting EC UART response of issuing an
EC command.
</doc>
<params subtype="uart_timeout" interface="7" drv="ec"
input_type="float"></params>
</control>
<control>
<name>power_state</name>
<doc>Used to turn the DUT off and on</doc>
<params clobber_ok="" input_type="str" interface="servo" drv="kitty_power"/>
</control>
</root>