Lines Matching +full:regulator +full:- +full:system +full:- +full:load

4 # SPDX-License-Identifier: Apache-2.0
46 default y if "$(dt_node_int_prop_int,$(VREGMAIN_PATH),regulator-initial-mode)" = 1
47 default y if "$(dt_node_int_prop_int,$(VREGRADIO_PATH),regulator-initial-mode)" = 1
52 DC/DC mode is enabled for the VREGMAIN or VREGRADIO regulator
55 because the system clock is disabled, a related cmake warning is
83 bool "Pre-tick workaround for nRF5340 anomaly 165"
89 Indicates that the pre-tick workaround for the anomaly 165 that affects
121 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
124 Enable nRF53 series System on Chip Application MCU DC/DC converter.
135 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
138 Enable nRF53 series System on Chip Network MCU DC/DC converter.
151 Enable nRF53 series System on Chip High Voltage DC/DC converter.
184 as a consequence will power up the Network MCU during system boot.
188 MCU firmware, so when this option is used with the non-secure version of
208 load-capacitors property.
210 Enable the low-frequency oscillator (LFXO) functionality on XL1 and
217 prompt "LFXO load capacitance"
221 bool "Use external load capacitors"
227 load-capacitors = "external";
231 bool "6 pF internal load capacitance"
237 load-capacitors = "internal";
238 load-capacitance-picofarad = <6>;
242 bool "7 pF internal load capacitance"
248 load-capacitors = "internal";
249 load-capacitance-picofarad = <7>;
253 bool "9 pF internal load capacitance"
259 load-capacitors = "internal";
260 load-capacitance-picofarad = <9>;
266 prompt "HFXO load capacitance"
282 bool "Use external load capacitors"
288 load-capacitors = "external";
292 bool "Use internal load capacitors"
299 load-capacitors = "internal";
308 int "Doubled value of HFXO internal load capacitors (in pF)"
315 load-capacitors = "internal";
316 load-capacitance-femtofarad = <7000>;
338 Instruction cache only (I-Cache) is available in nRF5340
342 # TF-M nRF53 platform enables the cache unconditionally.