blob: 4f15d8a1bfd005c09484d2acf76dc59f3a73107d [file] [log] [blame]
Guennadi Liakhovetski42dc3022013-06-24 12:50:16 +02001* Maxim MAX8973 Voltage Regulator
2
3Required properties:
4
Guennadi Liakhovetskif986c352013-06-25 09:07:06 +02005- compatible: must be "maxim,max8973"
Guennadi Liakhovetski42dc3022013-06-24 12:50:16 +02006- reg: the i2c slave address of the regulator. It should be 0x1b.
7
8Any standard regulator properties can be used to configure the single max8973
9DCDC.
10
11Example:
12
13 max8973@1b {
Guennadi Liakhovetskif986c352013-06-25 09:07:06 +020014 compatible = "maxim,max8973";
Guennadi Liakhovetski42dc3022013-06-24 12:50:16 +020015 reg = <0x1b>;
16
17 regulator-min-microvolt = <935000>;
18 regulator-max-microvolt = <1200000>;
19 regulator-boot-on;
20 regulator-always-on;
21 };