Is there a way to manually initialize the nRF5 802154 radio?. I am using an external NOR flash LittleFS partition for data and the nRF5 802154 radio driver keeps complaining about the mount point not being found. For boot speed reasons, I manually mount the FS later. Even if I used automount, the 802154 driver still gets initialized before the filesystem so this is still a problem. Ideally I would like to be able to mount LittleFS and then enable the radio from my application (post boot).
