blob: c5337d4d073cec58b740d2d989be3594e9f45d4b [file] [log] [blame]
Benoit Coussondce90d52011-12-15 15:47:41 +01001/*
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 Nayakecc7b062012-02-08 15:50:12 -080021
Rajendra Nayak624411c2012-07-30 18:42:20 +053022 vdac: regulator-vdac {
Rajendra Nayakecc7b062012-02-08 15:50:12 -080023 compatible = "ti,twl4030-vdac";
24 regulator-min-microvolt = <1800000>;
25 regulator-max-microvolt = <1800000>;
26 };
27
Rajendra Nayak624411c2012-07-30 18:42:20 +053028 vpll2: regulator-vpll2 {
Rajendra Nayakecc7b062012-02-08 15:50:12 -080029 compatible = "ti,twl4030-vpll2";
30 regulator-min-microvolt = <1800000>;
31 regulator-max-microvolt = <1800000>;
32 };
33
Rajendra Nayak624411c2012-07-30 18:42:20 +053034 vmmc1: regulator-vmmc1 {
Rajendra Nayakecc7b062012-02-08 15:50:12 -080035 compatible = "ti,twl4030-vmmc1";
36 regulator-min-microvolt = <1850000>;
37 regulator-max-microvolt = <3150000>;
38 };
Benoit Cousson61ff6412012-05-08 18:37:25 +020039
Jon Hunter5a8095e2012-09-11 11:01:59 -050040 vsim: regulator-vsim {
41 compatible = "ti,twl4030-vsim";
42 regulator-min-microvolt = <1800000>;
43 regulator-max-microvolt = <3000000>;
44 };
45
Benoit Cousson61ff6412012-05-08 18:37:25 +020046 twl_gpio: gpio {
47 compatible = "ti,twl4030-gpio";
48 gpio-controller;
49 #gpio-cells = <2>;
50 interrupt-controller;
51 #interrupt-cells = <1>;
52 };
Benoit Coussondce90d52011-12-15 15:47:41 +010053};