Lines Matching +full:charge +full:- +full:led
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>
18 includes voltage current regulators, charger, LED/flash, haptic motor driver
34 led:
37 max77693-muic:
44 const: maxim,max77693-muic
47 - compatible
55 const: maxim,max77693-muic
58 $ref: /schemas/connector/usb-connector.yaml#
62 - compatible
64 motor-driver:
70 const: maxim,max77693-haptic
72 haptic-supply:
79 - compatible
80 - haptic-supply
81 - pwms
89 - compatible
90 - interrupts
91 - reg
96 - |
97 #include <dt-bindings/interrupt-controller/irq.h>
98 #include <dt-bindings/leds/common.h>
101 #address-cells = <1>;
102 #size-cells = <0>;
107 interrupt-parent = <&gpx1>;
112 regulator-name = "ESAFEOUT1";
116 regulator-name = "ESAFEOUT2";
120 regulator-name = "CHARGER";
121 regulator-min-microamp = <60000>;
122 regulator-max-microamp = <2580000>;
127 compatible = "maxim,max77693-muic";
130 compatible = "samsung,usb-connector-11pin",
131 "usb-b-connector";
132 label = "micro-USB";
136 #address-cells = <1>;
137 #size-cells = <0>;
143 remote-endpoint = <&usb_to_muic>;
151 remote-endpoint = <&mhl_to_muic>;
158 motor-driver {
159 compatible = "maxim,max77693-haptic";
160 haptic-supply = <&ldo26_reg>;
165 compatible = "maxim,max77693-charger";
167 maxim,constant-microvolt = <4350000>;
168 maxim,min-system-microvolt = <3600000>;
169 maxim,thermal-regulation-celsius = <100>;
170 maxim,battery-overcurrent-microamp = <3500000>;
171 maxim,charge-input-threshold-microvolt = <4300000>;
174 led {
175 compatible = "maxim,max77693-led";
176 maxim,boost-mode = <LEDS_BOOST_FIXED>;
177 maxim,boost-mvout = <5000>;
178 maxim,mvsys-min = <2400>;
180 flash-led {
181 label = "max77693-flash";
184 led-sources = <0>, <1>;
185 led-max-microamp = <500000>;
186 flash-max-microamp = <1250000>;
187 flash-max-timeout-us = <1000000>;