twl-rtc.txt 223 B

1234567891011
  1. * Texas Instruments TWL4030/6030 RTC
  2. Required properties:
  3. - compatible : Should be "ti,twl4030-rtc"
  4. - interrupts : Should be the interrupt number.
  5. Example:
  6. rtc {
  7. compatible = "ti,twl4030-rtc";
  8. interrupts = <11>;
  9. };