summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/regulator/max8973-regulator.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/regulator/max8973-regulator.txt')
-rw-r--r--dts/Bindings/regulator/max8973-regulator.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/dts/Bindings/regulator/max8973-regulator.txt b/dts/Bindings/regulator/max8973-regulator.txt
new file mode 100644
index 0000000000..4f15d8a1bf
--- /dev/null
+++ b/dts/Bindings/regulator/max8973-regulator.txt
@@ -0,0 +1,21 @@
+* Maxim MAX8973 Voltage Regulator
+
+Required properties:
+
+- compatible: must be "maxim,max8973"
+- reg: the i2c slave address of the regulator. It should be 0x1b.
+
+Any standard regulator properties can be used to configure the single max8973
+DCDC.
+
+Example:
+
+ max8973@1b {
+ compatible = "maxim,max8973";
+ reg = <0x1b>;
+
+ regulator-min-microvolt = <935000>;
+ regulator-max-microvolt = <1200000>;
+ regulator-boot-on;
+ regulator-always-on;
+ };