1 * Dialog DA9063 Power Management Integrated Circuit (PMIC)
3 DA9093 consists of a large and varied group of sub-devices (I2C Only):
5 Device Supply Names Description
6 ------ ------------ -----------
7 da9063-regulator : : LDOs & BUCKs
8 da9063-rtc : : Real-Time Clock
9 da9063-watchdog : : Watchdog
15 - compatible : Should be "dlg,da9063"
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
25 - regulators : This node defines the settings for the LDOs and BUCKs. The
26 DA9063 regulators are bound using their names listed below:
46 The component follows the standard regulator framework and the bindings
47 details of individual regulator device can be found in:
48 Documentation/devicetree/bindings/regulator/regulator.txt
50 - rtc : This node defines settings for the Real-Time Clock associated with
51 the DA9063. There are currently no entries in this binding, however
52 compatible = "dlg,da9063-rtc" should be added if a node is created.
54 - watchdog : This node defines settings for the Watchdog timer associated
55 with the DA9063. There are currently no entries in this binding, however
56 compatible = "dlg,da9063-watchdog" should be added if a node is created.
62 compatible = "dlg,da9063"
64 interrupt-parent = <&gpio6>;
65 interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
69 compatible = "dlg,da9063-rtc";
73 compatible = "dlg,da9063-watchdog";
77 DA9063_BCORE1: bcore1 {
78 regulator-name = "BCORE1";
79 regulator-min-microvolt = <300000>;
80 regulator-max-microvolt = <1570000>;
81 regulator-min-microamp = <500000>;
82 regulator-max-microamp = <2000000>;
86 regulator-name = "LDO_11";
87 regulator-min-microvolt = <900000>;
88 regulator-max-microvolt = <3600000>;