1 * Dialog DA9062 Power Management Integrated Circuit (PMIC)
3 DA9062 consists of a large and varied group of sub-devices:
5 Device Supply Names Description
6 ------ ------------ -----------
7 da9062-regulator : : LDOs & BUCKs
8 da9062-rtc : : Real-Time Clock
9 da9062-watchdog : : Watchdog Timer
15 - compatible : Should be "dlg,da9062".
16 - reg : Specifies the I2C slave address (this defaults to 0x58 but it can be
17 modified to match the chip's OTP settings).
18 - interrupt-parent : Specifies the reference to the interrupt controller for
20 - interrupts : IRQ line information.
21 - interrupt-controller
23 See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for
24 further information on IRQ bindings.
28 - regulators : This node defines the settings for the LDOs and BUCKs. The
29 DA9062 regulators are bound using their names listed below:
40 The component follows the standard regulator framework and the bindings
41 details of individual regulator device can be found in:
42 Documentation/devicetree/bindings/regulator/regulator.txt
45 - rtc : This node defines settings required for the Real-Time Clock associated
46 with the DA9062. There are currently no entries in this binding, however
47 compatible = "dlg,da9062-rtc" should be added if a node is created.
49 - watchdog: This node defines the settings for the watchdog driver associated
50 with the DA9062 PMIC. The compatible = "dlg,da9062-watchdog" should be added
57 compatible = "dlg,da9062";
59 interrupt-parent = <&gpio6>;
60 interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
64 compatible = "dlg,da9062-rtc";
68 compatible = "dlg,da9062-watchdog";
73 regulator-name = "BUCK1";
74 regulator-min-microvolt = <300000>;
75 regulator-max-microvolt = <1570000>;
76 regulator-min-microamp = <500000>;
77 regulator-max-microamp = <2000000>;
81 regulator-name = "LDO_1";
82 regulator-min-microvolt = <900000>;
83 regulator-max-microvolt = <3600000>;