]> rtime.felk.cvut.cz Git - linux-imx.git/blob - Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt
af_unix: use freezable blocking calls in read
[linux-imx.git] / Documentation / devicetree / bindings / rtc / atmel,at91rm9200-rtc.txt
1 Atmel AT91RM9200 Real Time Clock
2
3 Required properties:
4 - compatible: should be: "atmel,at91rm9200-rtc"
5 - reg: physical base address of the controller and length of memory mapped
6   region.
7 - interrupts: rtc alarm/event interrupt
8
9 Example:
10
11 rtc@fffffe00 {
12         compatible = "atmel,at91rm9200-rtc";
13         reg = <0xfffffe00 0x100>;
14         interrupts = <1 4 7>;
15 };