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 | |
Rajendra Nayak | 624411c | 2012-07-30 18:42:20 +0530 | [diff] [blame] | 22 | vdac: regulator-vdac { |
Rajendra Nayak | ecc7b06 | 2012-02-08 15:50:12 -0800 | [diff] [blame] | 23 | compatible = "ti,twl4030-vdac"; |
| 24 | regulator-min-microvolt = <1800000>; |
| 25 | regulator-max-microvolt = <1800000>; |
| 26 | }; |
| 27 | |
Rajendra Nayak | 624411c | 2012-07-30 18:42:20 +0530 | [diff] [blame] | 28 | vpll2: regulator-vpll2 { |
Rajendra Nayak | ecc7b06 | 2012-02-08 15:50:12 -0800 | [diff] [blame] | 29 | compatible = "ti,twl4030-vpll2"; |
| 30 | regulator-min-microvolt = <1800000>; |
| 31 | regulator-max-microvolt = <1800000>; |
| 32 | }; |
| 33 | |
Rajendra Nayak | 624411c | 2012-07-30 18:42:20 +0530 | [diff] [blame] | 34 | vmmc1: regulator-vmmc1 { |
Rajendra Nayak | ecc7b06 | 2012-02-08 15:50:12 -0800 | [diff] [blame] | 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 | |
Kishon Vijay Abraham I | c8de91a | 2012-09-19 15:02:07 +0530 | [diff] [blame^] | 40 | vusb1v5: regulator-vusb1v5 { |
| 41 | compatible = "ti,twl4030-vusb1v5"; |
| 42 | }; |
| 43 | |
| 44 | vusb1v8: regulator-vusb1v8 { |
| 45 | compatible = "ti,twl4030-vusb1v8"; |
| 46 | }; |
| 47 | |
| 48 | vusb3v1: regulator-vusb3v1 { |
| 49 | compatible = "ti,twl4030-vusb3v1"; |
| 50 | }; |
| 51 | |
Jon Hunter | 5a8095e | 2012-09-11 11:01:59 -0500 | [diff] [blame] | 52 | vsim: regulator-vsim { |
| 53 | compatible = "ti,twl4030-vsim"; |
| 54 | regulator-min-microvolt = <1800000>; |
| 55 | regulator-max-microvolt = <3000000>; |
| 56 | }; |
| 57 | |
Benoit Cousson | 61ff641 | 2012-05-08 18:37:25 +0200 | [diff] [blame] | 58 | twl_gpio: gpio { |
| 59 | compatible = "ti,twl4030-gpio"; |
| 60 | gpio-controller; |
| 61 | #gpio-cells = <2>; |
| 62 | interrupt-controller; |
| 63 | #interrupt-cells = <1>; |
| 64 | }; |
Kishon Vijay Abraham I | c8de91a | 2012-09-19 15:02:07 +0530 | [diff] [blame^] | 65 | |
| 66 | twl4030-usb { |
| 67 | compatible = "ti,twl4030-usb"; |
| 68 | interrupts = <10>, <4>; |
| 69 | usb1v5-supply = <&vusb1v5>; |
| 70 | usb1v8-supply = <&vusb1v8>; |
| 71 | usb3v1-supply = <&vusb3v1>; |
| 72 | usb_mode = <1>; |
| 73 | }; |
Benoit Cousson | dce90d5 | 2011-12-15 15:47:41 +0100 | [diff] [blame] | 74 | }; |