I'm trying this on Mistral EVM, under U-Boot. (Default configuration)
For some reason, I can't even read any memory region for GPIO1 module (0x48310000 to 0x48310FFF) , this causes U-Boot to hang.
This is rather odd, I can read and configure all the other GPIO modules, I can access the register that controls the MUX mode. I can even get at all the other modules situated around GPIO1 module memory space (i.e. WDTIMER2, GPTIMER1, Power & Reset manager).
Is there anything special about GPIO1 module? Is there some particular mode or pin usage on some of the pins which would cause me not to be able to use or even look at this particular region in memory?