Lines Matching +full:led1 +full:- +full:mode
3 * SPDX-License-Identifier: Apache-2.0
6 #include <dt-bindings/regulator/npm1300.h>
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 npm1300_ek_gpio: gpio-controller {
15 compatible = "nordic,npm1300-gpio";
16 gpio-controller;
17 #gpio-cells = <2>;
22 compatible = "nordic,npm1300-regulator";
26 regulator-min-microvolt = <1000000>;
27 regulator-max-microvolt = <3300000>;
31 regulator-min-microvolt = <1000000>;
32 regulator-max-microvolt = <3300000>;
36 regulator-min-microvolt = <1000000>;
37 regulator-max-microvolt = <3300000>;
41 regulator-min-microvolt = <1000000>;
42 regulator-max-microvolt = <3300000>;
47 compatible = "nordic,npm1300-charger";
48 term-microvolt = <4150000>;
49 term-warm-microvolt = <4000000>;
50 current-microamp = <150000>;
51 dischg-limit-microamp = <1000000>;
52 vbus-limit-microamp = <500000>;
53 thermistor-ohms = <10000>;
54 thermistor-beta = <3380>;
55 charging-enable;
59 compatible = "gpio-keys";
68 compatible = "nordic,npm1300-led";
69 nordic,led0-mode = "error";
70 nordic,led1-mode = "charging";
71 nordic,led2-mode = "host";