Setting interface on 2 pair of pins

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Setting interface on 2 pair of pins

1,220 次查看
adi1525
Contributor III

Is there option to setting UART5 on the:

pinUART5_TX_DATA__UART5_DCE_TX, UART5_RX_DATA__UART5_DCE_RX and
GPIO1_IO05__UART5_DCE_RX, CSI_DATA00__UART5_DCE_TX

at the same time ?

Switch them using some scripts ?

I try set this but it dosen't work.

This is my devicetree:


pinctrl_uart5: uart5grp {
fsl,pins = <
MX6UL_PAD_UART5_TX_DATA__UART5_DCE_TX 0x1b0b1
MX6UL_PAD_UART5_RX_DATA__UART5_DCE_RX 0x1b0b1
MX6UL_PAD_GPIO1_IO05__UART5_DCE_RX 0x1b0b1
MX6UL_PAD_CSI_DATA00__UART5_DCE_TX 0x1b0b1
>;
};


Regards

Adrian

标签 (1)
标记 (3)
0 项奖励
回复
2 回复数

1,128 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Adrian

in general it is not allowed to set one iomux option for two pads

simultaneously.


Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

1,128 次查看
adi1525
Contributor III

Thanks again Igor :smileywink: 

Regards

Adrian

0 项奖励
回复