We are using an MX25R6435FZNIL0 part on a design with a nRF5340 module and wish to test that 48MHz operation of QSPI is working, we are using the latest master version of the nRF connect SDK. However, it seems that the part we, despite supporting 80MHz clock speeds, has 2 mode - ultra low power mode and high performance mode, this is configured with a volatile bit which resets on power up to the state of ultra low power mode, before that is enabled, we can clock the QSPI memory at 8MHz, somehow we need to initialise the zephyr application to open QSPI at 8MHz mode, set the QSPI chip configuration (setting quad enable at the same time optionally) to high performance mode, then have the QSPI driver opened at the real speed of 48MHz, and we might also need to add in some dummy clock cycle support - how do we go about doing this? It doesn't seem like Zephyr RTOS is designed around being able to cater for such a scenario.