Where to refer the "pins" property in imx8mp-evk.dts ?

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

Where to refer the "pins" property in imx8mp-evk.dts ?

350 次查看
Jimmychea
Contributor III

pinctrl_eqos: eqosgrp {

fsl,pins = <MX8MP_IOMUXC_ENET_MDC__ENET_QOS_MDC 0x3>;

};

 

Above source code is from imx8mp-evk.dts, i just want to know what are those field have set after putting 0x3 under pins property.

0 项奖励
回复
1 回复

321 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @Jimmychea 

I hope you are doing well
 
Please find the answer below.
 
i just want to know what are those field have set after putting 0x3 under pins property.
=>  0x3 will be written in the SW_PAD_CTL Register to configure properties like drive strength, Slew Rate, pull up pull down, etc.
In this case, it will be written in the below register. You can refer to this register's bit settings from IMX8MPRM.
8.2.4.169 SW_PAD_CTL_PAD_ENET_MDC SW PAD Control Register
(IOMUXC_SW_PAD_CTL_PAD_ENET_MDC)
 
Thanks & Regards
Sanket Parekh
0 项奖励
回复