By default, most pins on imx6q are set as inputs with 100k internal pull up. In order for my board to boot, I need to set a certain pin (SD1_DAT0__GPIO1_IO16) to be low as early as possible. However, when I try to do this in SPL, the GPIO state remains high all of the time even though I am doing this:
Hello, I hope you are doing well.
This configuration is defined on device tree when is assigned a value for IOMUX and Pad Control Register for the GPIO or even with "default-state" using a LED sub-node property.
Best regards.