]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/twl4030.dtsi
Merge commit '6bb27d7349db51b50c40534710fe164ca0d58902' into omap-timer-for-v3.10
[karo-tx-linux.git] / arch / arm / boot / dts / twl4030.dtsi
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         };
21
22         watchdog {
23                 compatible = "ti,twl4030-wdt";
24         };
25
26         vdac: regulator-vdac {
27                 compatible = "ti,twl4030-vdac";
28                 regulator-min-microvolt = <1800000>;
29                 regulator-max-microvolt = <1800000>;
30         };
31
32         vpll2: regulator-vpll2 {
33                 compatible = "ti,twl4030-vpll2";
34                 regulator-min-microvolt = <1800000>;
35                 regulator-max-microvolt = <1800000>;
36         };
37
38         vmmc1: regulator-vmmc1 {
39                 compatible = "ti,twl4030-vmmc1";
40                 regulator-min-microvolt = <1850000>;
41                 regulator-max-microvolt = <3150000>;
42         };
43
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
56         vsim: regulator-vsim {
57                 compatible = "ti,twl4030-vsim";
58                 regulator-min-microvolt = <1800000>;
59                 regulator-max-microvolt = <3000000>;
60         };
61
62         twl_gpio: gpio {
63                 compatible = "ti,twl4030-gpio";
64                 gpio-controller;
65                 #gpio-cells = <2>;
66                 interrupt-controller;
67                 #interrupt-cells = <1>;
68         };
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         };
78 };