soc: nordic: nrf52: deprecate SOC_DCDC_NRF52X[_HV]

Main supply can now be configured using DT.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-06-20 10:52:04 +02:00 committed by Fabio Baltieri
parent 9097d5dac5
commit aaacd682cc
1 changed files with 16 additions and 0 deletions

View File

@ -32,13 +32,29 @@ if SOC_SERIES_NRF52X
config SOC_DCDC_NRF52X
bool
select DEPRECATED
help
This option is deprecated, use devicetree instead. Example
configuration:
&reg/reg1 {
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
};
Enable nRF52 series System on Chip DC/DC converter.
config SOC_DCDC_NRF52X_HV
bool
depends on SOC_NRF52840_QIAA
select DEPRECATED
help
This option is deprecated, use devicetree instead. Example
configuration:
&reg0 {
status = "okay";
};
Enable nRF52 series System on Chip High Voltage DC/DC converter.
config GPIO_AS_PINRESET