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 | }; |
Rajendra Nayak | ecc7b06 | 2012-02-08 15:50:12 -0800 | [diff] [blame] | 22 | |
| 23 | vaux1: regulator@0 { |
| 24 | compatible = "ti,twl6030-vaux1"; |
| 25 | regulator-min-microvolt = <1000000>; |
| 26 | regulator-max-microvolt = <3000000>; |
| 27 | }; |
| 28 | |
| 29 | vaux2: regulator@1 { |
| 30 | compatible = "ti,twl6030-vaux2"; |
| 31 | regulator-min-microvolt = <1200000>; |
| 32 | regulator-max-microvolt = <2800000>; |
| 33 | }; |
| 34 | |
| 35 | vaux3: regulator@2 { |
| 36 | compatible = "ti,twl6030-vaux3"; |
| 37 | regulator-min-microvolt = <1000000>; |
| 38 | regulator-max-microvolt = <3000000>; |
| 39 | }; |
| 40 | |
| 41 | vmmc: regulator@3 { |
| 42 | compatible = "ti,twl6030-vmmc"; |
| 43 | regulator-min-microvolt = <1200000>; |
| 44 | regulator-max-microvolt = <3000000>; |
| 45 | }; |
| 46 | |
| 47 | vpp: regulator@4 { |
| 48 | compatible = "ti,twl6030-vpp"; |
| 49 | regulator-min-microvolt = <1800000>; |
| 50 | regulator-max-microvolt = <2500000>; |
| 51 | }; |
| 52 | |
| 53 | vusim: regulator@5 { |
| 54 | compatible = "ti,twl6030-vusim"; |
| 55 | regulator-min-microvolt = <1200000>; |
| 56 | regulator-max-microvolt = <2900000>; |
| 57 | }; |
| 58 | |
| 59 | vdac: regulator@6 { |
| 60 | compatible = "ti,twl6030-vdac"; |
| 61 | }; |
| 62 | |
| 63 | vana: regulator@7 { |
| 64 | compatible = "ti,twl6030-vana"; |
| 65 | }; |
| 66 | |
| 67 | vcxio: regulator@8 { |
| 68 | compatible = "ti,twl6030-vcxio"; |
Rajendra Nayak | ae377aaf | 2012-07-30 18:42:19 +0530 | [diff] [blame] | 69 | regulator-always-on; |
Rajendra Nayak | ecc7b06 | 2012-02-08 15:50:12 -0800 | [diff] [blame] | 70 | }; |
| 71 | |
| 72 | vusb: regulator@9 { |
| 73 | compatible = "ti,twl6030-vusb"; |
| 74 | }; |
| 75 | |
| 76 | v1v8: regulator@10 { |
| 77 | compatible = "ti,twl6030-v1v8"; |
Rajendra Nayak | ae377aaf | 2012-07-30 18:42:19 +0530 | [diff] [blame] | 78 | regulator-always-on; |
Rajendra Nayak | ecc7b06 | 2012-02-08 15:50:12 -0800 | [diff] [blame] | 79 | }; |
| 80 | |
| 81 | v2v1: regulator@11 { |
| 82 | compatible = "ti,twl6030-v2v1"; |
Rajendra Nayak | ae377aaf | 2012-07-30 18:42:19 +0530 | [diff] [blame] | 83 | regulator-always-on; |
Rajendra Nayak | ecc7b06 | 2012-02-08 15:50:12 -0800 | [diff] [blame] | 84 | }; |
| 85 | |
| 86 | clk32kg: regulator@12 { |
| 87 | compatible = "ti,twl6030-clk32kg"; |
| 88 | }; |
Benoit Cousson | 4711244 | 2011-12-15 15:46:47 +0100 | [diff] [blame] | 89 | }; |