EDIT: I have a li-ion charger ic (buck converter with built-in power path, auto-selecting buck/battery) giving 3.7-4.2V, which then powers a 3.3 LDO.
When the product is connected to 12V, the output will be buck regulated (with noise, etc.), but when 12V is absent, the built-in MOSFET will switch to output the battery instead. The 12V absence is very rare, but this is the critical time where efficiency is crucial, and I would avoid powering the nRFs from LDO if possible, since the nRFs can handle 4.2V anyway (nRF GPIO and other peripherals/sensors will be 3.3V). The LDO steals a little energy in reducing the voltage, plus the dropout lowers the voltage a at least few hundred mV (even on low consumption). Both contributes to a considerably shorter life on one battery cycle.
Is it recommended to power the nRF9160+nRF52840 directly from a buck? Or will the radio (LTE / BT /GPS), ADC, etc. be degraded by the switching noise?
If buck is OK/recommended, which configs to go with for 9160 and 52840?
And if not (LDO is needed), which configs for highest efficiency?