Skip to content

Commit 0155d3a

Browse files
boards: set regulator initial mode
Set regulator initial mode. This reduces the power consumption by ~80 uA in idle. Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 832c52e commit 0155d3a

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l05_cpuapp_common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@
4141
child-owned-channels = <3 4 7 8 9 10 11>;
4242
status = "okay";
4343
};
44+
45+
&vregmain {
46+
status = "okay";
47+
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
48+
};

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l10_cpuapp_common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@
4141
child-owned-channels = <3 4 7 8 9 10 11>;
4242
status = "okay";
4343
};
44+
45+
&vregmain {
46+
status = "okay";
47+
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
48+
};

boards/nordic/bm_nrf54l15dk/bm_nrf54l15dk_nrf54l15_cpuapp_common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@
4141
child-owned-channels = <3 4 7 8 9 10 11>;
4242
status = "okay";
4343
};
44+
45+
&vregmain {
46+
status = "okay";
47+
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
48+
};

0 commit comments

Comments
 (0)