I have a imx8mp board where I need to configure the gpio4_io28 pin as output and high so how to configure it as a output and high &iomuxc { pinctrl_csi0_rst: csi0_rst_grp { fsl,pins = < MX8MP_IOMUXC_GPIO4_IO28__GPIO4_IO28 0x19 >; }; };
Thank you for the information @Chavira can you please provide the more details how you have given this address as with 0x150 the direction will remain as input high only .but i need direction to be output .In the given address the 8th bit =1 and 6th bit =1 which will configure pull-enable and weak pull up .But i need high with output direction please provide the information to configure as output with high