Lines Matching +full:mpfs +full:- +full:clkcfg
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/microchip,mfps-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>
15 - Lewis Hanly <lewis.hanly@microchip.com>
20 - microchip,mpfs-rtc
27 - description: |
29 - description: |
35 - description: |
37 - description: |
38 Reference clock: divided by the prescaler to create a time-based
43 clock-names:
45 - const: rtc
46 - const: rtcref
49 - compatible
50 - reg
51 - interrupts
52 - clocks
53 - clock-names
58 - |
59 #include "dt-bindings/clock/microchip,mpfs-clock.h"
61 compatible = "microchip,mpfs-rtc";
63 clocks = <&clkcfg CLK_RTC>, <&clkcfg CLK_RTCREF>;
64 clock-names = "rtc", "rtcref";