Lines Matching +full:start +full:- +full:year
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 Device Tree Bindings
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:
36 - 1750
37 - 3000
38 - 4400
41 - compatible
42 - reg
47 - |
48 #include <dt-bindings/interrupt-controller/irq.h>
50 #address-cells = <1>;
51 #size-cells = <0>;
57 pinctrl-0 = <&rtc_nint_pins>;
58 interrupts-extended = <&gpio1 16 IRQ_TYPE_LEVEL_HIGH>;
59 trickle-resistor-ohms = <7000>;
60 trickle-voltage-millivolt = <1750>;