Merge branch 'timer/cleanup' into late/mvebu2
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / boot / dts / twl4030.dtsi
CommitLineData
dce90d59
BC
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 };
ecc7b060 21
8899b8d9
AK
22 watchdog {
23 compatible = "ti,twl4030-wdt";
24 };
25
624411ce 26 vdac: regulator-vdac {
ecc7b060
RN
27 compatible = "ti,twl4030-vdac";
28 regulator-min-microvolt = <1800000>;
29 regulator-max-microvolt = <1800000>;
30 };
31
624411ce 32 vpll2: regulator-vpll2 {
ecc7b060
RN
33 compatible = "ti,twl4030-vpll2";
34 regulator-min-microvolt = <1800000>;
35 regulator-max-microvolt = <1800000>;
36 };
37
624411ce 38 vmmc1: regulator-vmmc1 {
ecc7b060
RN
39 compatible = "ti,twl4030-vmmc1";
40 regulator-min-microvolt = <1850000>;
41 regulator-max-microvolt = <3150000>;
42 };
61ff6413 43
c8de91a2
KVA
44 vusb1v5: regulator-vusb1v5 {
45 compatible = "ti,twl4030-vusb1v5";
46 };
47
48 vusb1v8: regulator-vusb1v8 {
49 compatible = "ti,twl4030-vusb1v8";
50 };
51
52 vusb3v1: regulator-vusb3v1 {
53 compatible = "ti,twl4030-vusb3v1";
54 };
55
5a8095e9
JH
56 vsim: regulator-vsim {
57 compatible = "ti,twl4030-vsim";
58 regulator-min-microvolt = <1800000>;
59 regulator-max-microvolt = <3000000>;
60 };
61
61ff6413
BC
62 twl_gpio: gpio {
63 compatible = "ti,twl4030-gpio";
64 gpio-controller;
65 #gpio-cells = <2>;
66 interrupt-controller;
67 #interrupt-cells = <1>;
68 };
c8de91a2
KVA
69
70 twl4030-usb {
71 compatible = "ti,twl4030-usb";
72 interrupts = <10>, <4>;
73 usb1v5-supply = <&vusb1v5>;
74 usb1v8-supply = <&vusb1v8>;
75 usb3v1-supply = <&vusb3v1>;
76 usb_mode = <1>;
77 };
dce90d59 78};