b1d2a8a9b6
Add binding, include header, and driver for NXP VREF IP block. NXP VREF is an internal voltage reference generator on some SOCs that fits well with the regulator API in zephyr. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
# Copyright 2023 NXP
|
|
# SPDX -License-Identifier: Apache-2.0
|
|
|
|
config REGULATOR_NXP_VREF
|
|
bool "NXP VREF peripheral driver"
|
|
default y if DT_HAS_NXP_VREF_ENABLED
|
|
help
|
|
Enable the NXP VREF driver
|
|
|
|
config REGULATOR_NXP_VREF_INIT_PRIORITY
|
|
int "NXP VREF peripheral driver init priority"
|
|
default 45
|
|
help
|
|
Init priority for the NXP VREF peripheral.
|