From ab2e5dc51f7ca6f656b4298f6ac34635e378e8bf Mon Sep 17 00:00:00 2001 From: Adam Kondraciuk Date: Mon, 2 Jun 2025 16:54:23 +0200 Subject: [PATCH] [nrf fromlist] boards: nrf: nRF54L20: Enable DCDC converter Set the vregmain node to use the DCDC converter by default. Upstream PR #: 90957 Signed-off-by: Adam Kondraciuk --- boards/nordic/nrf54l20pdk/nrf54l20_cpuapp_common.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boards/nordic/nrf54l20pdk/nrf54l20_cpuapp_common.dtsi b/boards/nordic/nrf54l20pdk/nrf54l20_cpuapp_common.dtsi index 771fd9762e7..f3ec55cd324 100644 --- a/boards/nordic/nrf54l20pdk/nrf54l20_cpuapp_common.dtsi +++ b/boards/nordic/nrf54l20pdk/nrf54l20_cpuapp_common.dtsi @@ -37,6 +37,11 @@ load-capacitance-femtofarad = <15000>; }; +&vregmain { + status = "okay"; + regulator-initial-mode = ; +}; + &grtc { owned-channels = <0 1 2 3 4 5 6 7 8 9 10 11>; /* Channels 7-11 reserved for Zero Latency IRQs, 3-4 for FLPR */