Understanding pads setup

Mauro Ziliani <[email protected]> Sun, 12 Mar 2023 19:50:09 +0100
Newsgroups org.yoctoproject.lists.meta-freescale
Message-ID <[email protected]>
Hi all

I'm working on and mx51evk babbage board.

I have a lvds display connected ti disp1 pads.

I need to define DI1_DISP_CLK for pad J18 of the BGA (the chip is 19x19mm=
)


I know the pad definition is made by 5+1 values

<mux_reg conf_reg input_reg mux_mode input_val=C2=A0=C2=A0=C2=A0 CONFIG>


I don't find MX51_PAD_DI1_DISP_CLK__DI1_DISP_CLK or similar in=20
imx51-pinfunc.h

I find MX51_PAD_DI2_DISP_CLK__DI2_DISP_CLK defined with this values.


#define MX51_PAD_DI2_DISP_CLK__DI2_DISP_CLK=C2=A0=C2=A0=C2=A0=C2=A0 0x34c=
 0x754 0x000 0x0 0x0


But I don't know how to use the 5 values.


Where I can find some example o detailed info about?


MZ