diff options
| author | Joachim Eastwood <manabian@gmail.com> | 2013-04-29 19:20:15 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-29 21:28:34 -0400 |
| commit | 7c1b68d4e1d98e77234dfe1f3e15a24bbeef981a (patch) | |
| tree | bf21aa71a23281fc5fc385dbae19c8765be2db65 /Documentation/devicetree/bindings/rtc | |
| parent | 2fa76062bbff17fbc462c290ba9fe22cf23a4710 (diff) | |
drivers/rtc/rtc-at91rm9200.c: add DT support
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc')
| -rw-r--r-- | Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt new file mode 100644 index 000000000000..2a3feabd3b22 --- /dev/null +++ b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.txt | |||
| @@ -0,0 +1,15 @@ | |||
| 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 | }; | ||
