Lines Matching +full:sub +full:- +full:device
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
12 - Documentation/devicetree/bindings/regulator/regulator.txt
15 Names of regulators supported by S2MPA01 device:
16 - LDOn
17 - valid values for n are 1 to 26
18 - Example: LDO1, LD02, LDO26
19 - BUCKn
20 - valid values for n are 1 to 10.
21 - Example: BUCK1, BUCK2, BUCK9
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
31 In the absence of the regulator-ramp-delay property, the default ramp
36 regulator-ramp-delay value for them.
38 - buck{1,6},
39 - buck{2,4},
40 - buck{8,9,10}.
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>;
59 regulator-always-on;
63 regulator-name = "vdd_mif";
64 regulator-min-microvolt = <950000>;
65 regulator-max-microvolt = <1350000>;
66 regulator-always-on;
67 regulator-boot-on;
71 regulator-name = "vdd_arm";
72 regulator-min-microvolt = <950000>;
73 regulator-max-microvolt = <1350000>;
74 regulator-always-on;
75 regulator-boot-on;
76 regulator-ramp-delay = <50000>;