Lines Matching +full:regulator +full:- +full:min +full:- +full:microamp
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chanwoo Choi <cw00.choi@samsung.com>
11 - Krzysztof Kozlowski <krzk@kernel.org>
37 max77693-muic:
43 const: maxim,max77693-muic
46 - compatible
48 motor-driver:
54 const: maxim,max77693-haptic
56 haptic-supply:
63 - compatible
64 - haptic-supply
65 - pwms
68 $ref: ../regulator/maxim,max77693.yaml
73 - compatible
74 - interrupts
75 - reg
80 - |
81 #include <dt-bindings/interrupt-controller/irq.h>
82 #include <dt-bindings/leds/common.h>
85 #address-cells = <1>;
86 #size-cells = <0>;
91 interrupt-parent = <&gpx1>;
96 regulator-name = "ESAFEOUT1";
100 regulator-name = "ESAFEOUT2";
104 regulator-name = "CHARGER";
105 regulator-min-microamp = <60000>;
106 regulator-max-microamp = <2580000>;
110 motor-driver {
111 compatible = "maxim,max77693-haptic";
112 haptic-supply = <&ldo26_reg>;
117 compatible = "maxim,max77693-charger";
119 maxim,constant-microvolt = <4350000>;
120 maxim,min-system-microvolt = <3600000>;
121 maxim,thermal-regulation-celsius = <100>;
122 maxim,battery-overcurrent-microamp = <3500000>;
123 maxim,charge-input-threshold-microvolt = <4300000>;
127 compatible = "maxim,max77693-led";
128 maxim,boost-mode = <LEDS_BOOST_FIXED>;
129 maxim,boost-mvout = <5000>;
130 maxim,mvsys-min = <2400>;
132 flash-led {
133 label = "max77693-flash";
136 led-sources = <0>, <1>;
137 led-max-microamp = <500000>;
138 flash-max-microamp = <1250000>;
139 flash-max-timeout-us = <1000000>;