How to config eim IOMUXC_GPR_GPR1

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to config eim IOMUXC_GPR_GPR1

878 Views
lixuhui112
Contributor I

Hi Support,

my board is use imx6ul ;

bsp is imx_4.1.15_1.0.0_ga ;

in imx6q I use:

static void __iomem *imx6_reg_iomux_gpr1 =  MX6Q_IO_ADDRESS(0x020e0004);

get

Physical address to virtual address

and use

 readl(imx6_reg_iomux_gpr1);

get IOMUXC_GPR_GPR1 value

but in imx6ul  i can not find such as MX6Q_IO_ADDRESS() to get Physical address to virtual address

Do you have any idea how to fix this problem ?

Labels (2)
0 Kudos
1 Reply

625 Views
igorpadykov
NXP Employee
NXP Employee

Hi xuhui

some configurations support eim, please check imx6ul-14x14-evk-gpmi-weim.dts

linux-imx.git - i.MX Linux Kernel 

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

0 Kudos