Lines Matching +full:trickle +full:- +full:resistor +full:- +full:ohms
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip RV-3032 RTC
10 - $ref: rtc.yaml#
13 - Alexandre Belloni <alexandre.belloni@bootlin.com>
25 start-year: true
27 trickle-resistor-ohms:
29 - 1000
30 - 2000
31 - 7000
32 - 11000
34 trickle-voltage-millivolt:
37 - 1750
38 - 3000
39 - 4400
41 wakeup-source: true
44 - compatible
45 - reg
50 - |
51 #include <dt-bindings/interrupt-controller/irq.h>
53 #address-cells = <1>;
54 #size-cells = <0>;
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>;