1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/rtc/intersil,isl12022.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Intersil ISL12022 Real-time Clock
10 - Alexandre Belloni <alexandre.belloni@bootlin.com>
25 isil,battery-trip-levels-microvolt:
27 The battery voltages at which the first alarm and second alarm
28 should trigger (normally ~85% and ~75% of nominal V_BAT).
30 - enum: [2125000, 2295000, 2550000, 2805000, 3060000, 4250000, 4675000]
31 - enum: [1875000, 2025000, 2250000, 2475000, 2700000, 3750000, 4125000]
39 # If #clock-cells is present, interrupts must not be present
47 unevaluatedProperties: false
51 #include <dt-bindings/interrupt-controller/irq.h>
57 compatible = "isil,isl12022";
59 interrupts-extended = <&gpio1 5 IRQ_TYPE_LEVEL_LOW>;
60 isil,battery-trip-levels-microvolt = <2550000>, <2250000>;