blob: 8f9a94f2f8969911e4490b744563c180a413426b [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001* Texas Instruments TWL4030/6030 RTC
2
3Required properties:
4- compatible : Should be "ti,twl4030-rtc"
5- interrupts : Should be the interrupt number.
6
7Example:
8 rtc {
9 compatible = "ti,twl4030-rtc";
10 interrupts = <11>;
11 };