From 5fbaf22fb31d3b9f96efcefd10ad46ec00d34b75 Mon Sep 17 00:00:00 2001 From: Neil Chen Date: Sat, 12 Oct 2024 10:18:09 +0800 Subject: [PATCH] dts: arm/nxp/mcxn23x: Add vref node for NXP MCXN23x Add the vref node for NXP MCXN23x Signed-off-by: Neil Chen --- dts/arm/nxp/nxp_mcxn23x_common.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dts/arm/nxp/nxp_mcxn23x_common.dtsi b/dts/arm/nxp/nxp_mcxn23x_common.dtsi index 4d8c1992081..e0bfe4a7e3f 100644 --- a/dts/arm/nxp/nxp_mcxn23x_common.dtsi +++ b/dts/arm/nxp/nxp_mcxn23x_common.dtsi @@ -676,6 +676,18 @@ input = <0>; prescale = <0>; }; + + vref: vref@111000 { + compatible = "nxp,vref"; + regulator-name = "mcxn23x-vref"; + reg = <0x111000 0x14>; + status = "disabled"; + #nxp,reference-cells = <1>; + nxp,buffer-startup-delay-us = <400>; + nxp,bandgap-startup-time-us = <20>; + regulator-min-microvolt = <1000000>; + regulator-max-microvolt = <2100000>; + }; }; &systick {