1 * Microchip PIC32 Real Time Clock and Calendar
3 The RTCC keeps time in hours, minutes, and seconds, and one half second. It
4 provides a calendar in weekday, date, month, and year. It also provides a
8 - compatible: should be: "microchip,pic32mzda-rtc"
9 - reg: physical base address of the controller and length of memory mapped
11 - interrupts: RTC alarm/event interrupt
12 - clocks: clock phandle
17 compatible = "microchip,pic32mzda-rtc";
18 reg = <0x1f8c0000 0x60>;
19 interrupts = <166 IRQ_TYPE_EDGE_RISING>;