1 * Microchip PIC32 Real Time Clock and Calendar 2 3 The RTCC keeps time in hours, minutes, and sec 4 provides a calendar in weekday, date, month, a 5 configurable alarm. 6 7 Required properties: 8 - compatible: should be: "microchip,pic32mzda- 9 - reg: physical base address of the controller 10 region. 11 - interrupts: RTC alarm/event interrupt 12 - clocks: clock phandle 13 14 Example: 15 16 rtc: rtc@1f8c0000 { 17 compatible = "microchip,pic32m 18 reg = <0x1f8c0000 0x60>; 19 interrupts = <166 IRQ_TYPE_EDG 20 clocks = <&PBCLK6>; 21 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.