kernel_samsung_a53x/Documentation/devicetree/bindings/rtc/twl-rtc.txt
2024-06-15 16:02:09 -03:00

11 lines
223 B
Text
Executable file

* 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>;
};