1 Binding for Samsung S2MPA01 regulator block
2 ===========================================
4 This is a part of device tree bindings for S2M family multi-function devices.
5 More information can be found in bindings/mfd/sec-core.txt file.
7 The S2MPA01 device provide buck and LDO regulators.
9 To register these with regulator framework instantiate under main device node
10 a sub-node named "regulators" with more sub-nodes for each regulator using the
11 common regulator binding documented in:
12 - Documentation/devicetree/bindings/regulator/regulator.txt
15 Names of regulators supported by S2MPA01 device:
17 - valid values for n are 1 to 26
18 - Example: LDO1, LD02, LDO26
20 - valid values for n are 1 to 10.
21 - Example: BUCK1, BUCK2, BUCK9
22 Note: The 'n' in LDOn and BUCKn represents the LDO or BUCK number
23 as per the datasheet of device.
26 Optional properties of buck regulator nodes under "regulators" sub-node:
27 - regulator-ramp-delay: ramp delay in uV/us. May be 6250, 12500
28 (default), 25000, or 50000. May be 0 for disabling the ramp delay on
31 In the absence of the regulator-ramp-delay property, the default ramp
34 Note: Some bucks share the ramp rate setting i.e. same ramp value
35 will be set for a particular group of bucks so provide the same
36 regulator-ramp-delay value for them.
37 Groups sharing ramp rate:
45 compatible = "samsung,s2mpa01-pmic";
50 regulator-name = "VDD_ALIVE";
51 regulator-min-microvolt = <1000000>;
52 regulator-max-microvolt = <1000000>;
56 regulator-name = "VDDQ_MMC2";
57 regulator-min-microvolt = <2800000>;
58 regulator-max-microvolt = <2800000>;
63 regulator-name = "vdd_mif";
64 regulator-min-microvolt = <950000>;
65 regulator-max-microvolt = <1350000>;
71 regulator-name = "vdd_arm";
72 regulator-min-microvolt = <950000>;
73 regulator-max-microvolt = <1350000>;
76 regulator-ramp-delay = <50000>;