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

Commit 69c9d96c authored by Andreas Färber's avatar Andreas Färber Committed by Alexandre Belloni
Browse files

dt-bindings: rtc: Add Realtek RTD1295



Add a binding for the RTC on the Realtek RTD119x/RTD129x SoC families.

Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 17ecd246
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
Realtek RTD129x Real-Time Clock
===============================

Required properties:
- compatible :  Should be "realtek,rtd1295-rtc"
- reg        :  Specifies the physical base address and size
- clocks     :  Specifies the clock gate


Example:

	rtc@9801b600 {
		compatible = "realtek,rtd1295-clk";
		reg = <0x9801b600 0x100>;
		clocks = <&clkc RTD1295_CLK_EN_MISC_RTC>;
	};