Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b766f10f authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Rob Herring
Browse files

dt-bindings: rtc: add stericsson,coh901331 bindings



Add device tree bindings for the ST-Ericsson COH 901 331 Real Time Clock

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent a38b9267
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
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>;
	};