Need clarification over QSPI driver for NRF54L15

Hello everyone,
I need to attach a QSPI memory to an NRF54L15 module. I am led to believe that this should be supported out of the box but cannot understand how to use the provided drivers.
The IC I'm going to use is an IS25WP016D, but for now I'd be happy to see an example working for the mx25r6435f that should be present in the NRF54L15-DK I'm experimenting on.

For starters, the datasheet does not mention a QSPI peripheral except for the pins function table. I have found an example under `zephyr/samples/drivers/spi_flash` that doesn't work because I can't construct the device tree `qspi` node for this reason.
I have also found the JESD216 example under `nrf/samples/zephyr/drivers/jesd216` but that doesn't work either, complaining the lack of a `jesd216.h` header.

For reference, I've been following the discussion here and here to get started.

Can anyone give me some pointers?

Related