Lines Matching +full:battery +full:- +full:trip +full:- +full:levels +full:- +full:microvolt
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Intersil ISL12022 Real-time Clock
10 - Alexandre Belloni <alexandre.belloni@bootlin.com>
22 '#clock-cells':
25 isil,battery-trip-levels-microvolt:
27 The battery voltages at which the first alarm and second alarm
30 - enum: [2125000, 2295000, 2550000, 2805000, 3060000, 4250000, 4675000]
31 - enum: [1875000, 2025000, 2250000, 2475000, 2700000, 3750000, 4125000]
34 - compatible
35 - reg
38 - $ref: rtc.yaml#
39 # If #clock-cells is present, interrupts must not be present
40 - if:
42 - '#clock-cells'
50 - |
51 #include <dt-bindings/interrupt-controller/irq.h>
53 #address-cells = <1>;
54 #size-cells = <0>;
59 interrupts-extended = <&gpio1 5 IRQ_TYPE_LEVEL_LOW>;
60 isil,battery-trip-levels-microvolt = <2550000>, <2250000>;