blob: 5a12540b1d0ff2070f44a7bb95858d2843450edc [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
NeilBrownec0b3802013-10-31 17:05:50 +110022 charger: bci {
23 compatible = "ti,twl4030-bci";
24 interrupts = <9>, <2>;
25 bci3v1-supply = <&vusb3v1>;
26 };
27
Aaro Koskinen8899b8d2012-12-23 22:03:37 +020028 watchdog {
29 compatible = "ti,twl4030-wdt";
30 };
31
Nishanth Menona134be32013-03-19 12:53:05 -050032 vcc: regulator-vdd1 {
33 compatible = "ti,twl4030-vdd1";
34 regulator-min-microvolt = <600000>;
35 regulator-max-microvolt = <1450000>;
36 };
37
Rajendra Nayak624411c2012-07-30 18:42:20 +053038 vdac: regulator-vdac {
Rajendra Nayakecc7b062012-02-08 15:50:12 -080039 compatible = "ti,twl4030-vdac";
40 regulator-min-microvolt = <1800000>;
41 regulator-max-microvolt = <1800000>;
42 };
43
Rajendra Nayak624411c2012-07-30 18:42:20 +053044 vpll2: regulator-vpll2 {
Rajendra Nayakecc7b062012-02-08 15:50:12 -080045 compatible = "ti,twl4030-vpll2";
46 regulator-min-microvolt = <1800000>;
47 regulator-max-microvolt = <1800000>;
48 };
49
Rajendra Nayak624411c2012-07-30 18:42:20 +053050 vmmc1: regulator-vmmc1 {
Rajendra Nayakecc7b062012-02-08 15:50:12 -080051 compatible = "ti,twl4030-vmmc1";
52 regulator-min-microvolt = <1850000>;
53 regulator-max-microvolt = <3150000>;
54 };
Benoit Cousson61ff6412012-05-08 18:37:25 +020055
Tony Lindgren13782a72013-06-07 15:01:58 -070056 vmmc2: regulator-vmmc2 {
57 compatible = "ti,twl4030-vmmc2";
58 regulator-min-microvolt = <1850000>;
59 regulator-max-microvolt = <3150000>;
60 };
61
Kishon Vijay Abraham Ic8de91a2012-09-19 15:02:07 +053062 vusb1v5: regulator-vusb1v5 {
63 compatible = "ti,twl4030-vusb1v5";
64 };
65
66 vusb1v8: regulator-vusb1v8 {
67 compatible = "ti,twl4030-vusb1v8";
68 };
69
70 vusb3v1: regulator-vusb3v1 {
71 compatible = "ti,twl4030-vusb3v1";
72 };
73
Jon Hunter5a8095e2012-09-11 11:01:59 -050074 vsim: regulator-vsim {
75 compatible = "ti,twl4030-vsim";
76 regulator-min-microvolt = <1800000>;
77 regulator-max-microvolt = <3000000>;
78 };
79
Benoit Cousson61ff6412012-05-08 18:37:25 +020080 twl_gpio: gpio {
81 compatible = "ti,twl4030-gpio";
82 gpio-controller;
83 #gpio-cells = <2>;
84 interrupt-controller;
85 #interrupt-cells = <1>;
86 };
Kishon Vijay Abraham Ic8de91a2012-09-19 15:02:07 +053087
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +053088 usb2_phy: twl4030-usb {
Kishon Vijay Abraham Ic8de91a2012-09-19 15:02:07 +053089 compatible = "ti,twl4030-usb";
90 interrupts = <10>, <4>;
91 usb1v5-supply = <&vusb1v5>;
92 usb1v8-supply = <&vusb1v8>;
93 usb3v1-supply = <&vusb3v1>;
94 usb_mode = <1>;
95 };
Peter Ujfalusiac31a882012-11-07 15:05:00 +010096
97 twl_pwm: pwm {
98 compatible = "ti,twl4030-pwm";
99 #pwm-cells = <2>;
100 };
101
102 twl_pwmled: pwmled {
103 compatible = "ti,twl4030-pwmled";
104 #pwm-cells = <2>;
105 };
Benoit Coussondce90d52011-12-15 15:47:41 +0100106};