Skip to content

Commit

Permalink
boards: nrf54l15pdk_nrf54l15_cpuapp: enable DCDC mode by default
Browse files Browse the repository at this point in the history
Inductor is present on nRF54L15 PDK so it should be enabled
by default.

Signed-off-by: Nikodem Kastelik <[email protected]>
  • Loading branch information
nika-nordic authored and carlescufi committed Mar 12, 2024
1 parent 6cb283d commit d1bce0e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions boards/nordic/nrf54l15pdk/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d1bce0e

Please sign in to comment.