summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rtc/atmel,at91rm9200-rtc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/rtc/atmel,at91rm9200-rtc.txt')
-rw-r--r--dts/Bindings/rtc/atmel,at91rm9200-rtc.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/dts/Bindings/rtc/atmel,at91rm9200-rtc.txt b/dts/Bindings/rtc/atmel,at91rm9200-rtc.txt
new file mode 100644
index 0000000000..34c1505774
--- /dev/null
+++ b/dts/Bindings/rtc/atmel,at91rm9200-rtc.txt
@@ -0,0 +1,15 @@
+Atmel AT91RM9200 Real Time Clock
+
+Required properties:
+- compatible: should be: "atmel,at91rm9200-rtc" or "atmel,at91sam9x5-rtc"
+- reg: physical base address of the controller and length of memory mapped
+ region.
+- interrupts: rtc alarm/event interrupt
+
+Example:
+
+rtc@fffffe00 {
+ compatible = "atmel,at91rm9200-rtc";
+ reg = <0xfffffe00 0x100>;
+ interrupts = <1 4 7>;
+};