I would like to use an external clock for the nrf5340.
The documentation indicates that it is posible override the LFCLK control system to set another source by writing the register LFCLKSRC.
Documentation: https://infocenter.nordicsemi.com/topic/ps_nrf5340/chapters/clock/doc/clock.html?cp=3_0_0_3_10_1_0#concept_acb_q5y_2q
How do I write this register in Zephyr before the Zephyr kernel automatically initializes it?