twl6030.dtsi 515 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. /*
  9. * Integrated Power Management Chip
  10. * http://www.ti.com/lit/ds/symlink/twl6030.pdf
  11. */
  12. &twl {
  13. compatible = "ti,twl6030";
  14. interrupt-controller;
  15. #interrupt-cells = <1>;
  16. rtc {
  17. compatible = "ti,twl4030-rtc";
  18. interrupts = <11>;
  19. };
  20. };