xref: /freebsd-src/sys/contrib/device-tree/Bindings/rtc/twl-rtc.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* Texas Instruments TWL4030/6030 RTC
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible : Should be "ti,twl4030-rtc"
5*c66ec88fSEmmanuel Vadot- interrupts : Should be the interrupt number.
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotExample:
8*c66ec88fSEmmanuel Vadot	rtc {
9*c66ec88fSEmmanuel Vadot		compatible = "ti,twl4030-rtc";
10*c66ec88fSEmmanuel Vadot		interrupts = <11>;
11*c66ec88fSEmmanuel Vadot	};
12