Hi,
I'm developing with NCS v2.6.0 for Raytac MDBT53v-P1M module, which inhibits nRF5340. I already have my own PCB with all the required HW components.
As a sanity check, I've successfuly flashed and debugged Zephyr's blinky example. For that purpose, following Raytac's instructions, I've added these lines to prj.conf:
CONFIG_BOARD_ENABLE_DCDC_NET=n CONFIG_BOARD_ENABLE_DCDC_APP=n CONFIG_BOARD_ENABLE_DCDC_HV=n CONFIG_CLOCK_CONTROL_NRF=y CONFIG_CLOCK_CONTROL=y CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM=y CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION=y CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_PERIOD=1000