ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rtc / atmel,at91rm9200-rtc.txt
blob5d3791e789c6ba6ca04f9f17dda5f3c9aeafe83c
1 Atmel AT91RM9200 Real Time Clock
3 Required properties:
4 - compatible: should be: "atmel,at91rm9200-rtc" or "atmel,at91sam9x5-rtc"
5 - reg: physical base address of the controller and length of memory mapped
6   region.
7 - interrupts: rtc alarm/event interrupt
8 - clocks: phandle to input clock.
10 Example:
12 rtc@fffffe00 {
13         compatible = "atmel,at91rm9200-rtc";
14         reg = <0xfffffe00 0x100>;
15         interrupts = <1 4 7>;
16         clocks = <&clk32k>;