1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/rtc/microcrystal,rv3032.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip RV-3032 RTC
13 - Alexandre Belloni <alexandre.belloni@bootlin.com>
17 const: microcrystal,rv3032
27 trickle-resistor-ohms:
34 trickle-voltage-millivolt:
35 $ref: /schemas/types.yaml#/definitions/uint32
47 additionalProperties: false
51 #include <dt-bindings/interrupt-controller/irq.h>
57 compatible = "microcrystal,rv3032";
59 pinctrl-0 = <&rtc_nint_pins>;
60 interrupts-extended = <&gpio1 16 IRQ_TYPE_LEVEL_HIGH>;
61 trickle-resistor-ohms = <7000>;
62 trickle-voltage-millivolt = <1750>;