Lines Matching +full:buck2 +full:- +full:in +full:- +full:supply
3 DA9055 consists of a large and varied group of sub-devices (I2C Only):
5 Device Supply Names Description
6 ------ ------------ -----------
7 da9055-gpio : : GPIOs
8 da9055-regulator : : Regulators
9 da9055-onkey : : On key
10 da9055-rtc : : RTC
11 da9055-hwmon : : ADC
12 da9055-watchdog : : Watchdog
14 The CODEC device in DA9055 has a separate, configurable I2C address and so
23 - compatible : Should be "dlg,da9055-pmic"
24 - reg: Specifies the I2C slave address (defaults to 0x5a but can be modified)
25 - interrupts: IRQ line info for da9055 chip.
26 - interrupt-controller: da9055 has internal IRQs (has own IRQ domain).
27 - #interrupt-cells: Should be 1, is the local IRQ number for da9055.
29 Sub-nodes:
30 - regulators : Contain the regulator nodes. The DA9055 regulators are
34 buck2 : regulator BUCK2
42 The bindings details of individual regulator device can be found in:
48 pmic: da9055-pmic@5a {
49 compatible = "dlg,da9055-pmic";
51 interrupt-parent = <&intc>;
53 interrupt-controller;
54 #interrupt-cells = <1>;
58 regulator-min-microvolt = <725000>;
59 regulator-max-microvolt = <2075000>;
61 buck2: BUCK2 {
62 regulator-min-microvolt = <925000>;
63 regulator-max-microvolt = <2500000>;
66 regulator-min-microvolt = <900000>;
67 regulator-max-microvolt = <3300000>;