1 * Dialog DA9062 Power Management Integrated Circuit (PMIC)
3 Product information for the DA9062 and DA9061 devices can be found here:
4 - http://www.dialog-semiconductor.com/products/da9062
5 - http://www.dialog-semiconductor.com/products/da9061
7 The DA9062 PMIC consists of:
9 Device Supply Names Description
10 ------ ------------ -----------
11 da9062-regulator : : LDOs & BUCKs
12 da9062-rtc : : Real-Time Clock
13 da9062-onkey : : On Key
14 da9062-watchdog : : Watchdog Timer
15 da9062-thermal : : Thermal
17 The DA9061 PMIC consists of:
19 Device Supply Names Description
20 ------ ------------ -----------
21 da9062-regulator : : LDOs & BUCKs
22 da9062-onkey : : On Key
23 da9062-watchdog : : Watchdog Timer
24 da9062-thermal : : Thermal
30 - compatible : Should be
31 "dlg,da9062" for DA9062
32 "dlg,da9061" for DA9061
33 - reg : Specifies the I2C slave address (this defaults to 0x58 but it can be
34 modified to match the chip's OTP settings).
35 - interrupt-parent : Specifies the reference to the interrupt controller for
37 - interrupts : IRQ line information.
38 - interrupt-controller
40 See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for
41 further information on IRQ bindings.
45 - regulators : This node defines the settings for the LDOs and BUCKs.
46 The DA9062 regulators are bound using their names listed below:
57 The DA9061 regulators are bound using their names listed below:
67 The component follows the standard regulator framework and the bindings
68 details of individual regulator device can be found in:
69 Documentation/devicetree/bindings/regulator/regulator.txt
71 - rtc : This node defines settings required for the Real-Time Clock associated
72 with the DA9062. There are currently no entries in this binding, however
73 compatible = "dlg,da9062-rtc" should be added if a node is created.
75 - onkey : See ../input/da9062-onkey.txt
77 - watchdog: See ../watchdog/da9062-watchdog.txt
79 - thermal : See ../thermal/da9062-thermal.txt
84 compatible = "dlg,da9062";
86 interrupt-parent = <&gpio6>;
87 interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
91 compatible = "dlg,da9062-rtc";
96 regulator-name = "BUCK1";
97 regulator-min-microvolt = <300000>;
98 regulator-max-microvolt = <1570000>;
99 regulator-min-microamp = <500000>;
100 regulator-max-microamp = <2000000>;
104 regulator-name = "LDO_1";
105 regulator-min-microvolt = <900000>;
106 regulator-max-microvolt = <3600000>;