]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/rtc/epson,rtc7301.txt
Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
[karo-tx-linux.git] / Documentation / devicetree / bindings / rtc / epson,rtc7301.txt
1 EPSON TOYOCOM RTC-7301SF/DG
2
3 Required properties:
4
5 - compatible: Should be "epson,rtc7301sf" or "epson,rtc7301dg"
6 - reg: Specifies base physical address and size of the registers.
7 - interrupts: A single interrupt specifier.
8
9 Example:
10
11 rtc: rtc@44a00000 {
12         compatible = "epson,rtc7301dg";
13         reg = <0x44a00000 0x10000>;
14         interrupt-parent = <&axi_intc_0>;
15         interrupts = <3 2>;
16 };