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

Commit 8e9e3f5b authored by Nicolae Rosia's avatar Nicolae Rosia Committed by Alexandre Belloni
Browse files

Documentation: bindings: fix twl-rtc documentation



Add interrupts documentation
Fix example and formatting

Signed-off-by: default avatarNicolae Rosia <Nicolae_Rosia@mentor.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 959df777
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
* TI twl RTC

The TWL family (twl4030/6030) contains a RTC.
* Texas Instruments TWL4030/6030 RTC

Required properties:
- compatible : Should be twl4030-rtc

Examples:
- compatible : Should be "ti,twl4030-rtc"
- interrupts : Should be the interrupt number.

rtc@0 {
Example:
	rtc {
		compatible = "ti,twl4030-rtc";
		interrupts = <11>;
	};