mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 20:32:22 +00:00
b766f10f7b
Add device tree bindings for the ST-Ericsson COH 901 331 Real Time Clock Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Rob Herring <robh@kernel.org>
18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
ST-Ericsson COH 901 331 Real Time Clock
|
|
|
|
Required properties:
|
|
- compatible: must be "stericsson,coh901331"
|
|
- reg: address range of rtc register set.
|
|
- interrupt-parent: phandle for the interrupt controller.
|
|
- interrupts: rtc alarm interrupt.
|
|
- clocks: phandle to the rtc clock source
|
|
|
|
Example:
|
|
rtc: rtc@c0017000 {
|
|
compatible = "stericsson,coh901331";
|
|
reg = <0xc0017000 0x1000>;
|
|
interrupt-parent = <&vicb>;
|
|
interrupts = <10>;
|
|
clocks = <&rtc_clk>;
|
|
};
|