18c2ecf20Sopenharmony_ci* Maxim MAX8973 Voltage Regulator
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci- compatible:	must be one of following:
68c2ecf20Sopenharmony_ci			"maxim,max8973"
78c2ecf20Sopenharmony_ci			"maxim,max77621".
88c2ecf20Sopenharmony_ci- reg:		the i2c slave address of the regulator. It should be 0x1b.
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciAny standard regulator properties can be used to configure the single max8973
118c2ecf20Sopenharmony_ciDCDC.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciOptional properties:
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci-maxim,externally-enable: boolean, externally control the regulator output
168c2ecf20Sopenharmony_ci		enable/disable.
178c2ecf20Sopenharmony_ci-maxim,enable-gpio: GPIO for enable control. If the valid GPIO is provided
188c2ecf20Sopenharmony_ci		then externally enable control will be considered.
198c2ecf20Sopenharmony_ci-maxim,dvs-gpio: GPIO which is connected to DVS pin of device.
208c2ecf20Sopenharmony_ci-maxim,dvs-default-state: Default state of GPIO during initialisation.
218c2ecf20Sopenharmony_ci		1 for HIGH and 0 for LOW.
228c2ecf20Sopenharmony_ci-maxim,enable-remote-sense: boolean, enable reote sense.
238c2ecf20Sopenharmony_ci-maxim,enable-falling-slew-rate: boolean, enable falling slew rate.
248c2ecf20Sopenharmony_ci-maxim,enable-active-discharge: boolean: enable active discharge.
258c2ecf20Sopenharmony_ci-maxim,enable-frequency-shift: boolean, enable 9% frequency shift.
268c2ecf20Sopenharmony_ci-maxim,enable-bias-control: boolean, enable bias control. By enabling this
278c2ecf20Sopenharmony_ci		startup delay can be reduce to 20us from 220us.
288c2ecf20Sopenharmony_ci-maxim,enable-etr: boolean, enable Enhanced Transient Response.
298c2ecf20Sopenharmony_ci-maxim,enable-high-etr-sensitivity: boolean, Enhanced transient response
308c2ecf20Sopenharmony_ci		circuit is enabled and set for high sensitivity. If this
318c2ecf20Sopenharmony_ci		property is available then etr will be enable default.
328c2ecf20Sopenharmony_ci
338c2ecf20Sopenharmony_ciEnhanced transient response (ETR) will affect the configuration of CKADV.
348c2ecf20Sopenharmony_ci
358c2ecf20Sopenharmony_ci-junction-warn-millicelsius: u32, junction warning temperature threshold
368c2ecf20Sopenharmony_ci		in millicelsius. If die temperature crosses this level then
378c2ecf20Sopenharmony_ci		device generates the warning interrupts.
388c2ecf20Sopenharmony_ci
398c2ecf20Sopenharmony_ciPlease note that thermal functionality is only supported on MAX77621. The
408c2ecf20Sopenharmony_cisupported threshold warning temperature for MAX77621 are 120 degC and 140 degC.
418c2ecf20Sopenharmony_ci
428c2ecf20Sopenharmony_ciExample:
438c2ecf20Sopenharmony_ci
448c2ecf20Sopenharmony_ci	max8973@1b {
458c2ecf20Sopenharmony_ci		compatible = "maxim,max8973";
468c2ecf20Sopenharmony_ci		reg = <0x1b>;
478c2ecf20Sopenharmony_ci
488c2ecf20Sopenharmony_ci		regulator-min-microvolt = <935000>;
498c2ecf20Sopenharmony_ci		regulator-max-microvolt = <1200000>;
508c2ecf20Sopenharmony_ci		regulator-boot-on;
518c2ecf20Sopenharmony_ci		regulator-always-on;
528c2ecf20Sopenharmony_ci	};
53