mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +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>;
|
|
};
|