Lines Matching +full:mpfs +full:- +full:rtc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/microchip,mpfs-rtc.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Microchip PolarFire Soc (MPFS) RTC
11 - $ref: rtc.yaml#
14 - Daire McNamara <daire.mcnamara@microchip.com>
19 - items:
20 - const: microchip,pic64gx-rtc
21 - const: microchip,mpfs-rtc
22 - const: microchip,mpfs-rtc
29 - description: |
31 - description: |
33 to that of the RTC's count register.
37 - description: |
39 - description: |
40 Reference clock: divided by the prescaler to create a time-based
41 strobe (typically 1 Hz) for the calendar counter. By default, the rtc
45 clock-names:
47 - const: rtc
48 - const: rtcref
51 - compatible
52 - reg
53 - interrupts
54 - clocks
55 - clock-names
60 - |
61 #include "dt-bindings/clock/microchip,mpfs-clock.h"
62 rtc@20124000 {
63 compatible = "microchip,mpfs-rtc";
66 clock-names = "rtc", "rtcref";