Documentation: bindings: fix twl-rtc documentation
Add interrupts documentation Fix example and formatting Signed-off-by: Nicolae Rosia <Nicolae_Rosia@mentor.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
parent
959df7778b
commit
8e9e3f5ba9
|
@ -1,12 +1,11 @@
|
|||
* TI twl RTC
|
||||
|
||||
The TWL family (twl4030/6030) contains a RTC.
|
||||
* Texas Instruments TWL4030/6030 RTC
|
||||
|
||||
Required properties:
|
||||
- compatible : Should be twl4030-rtc
|
||||
- compatible : Should be "ti,twl4030-rtc"
|
||||
- interrupts : Should be the interrupt number.
|
||||
|
||||
Examples:
|
||||
|
||||
rtc@0 {
|
||||
compatible = "ti,twl4030-rtc";
|
||||
};
|
||||
Example:
|
||||
rtc {
|
||||
compatible = "ti,twl4030-rtc";
|
||||
interrupts = <11>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue