boards: nrf54l15pdk_nrf54l15_cpuapp: enable DCDC mode by default

Inductor is present on nRF54L15 PDK so it should be enabled
by default.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
Nikodem Kastelik 2024-03-11 15:49:22 +01:00 committed by Carles Cufí
parent 6cb283d106
commit d1bce0efe1

View file

@ -0,0 +1,13 @@
# nRF54L15 PDK board configuration
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF54L15PDK_NRF54L15_CPUAPP
config BOARD_ENABLE_DCDC
bool "DCDC mode"
select SOC_NRF54L_VREG_MAIN_DCDC
default y
endif # BOARD_NRF54L15PDK_NRF54L15_CPUAPP