Root/Documentation/devicetree/bindings/rtc/jz4740-rtc.txt

Source at commit 79b8f3b7042de8aef35aa64cfb712266046e38f9 created 10 years 11 months ago.
By Lars-Peter Clausen, drivers/rtc/rtc-jz4740.c: jz4740: Add device tree support
1Ingenic JZ4740 RTC controller
2
3Required properties:
4- compatible: "ingenic,jz4740-rtc"
5- reg: physical base address of the controller and length of memory mapped
6  region.
7- interrupts: IRQ line for the controller.
8- clocks: Phandle to the parent clock
9
10Example:
11
12    rtc@3000 {
13        compatible = "ingenic,jz4740-rtc";
14        reg = <0x3000 0x1000>;
15        interrupts = <15>;
16        clocks = <&rtc_clk>;
17    };
18

Archive Download this file



interactive