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:
Tu Nguyen Van 2024-09-09 14:26:25 +07:00 committed by Henrik Brix Andersen
commit 81f889d297
2 changed files with 34 additions and 8 deletions

View file

@ -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), \