ARM: dts: imx53: Add gpio and input dt includes.
[linux-2.6/btrfs-unstable.git] / arch / arm / boot / dts / tps65217.dtsi
bloba63272422d769363d3cdc2c5d7b76d870b091d12
1 /*
2  * Copyright (C) 2012 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  */
9 /*
10  * Integrated Power Management Chip
11  * http://www.ti.com/lit/ds/symlink/tps65217.pdf
12  */
14 &tps {
15         compatible = "ti,tps65217";
17         regulators {
18                 #address-cells = <1>;
19                 #size-cells = <0>;
21                 dcdc1_reg: regulator@0 {
22                         reg = <0>;
23                         regulator-compatible = "dcdc1";
24                 };
26                 dcdc2_reg: regulator@1 {
27                         reg = <1>;
28                         regulator-compatible = "dcdc2";
29                 };
31                 dcdc3_reg: regulator@2 {
32                         reg = <2>;
33                         regulator-compatible = "dcdc3";
34                 };
36                 ldo1_reg: regulator@3 {
37                         reg = <3>;
38                         regulator-compatible = "ldo1";
39                 };
41                 ldo2_reg: regulator@4 {
42                         reg = <4>;
43                         regulator-compatible = "ldo2";
44                 };
46                 ldo3_reg: regulator@5 {
47                         reg = <5>;
48                         regulator-compatible = "ldo3";
49                 };
51                 ldo4_reg: regulator@6 {
52                         reg = <6>;
53                         regulator-compatible = "ldo4";
54                 };
55         };