Benoit Cousson | 4711244 | 2011-12-15 15:46:47 +0100 | [diff] [blame^] | 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 | /* |
| 10 | * Integrated Power Management Chip |
| 11 | * http://www.ti.com/lit/ds/symlink/twl6030.pdf |
| 12 | */ |
| 13 | &twl { |
| 14 | compatible = "ti,twl6030"; |
| 15 | interrupt-controller; |
| 16 | #interrupt-cells = <1>; |
| 17 | |
| 18 | rtc { |
| 19 | compatible = "ti,twl4030-rtc"; |
| 20 | interrupts = <11>; |
| 21 | }; |
| 22 | }; |