Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[deliverable/linux.git] / Documentation / devicetree / bindings / rtc / atmel,at91rm9200-rtc.txt
CommitLineData
7c1b68d4
JE
1Atmel AT91RM9200 Real Time Clock
2
3Required properties:
bba00e59 4- compatible: should be: "atmel,at91rm9200-rtc" or "atmel,at91sam9x5-rtc"
7c1b68d4
JE
5- reg: physical base address of the controller and length of memory mapped
6 region.
7- interrupts: rtc alarm/event interrupt
e1162cba 8- clocks: phandle to input clock.
7c1b68d4
JE
9
10Example:
11
12rtc@fffffe00 {
13 compatible = "atmel,at91rm9200-rtc";
14 reg = <0xfffffe00 0x100>;
15 interrupts = <1 4 7>;
e1162cba 16 clocks = <&clk32k>;
7c1b68d4 17};
This page took 0.173067 seconds and 5 git commands to generate.