Lines Matching +full:buck2 +full:- +full:in +full:- +full:supply

4 - https://www.dialog-semiconductor.com/products/da9062
5 - https://www.dialog-semiconductor.com/products/da9061
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
16 da9062-gpio : : GPIOs
20 Device Supply Names Description
21 ------ ------------ -----------
22 da9062-regulator : : LDOs & BUCKs
23 da9062-onkey : : On Key
24 da9062-watchdog : : Watchdog Timer
25 da9062-thermal : : Thermal
31 - compatible : Should be
34 - reg : Specifies the I2C slave address (this defaults to 0x58 but it can be
39 - gpio-controller : Marks the device as a gpio controller.
40 - #gpio-cells : Should be two. The first cell is the pin number and the
46 - interrupts : IRQ line information.
47 - interrupt-controller
49 See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for
52 Sub-nodes:
54 - regulators : This node defines the settings for the LDOs and BUCKs.
58 buck2 : BUCK_2
69 buck2 : BUCK_2
77 details of individual regulator device can be found in:
80 regulator-initial-mode may be specified for buck regulators using mode values
81 from include/dt-bindings/regulator/dlg,da9063-regulator.h.
83 - rtc : This node defines settings required for the Real-Time Clock associated
84 with the DA9062. There are currently no entries in this binding, however
85 compatible = "dlg,da9062-rtc" should be added if a node is created.
87 - onkey : See ../input/da9062-onkey.txt
89 - watchdog: See ../watchdog/da9062-wdt.txt
91 - thermal : See ../thermal/da9062-thermal.txt
98 interrupt-parent = <&gpio6>;
100 interrupt-controller;
103 compatible = "dlg,da9062-rtc";
108 regulator-name = "BUCK1";
109 regulator-min-microvolt = <300000>;
110 regulator-max-microvolt = <1570000>;
111 regulator-min-microamp = <500000>;
112 regulator-max-microamp = <2000000>;
113 regulator-initial-mode = <DA9063_BUCK_MODE_SYNC>;
114 regulator-boot-on;
117 regulator-name = "LDO_1";
118 regulator-min-microvolt = <900000>;
119 regulator-max-microvolt = <3600000>;
120 regulator-boot-on;