soc: dts: pinctrl: support the configurations which apply for LVDS pads
support the configurations which apply for LVDS pads + termination resistor + current reference control + rx current boost Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
This commit is contained in:
parent
05191ecad3
commit
81f889d297
2 changed files with 34 additions and 8 deletions
|
@ -53,7 +53,10 @@
|
|||
SIUL2_MSCR_PUS(DT_PROP(group, bias_pull_up)) | \
|
||||
SIUL2_MSCR_SRE(DT_PROP(group, slew_rate)) | \
|
||||
SIUL2_MSCR_ODE(DT_PROP(group, drive_open_drain) && \
|
||||
DT_PROP(group, output_enable)) \
|
||||
DT_PROP(group, output_enable)) | \
|
||||
SIUL2_MSCR_TRC(DT_PROP(group, nxp_termination_resistor)) | \
|
||||
SIUL2_MSCR_CREF(DT_PROP(group, nxp_current_reference_control)) | \
|
||||
SIUL2_MSCR_RXCB(DT_PROP(group, nxp_rx_current_boost)) \
|
||||
}, \
|
||||
.imcr = { \
|
||||
.inst = NXP_S32_PINMUX_GET_IMCR_SIUL2_IDX(value), \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue