Hi @JorgeCas
I have configured Dts to use GPIO5_IO07 pin from user space has bellow.

#define MX8MP_IOMUXC_ECSPI1_MOSI__GPIO5_IO07 0x1E4 0x444 0x000 0x5 0x0
root@imx8mp-lpddr4-evk:~# echo 135 > /sys/class/gpio/export
root@imx8mp-lpddr4-evk:~# echo out > /sys/class/gpio/gpio135/direction
root@imx8mp-lpddr4-evk:~# cat /sys/class/gpio/gpio135/value
0
root@imx8mp-lpddr4-evk:~# echo 1 > /sys/class/gpio/gpio135/value
root@imx8mp-lpddr4-evk:~# cat /sys/class/gpio/gpio135/value
1
root@imx8mp-lpddr4-evk:~#
I am able set the value but when i probe with that pin, i do not see any changes on the pin, will always be High.
Is there any changes need to be done in my dts?
Any one give any me pin configuration with Dts to use GPIO in Userspace.
With the bellow link i am not able to set.
root@imx8mp-lpddr4-evk:~#
root@imx8mp-lpddr4-evk:~# gpioset -c gpiochip4 7=1
The above command doesn't execute
https://variwiki.com/index.php?title=MX8M_GPIO