|
@@ -166,6 +166,7 @@ static struct pinconf_generic_dt_params dt_params[] = {
|
|
{ "input-schmitt-enable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 1 },
|
|
{ "input-schmitt-enable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 1 },
|
|
{ "input-schmitt-disable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 0 },
|
|
{ "input-schmitt-disable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 0 },
|
|
{ "input-debounce", PIN_CONFIG_INPUT_DEBOUNCE, 0 },
|
|
{ "input-debounce", PIN_CONFIG_INPUT_DEBOUNCE, 0 },
|
|
|
|
+ { "power-source", PIN_CONFIG_POWER_SOURCE, 0 },
|
|
{ "low-power-enable", PIN_CONFIG_LOW_POWER_MODE, 1 },
|
|
{ "low-power-enable", PIN_CONFIG_LOW_POWER_MODE, 1 },
|
|
{ "low-power-disable", PIN_CONFIG_LOW_POWER_MODE, 0 },
|
|
{ "low-power-disable", PIN_CONFIG_LOW_POWER_MODE, 0 },
|
|
{ "output-low", PIN_CONFIG_OUTPUT, 0, },
|
|
{ "output-low", PIN_CONFIG_OUTPUT, 0, },
|