Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1* i.MX25 Real Time Clock controller
2
3Required properties:
4- compatible: should be: "fsl,imx25-rtc"
5- reg: physical base address of the controller and length of memory mapped
6 region.
7- clocks: should contain the phandle for the rtc clock
8- interrupts: rtc alarm interrupt
9
10Optional properties:
11- interrupts: dryice security violation interrupt (second entry)
12
13Example:
14
15rtc@53ffc000 {
16 compatible = "fsl,imx25-rtc";
17 reg = <0x53ffc000 0x4000>;
18 clocks = <&clks 81>;
19 interrupts = <25 56>;
20};