SPI bus need to be dedicated to nRF21540?

Hi,

Referring to this - https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/devicetree/bindings/net/wireless/nordic,nrf21540-fem.html
I understand SPI bus can be configured (in .dts) for FEM (nRF21540) interface purpose.

I have two questions:
1) Does this SPI instance (spi0 in this case) need to be dedicated to/ reserved for exclusive FEM use? i.e. can I use same SPI instance (spi0) for other device 
     such as SPI-Flash, or not? Also, if I don't have spare IO pins to create two SPI instances, can I interface/ control FEM with just 5 (tx-en, rx-en, pdn, ant-del,
     and mode) signals only, no SPI interface at all (SPI select/ CSN pulled up, not connected to nRF52 host IO?

2) If I end up using SPI, I may need to control SPI select/ CS through external IO mux, not directly from host nRF52's IO. Is there a way I can customize FEM-
     driver to accommodate this use case? Also, is there a sample code showing how nRF21540 is used?

Please advise. Thanks for your timely attention and help.

Related