How to add GPIO in imx8mm evk board in dts file
i want add
MX8MM_IOMUXC_SAI5_RXD3_GPIO3_IO24 0x41
in GPIO
but in imx8mm-evk.dts file i am not able to find the below function
pinctrl-0 = <&pinctrl_hog_1>;
pinctrl_hog_1: hoggrp-1 {
fsl,pins = <
MX8MM_IOMUXC_GPIO1_IO08_GPIO1_IO8 0x19
MX8MM_IOMUXC_SAI5_RXD3_GPIO3_IO24 0x41
>;
};
in which function of the attached .dts file i can add
i have attached the dts file below
MX8MM_IOMUXC_SAI5_RXD3_GPIO3_IO24 0x41