dts: arm/nxp/mcxn23x: Add vref node for NXP MCXN23x

Add the vref node for NXP MCXN23x

Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
Neil Chen 2024-10-12 10:18:09 +08:00 committed by Henrik Brix Andersen
parent cb1ea80c02
commit 5fbaf22fb3
1 changed files with 12 additions and 0 deletions

View File

@ -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 {