Benoit Cousson | dce90d5 | 2011-12-15 15:47:41 +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 | */ |
| 12 | &twl { |
| 13 | compatible = "ti,twl4030"; |
| 14 | interrupt-controller; |
| 15 | #interrupt-cells = <1>; |
| 16 | |
| 17 | rtc { |
| 18 | compatible = "ti,twl4030-rtc"; |
| 19 | interrupts = <11>; |
| 20 | }; |
Rajendra Nayak | ecc7b06 | 2012-02-08 15:50:12 -0800 | [diff] [blame] | 21 | |
| 22 | vdac: regulator@0 { |
| 23 | compatible = "ti,twl4030-vdac"; |
| 24 | regulator-min-microvolt = <1800000>; |
| 25 | regulator-max-microvolt = <1800000>; |
| 26 | }; |
| 27 | |
| 28 | vpll2: regulator@1 { |
| 29 | compatible = "ti,twl4030-vpll2"; |
| 30 | regulator-min-microvolt = <1800000>; |
| 31 | regulator-max-microvolt = <1800000>; |
| 32 | }; |
| 33 | |
| 34 | vmmc1: regulator@2 { |
| 35 | compatible = "ti,twl4030-vmmc1"; |
| 36 | regulator-min-microvolt = <1850000>; |
| 37 | regulator-max-microvolt = <3150000>; |
| 38 | }; |
Benoit Cousson | 61ff641 | 2012-05-08 18:37:25 +0200 | [diff] [blame] | 39 | |
| 40 | twl_gpio: gpio { |
| 41 | compatible = "ti,twl4030-gpio"; |
| 42 | gpio-controller; |
| 43 | #gpio-cells = <2>; |
| 44 | interrupt-controller; |
| 45 | #interrupt-cells = <1>; |
| 46 | }; |
Benoit Cousson | dce90d5 | 2011-12-15 15:47:41 +0100 | [diff] [blame] | 47 | }; |