Lines Matching +full:power +full:- +full:management
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung S2MPA01 Power Management IC
10 - Krzysztof Kozlowski <krzk@kernel.org>
13 This is a part of device tree bindings for S2M and S5M family of Power
14 Management IC (PMIC).
16 The Samsung S2MPA01 is a Power Management IC which includes voltage
17 and current regulators, RTC, clock outputs and other sub-blocks.
21 const: samsung,s2mpa01-pmic
34 wakeup-source: true
37 - compatible
38 - reg
39 - regulators
44 - |
45 #include <dt-bindings/interrupt-controller/irq.h>
48 #address-cells = <1>;
49 #size-cells = <0>;
52 compatible = "samsung,s2mpa01-pmic";
57 regulator-name = "VDD_ALIVE";
58 regulator-min-microvolt = <1000000>;
59 regulator-max-microvolt = <1000000>;
63 regulator-name = "VDDQ_MMC2";
64 regulator-min-microvolt = <2800000>;
65 regulator-max-microvolt = <2800000>;
66 regulator-always-on;
72 regulator-name = "vdd_mif";
73 regulator-min-microvolt = <950000>;
74 regulator-max-microvolt = <1350000>;
75 regulator-always-on;
76 regulator-boot-on;
80 regulator-name = "vdd_arm";
81 regulator-min-microvolt = <950000>;
82 regulator-max-microvolt = <1350000>;
83 regulator-always-on;
84 regulator-boot-on;
85 regulator-ramp-delay = <50000>;