- bias-pull-down
- input-schmitt-enable
- input-schmitt-disable
- - slew-rate: Integer, control slew rate of pins.
- 0: slow (half frequency)
- 1: fast
- drive-strength: Integer, control drive strength of pins in mA.
2: 2mA
4: 4mA
drive groups:
- These support input-schmitt-enable, input-schmitt-disable, slew-rate,
+ These support input-schmitt-enable, input-schmitt-disable,
drive-strength, low-power-enable, and low-power-disable.
pdc
- bias-pull-down
- input-schmitt-enable
- input-schmitt-disable
- - slew-rate: Integer, control slew rate of pins.
- 0: slow (half frequency)
- 1: fast
- drive-strength: Integer, control drive strength of pins in mA.
2: 2mA
4: 4mA
function: afe, ts_out_0.
input-schmitt-enable: supported.
input-schmitt-disable: supported.
- slew-rate: supported.
drive-strength: supported.
pdm_d
pins: pdm_d.
lcd_trace, phy_ringosc.
input-schmitt-enable: supported.
input-schmitt-disable: supported.
- slew-rate: supported.
drive-strength: supported.
drive groups:
- These all support input-schmitt-enable, input-schmitt-disable, slew-rate,
+ These all support input-schmitt-enable, input-schmitt-disable,
and drive-strength.
jtag
*width = 1;
*map = tz1090_pdc_boolean_map;
break;
- case PIN_CONFIG_SLEW_RATE:
- *shift = REG_GPIO_CONTROL2_PDC_SR_S;
- *width = 1;
- *map = tz1090_pdc_boolean_map;
- break;
case PIN_CONFIG_DRIVE_STRENGTH:
*shift = REG_GPIO_CONTROL2_PDC_DR_S;
*width = 2;
*width = 1;
*map = tz1090_boolean_map;
break;
- case PIN_CONFIG_SLEW_RATE:
- *reg = REG_PINCTRL_SR;
- *width = 1;
- *map = tz1090_boolean_map;
- break;
case PIN_CONFIG_DRIVE_STRENGTH:
*reg = REG_PINCTRL_DR;
*width = 2;