mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-27 13:05:03 +08:00
8e9e3f5ba9
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>
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
* Texas Instruments TWL4030/6030 RTC
|
|
|
|
Required properties:
|
|
- compatible : Should be "ti,twl4030-rtc"
|
|
- interrupts : Should be the interrupt number.
|
|
|
|
Example:
|
|
rtc {
|
|
compatible = "ti,twl4030-rtc";
|
|
interrupts = <11>;
|
|
};
|