2012-12-18 00:02:23 +00:00
|
|
|
* i.MX25 Real Time Clock controller
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible: should be: "fsl,imx25-rtc"
|
|
|
|
- reg: physical base address of the controller and length of memory mapped
|
|
|
|
region.
|
2017-11-15 12:59:53 +00:00
|
|
|
- clocks: should contain the phandle for the rtc clock
|
2012-12-18 00:02:23 +00:00
|
|
|
- interrupts: rtc alarm interrupt
|
|
|
|
|
2017-01-03 18:51:25 +00:00
|
|
|
Optional properties:
|
2017-11-15 12:59:53 +00:00
|
|
|
- interrupts: dryice security violation interrupt (second entry)
|
2017-01-03 18:51:25 +00:00
|
|
|
|
2012-12-18 00:02:23 +00:00
|
|
|
Example:
|
|
|
|
|
2017-11-15 12:59:53 +00:00
|
|
|
rtc@53ffc000 {
|
|
|
|
compatible = "fsl,imx25-rtc";
|
|
|
|
reg = <0x53ffc000 0x4000>;
|
|
|
|
clocks = <&clks 81>;
|
|
|
|
interrupts = <25 56>;
|
2012-12-18 00:02:23 +00:00
|
|
|
};
|