imx6q pinmux

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

imx6q pinmux

906 Views
angelo_d
Senior Contributor I

Hi, have some questions:

1) is setting of HYS and IBE bits enough to change pin direction into input ? From the pinmux port diagram, since the output

is connected to the input, any other bit needs to be set for the output part to be disabled ?

2) what happen to gpio output levels, when set to high, after cpu enters stop (deep-sleep) mode ? Levels are maintained ?

thanks

angleo

Labels (1)
0 Kudos
3 Replies

526 Views
angelo_d
Senior Contributor I

Thanks Igor,

have still a Linux related question in case,

pinctrl_hog: hoggrp {
            fsl,pins = <
                MX6QDL_PAD_SD3_RST__GPIO7_IO08        0x1b0b0

               >;
        };

If i understand correctly, this linux pinmux device setups cannot control direction, but only drive strength and other pad settings.

Is it correct ?

Thanks,

angelo

0 Kudos

526 Views
igorpadykov
NXP Employee
NXP Employee

Hi Angelo

 

yes correct

 

Best regards
igor

526 Views
igorpadykov
NXP Employee
NXP Employee

Hi Angelo

-  right, IBE bit enough to change pin direction into input 

-  levels are maintained in stop (deep-sleep) mode

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